I need to get coordinates of facial features with Emgu CV
. I know it is possible to train Haar
classifier and it will recognize the objects, but I need exact coordinates, instead of squares with such objects.
For example, I must retrieve the coordinates of the left and right edges of the eye, instead of the square around it. How do I do so?