Comment 67 for bug 507511

Revision history for this message
In , Andi-clemens (andi-clemens) wrote :

Don't expect much from this plugin! :) It was my first code in C++, always coded Python before.
Also OpenCV is not really integrated here, and this is a KIPI-plugin, so if we really want to use OpenCV in digiKam, we might want to integrate it there, write a DImg::OpenCvLoader or similar and make it more abstract.

My plugin uses a classifier that I trained for single eyes. The face detection of OpenCV is not that good, it only finds faces that are not covered by other objects. Also the faces need to be straight, not in an angled position, otherwise it fails, too.