How can I check whether a given point is in the ellipse found by fitEllipse(), using pointPolygonTest() in OpenCV, python?

前端 未结 0 1087
情深已故
情深已故 2021-01-30 11:25

When I use OpenCv\'s fitEllipse() in python as follows

ellipse = cv2.fitEllipse(contour)

The result is a tuple of the form

ellipse         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题