Open Elliot-Construct opened 8 months ago
@Elliot-Construct this error message normally indicates that your python-opencv-package was not build with CUDA-support. Maybe you can install a wheel from this repository: https://github.com/cudawarped/opencv-python-cuda-wheels
I am wondering if it's possible to carry out FLANN or BRUTEFORCE using cv2.cuda.
My research indicates it's possible but attempting to alter matching.py with the following fails:
with the error:
AttributeError: module 'cv2.cuda' has no attribute 'DescriptorMatcher.createBFMatcher'
OpenCV.org: CUDA Descriptor Matcher says that:
Any ideas?