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
I am using visp on Ubuntu 22 with opencv 4.5.4 (installed via apt libopencv-dev).
The use of vpKeyPoint::initDetector(const std::string &detectorName) with "SIFT" fails in the new master branch while it worked for me on the commit 70ddb40 with the same opencv version.
I am using visp on Ubuntu 22 with opencv 4.5.4 (installed via apt libopencv-dev).
The use of vpKeyPoint::initDetector(const std::string &detectorName) with "SIFT" fails in the new master branch while it worked for me on the commit 70ddb40 with the same opencv version.
I feel like the line https://github.com/lagadic/visp/blob/master/modules/vision/src/key-point/vpKeyPoint.cpp#L1784 does not take all cases in consideration as with opencv 4.5.4 I do have the file opencv2/features2d/features2d.hpp (which means def of HAVE_OPENCV_FEATURES) and not xfeatures2d.hpp.
The text was updated successfully, but these errors were encountered: