how face recognition works in real time [closed] - algorithm

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
There are many applications to recognize similar faces. The most popular is Picasa. How do these applications do the following?
1) Detect face
2) Check for similar in database.

I would read this paper "Robust Real-Time Face Detection" to get started
also this one is interesting

Related

Does anyone know what's the algorithm used behind the Photoshop "Match Color" function? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know what's the algorithm used behind the Photoshop "Match Color" function?
It seems it's not just a histogram equalization.

Robust image hashing algorithm implementation? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any robust image hashing implementation in any programming language that I can use? This image hashing at minimum be able to generate the same hash for images that are altered in minor form (resized, rotated, minor touch, cropped etc ) .
The best example will be Tineye.com. They somehow hash each image and they are able to detect other duplicate images with minor modification.
I found some research but not implementation.
http://scholar.google.com/scholar?hl=en&as_sdt=0,10&q=robust+image+hashing

Pros. and Cons. of each SLAM Algorithm and Which is the best? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
At the present, there are a lot of SLAM algorithms out there, for example, a number of open-sources of SLAM in http://openslam.org/
What is the most famous one by now?
If I gonna choose one, What is the basic criterion I need to be considered for choosing one SLAM among the others?

LaTeX package for writing algorithms [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
which package would you use for writing algorithms in LaTeX? I know about algorithm, algorithmic and algorithms packages.
Thanks
The listings package is what you are looking for.
alt text http://files.droplr.com/files/35740123/13etch.listings.png
I'd add to your list algorithm2e.
Use Algorithmic for algorithms and psuedocode writing.
http://en.wikibooks.org/wiki/LaTeX/Algorithms_and_Pseudocode

where is the best algorithm exercises like euler project? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need learn some algorithms. What is the best collection of algorithm exercises that is like Project Euler?
These are the ones that I know of, which are good and are used by many programmers.
Spoj
Top Coder
Code Chef
USACO
Thanks
Try Spoj, it lets you use a large variety of languages and run and compile them online.

Resources