Hi,
I'm trying to convert this c code(http://nashruddin.com/OpenCV_Eye_Detection) to the python code, but in c style, he used cvROI thing, since
ROI functions are not supported by python-opencv, I tried cvGetSubRect
so Here is the eye detection part of the code :
eye_region =
…