1 | initial version |
Yes it is possible. Simply said, an ellipse that is drawn, is drawn with a Point()
parameter specifying the ellipse center. Simply check if that marker is close to Point(imagerows/2, imagecols/2)
! Calculate the euclidean distance and set a threshold on that!