Extract facial landmarks point from UIImage using open cv in iOS xcode
i want to extract the facial landmarks point from image using open cv , i have detected the face from image using haascades but i dont know how to extract all facial points have anyone done this in iosXcode using open cv ?
this is an algorithm question, totally unrelated to your hardware / os / ide (even if apple users always have a hard time seperating that :)
opencv has no builtin means for doing so, you will need some 3rd party solution, like faceX, flandmarks, dlib
Thanks For Reply ! i have looked through the Dlib C++ Library But i am unable to install this in xcode ios , i am getting compile errors can you guide me steps required to install dlib C++ into xcode ios ?
Have you tried Apple's CIFaceFeature Class? Seems it would be a bit easier.