Ask Your Question

AngelLeliel's profile - activity

2015-06-29 16:37:30 -0600 received badge  Good Question (source)
2013-06-17 09:06:09 -0600 received badge  Nice Question (source)
2012-07-19 20:51:17 -0600 commented question Using FLANN with binary descriptors (Brief,ORB)

I don't think that the FLANN library can do well with Hamming distances. Locality-sensitive hashing may be more suitable for your case.

2012-07-16 12:17:10 -0600 received badge  Famous Question (source)
2012-07-13 14:35:15 -0600 received badge  Notable Question (source)
2012-07-13 11:18:39 -0600 received badge  Editor (source)
2012-07-13 11:17:27 -0600 commented answer Facial feature detection

Thanks, I will survey the ASM/AAM solution.

2012-07-13 11:16:35 -0600 received badge  Scholar (source)
2012-07-13 11:16:31 -0600 received badge  Supporter (source)
2012-07-13 11:06:46 -0600 received badge  Popular Question (source)
2012-07-13 10:41:38 -0600 received badge  Student (source)
2012-07-13 05:12:26 -0600 asked a question Facial feature detection

Hi,

I can detect the human faces with OpenCV. I would like to detect the accurate locations of facial feature points like eyes and corners of the mouth. Is that possible with OpenCV or other free/open source libraries?