kyamagu / mexopencv

Collection and a development kit of matlab mex functions for OpenCV library
http://kyamagu.github.io/mexopencv
Other
659 stars 318 forks source link

Matlab crashes when I am using Feature detector #443

Open surendra1234sharma opened 5 years ago

surendra1234sharma commented 5 years ago

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"