Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Matlab crashes when I am using Feature detector #443

Open
surendra1234sharma opened this issue Feb 23, 2019 · 0 comments
Open

Matlab crashes when I am using Feature detector #443

surendra1234sharma opened this issue Feb 23, 2019 · 0 comments

Comments

@surendra1234sharma
Copy link

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant