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

[lib/mexopencv_features2d.o] Error 255 #464

Open
Zakariae-drabech opened this issue Dec 29, 2020 · 1 comment
Open

[lib/mexopencv_features2d.o] Error 255 #464

Zakariae-drabech opened this issue Dec 29, 2020 · 1 comment

Comments

@Zakariae-drabech
Copy link

After tap make, show this error
/usr/include/opencv2/features2d.hpp:501:38: note: candidate expects 6 arguments, 7 provided

Makefile:152: recipe for target 'lib/mexopencv_features2d.o' failed
make: *** [lib/mexopencv_features2d.o] Error 255

@sudarshan-s-harithas
Copy link

Hi,

Even I am facing the same error can anyone please help.

GFTTDetector::create(int&, double&, double&, int&, int&, bool&, double&)_
blockSize, gradientSize, useHarrisDetector, k);
^
In file included from /usr/include/opencv2/calib3d.hpp:48:0,
from /usr/include/opencv2/opencv.hpp:56,
from include/MxArray.hpp:14,
from include/mexopencv.hpp:14,
from include/mexopencv_features2d.hpp:17,
from /home/sudarshan/MATLAB Add-Ons/Collections/kyamagu_mexopencv/src/mexopencv_features2d.cpp:9:
/usr/include/opencv2/features2d.hpp:501:38: note: candidate: static cv::Ptrcv::GFTTDetector cv::GFTTDetector::create(int, double, double, in$, bool, double)
CV_WRAP static Ptr create( int maxCorners=1000, double qualityLevel=0.01, double minDistance=1,
^~~~~~
/usr/include/opencv2/features2d.hpp:501:38: note: candidate expects 6 arguments, 7 provided

Makefile:152: recipe for target 'lib/mexopencv_features2d.o' failed
make: *** [lib/mexopencv_features2d.o] Error 255

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

2 participants