Remove red eyes
Unsolved
General and Desktop
-
Hi
First i would check out rubberband class
http://doc.qt.io/qt-5/qrubberband.html
for selecting area.
Also I might play with this
https://japskua.wordpress.com/2010/08/04/detecting-eyes-with-python-opencv/
for auto detectionThen I would read
http://stackoverflow.com/questions/133675/red-eye-reduction-algorithm
and try the mini implementation.Also read the paper on it
http://graphicon.ru/html/2007/proceedings/Papers/Paper_11.pdf
http://research.microsoft.com/en-us/um/people/leizhang/paper/icip04-lei.pdfIf not good enough , i would go look for a library like openvc or maybe peek at
https://www.gimp.org/source/
as it has red eye removal too.