Circular Hough transform based on the gradient field of
an image. It operates on grayscale images. After getting the
eye area the image is converted from rgb to gray. To detect
circles in the gray image Circular Hough transform is
applied. No loops in the implementation of Circular Hough
transform, which means faster operation but at the same time
larger memory consumption.