uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

improve the precision to detect points #24

Open henriquem opened 9 years ago

henriquem commented 9 years ago

I notice that in each image the points not is exactly in center point of nose (For Example) corner: mouth or eyes. It is perceived a small detour, even converting to grayscale

cvCvtColor(srcImg, grayImage, CV_BGR2GRAY);

In my case, How I could to improve for the precision, to after I could to calculate the distances of points for recognition face to be Better, and not occur risk of error ?

I'm anxious for you translate JNI JAVA the new version clandmark!!! :-) Contratulations about new project