-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Closed
Labels
Milestone
Description
System information (version)
- OpenCV => 4.5.0-dev
Detailed description
Epipolar Geometry Tutorial appears to have deprecated, using outdated(?) call to sift. Specifically, it uses sift = cv.SIFT() instead of sift = cv.SIFT_create().
Reactions are currently unavailable