Closed Arunvist closed 5 years ago
Yes, it is possible. You can also use Simd::Detector, but with other cascade which detect eyes (for example you can use this).
But using of Haar Cascades now is not the best idea. Lately I develop a project to fast inference of previously trained neural models. It is something like Inference Engine but it also supports ARM CPU. May be it will be useful for you. Test examples contain models trained for face detection and face landmarks detection (some of landmarks are correspond to eyes).
With this simd source after finding the face detecting eye is possible?