You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Hello,
I am using Matlab2018a, OpenCV-3.1 build opencv successfully using visual studio 2012 64bit.
I am executing following commands.
detector = cv.FeatureDetector('SURF')
till this it works fine
but when I execute the following command, Matlab terminates unexpectedly points = detector.detect(rgb2gray(img));
It works fine if I use detector = cv.FeatureDetector('SIFT') but terminates when using "SURF", "ORB"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am using Matlab2018a, OpenCV-3.1 build opencv successfully using visual studio 2012 64bit.
I am executing following commands.
detector = cv.FeatureDetector('SURF')
till this it works fine
but when I execute the following command, Matlab terminates unexpectedly
points = detector.detect(rgb2gray(img));
It works fine if I use detector = cv.FeatureDetector('SIFT') but terminates when using "SURF", "ORB"
The text was updated successfully, but these errors were encountered: