Help to learn Image Search algorithm
Posted
by R Manu
on Stack Overflow
See other posts from Stack Overflow
or by R Manu
Published on 2010-03-24T16:23:31Z
Indexed on
2010/05/31
0:12 UTC
Read the original article
Hit count: 172
I am a beginner in image processing. I want to write an application in C++ or in C# for
- Searching an image in a list of images
- Searching for a particular feature (for e.g. face) in a list of images.
Can anybody suggest where should I start from? What all should I learn before doing this? Where can I find the correct information regarding this?
© Stack Overflow or respective owner