Hi
I'm trying to detect eye pupil by :
- process the frame with VideoCapture function
- Convert it into Gray Scale Image.
- Find Canny Edges using cv2.Canny() function
- Apply HoughCircles function. It will find the circles in the image as well as center of the image.
- Use the resulting parameters of HoughCirlces to draw the circle around the pupil.
I did succeffuly finding canny edge and I aplied Hough circle function .
But when I run the code no circle dispalyed around the pupil as shown in the atachment .
I need help please.