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 Error: Unrecognized function or variable 'FeaturesFinder_'. #467

Open preethamam opened 3 years ago

preethamam commented 3 years ago

I have installed the OpenCV on the MAC OS using homebrew and made sure that the

$ make MATLABDIR=/Applications/MATLAB_R2016a.app PKG_CONFIG_MATLAB=opencv3 LDFLAGS=-L/usr/local/share/OpenCV/3rdparty/lib -j2 was successful.

I am trying to run the stitching_detailed_demo.m example and but having the error:

Finding features... Unrecognized function or variable 'FeaturesFinder_'.

Error in cv.FeaturesFinder (line 55) this.id = FeaturesFinder_(0, 'new', finderType, varargin{:});