Hi,
I’m new to OpenCV, i tried to use SURF to capture features of an image.
i installed OpenCV with version 4.8.1. I also installed “opencv-contrib-python”.
When i create a SURF object with below code, i faced error.
import cv2 as cv
s= cv.SURF_create()
error: AttributeError: module ‘cv2’ has no attribute ‘SURF_create’