Search Results

2
votes

Facial recognition/merging software

In addition to Eigenfaces, I would look at Fisherfaces. Here is an academic paper that compares the performance of both algorithms …
1
vote

Does anyone know of a good diff tool for C#?

I know you are looking for a tool. But since I know of none, here is how I would accomplish this: Read a book on compiler design Lex/Parse your code Create an Abstr …