opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

results = detector.match(pcTest, 1.0/40.0, 0.05) cv2.error: Unknown C++ exception from OpenCV code

Open threeneedone opened this issue 2 years ago • 0 comments

PS D:\pentu> & C:/Users/user/AppData/Local/Programs/Python/Python39/python.exe d:/pentu/opencv_contrib/modules/surface_matching/samples/ppf_load_match.py Loading model... Training... Loading scene... Matching... Traceback (most recent call last): File "d:\pentu\opencv_contrib\modules\surface_matching\samples\ppf_load_match.py", line 23, in results = detector.match(pcTest, 1.0/40.0, 0.05) cv2.error: Unknown C++ exception from OpenCV code

How to do?

threeneedone avatar Aug 22 '23 07:08 threeneedone