-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Closed
Labels
Description
System Information
The Method "getClosestEllipsePoints" is not available in opencv-python (version 4.11).
Detailed description
When I want to use the method I get the AttributeError:
AttributeError: module 'cv2' has no attribute 'getClosestEllipsePoints'
Steps to reproduce
import cv2 as cv
cv.getClosestEllipsePoints
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)