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.
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{:});
The text was updated successfully, but these errors were encountered: