-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIFT has been moved to features2d #750
Comments
In OpenCV 4.4, Replace all "cv::xfeatures2D::SIFT" with CV ::SIFT. |
I would like to add on this that module installation still succeeds even after this build error happens, which then prevents it from being loaded later:
and then
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not a cpp programmer so I'm not sure what the correct change is here but the SIFT algorithm has been moved from xfeatures2d to features2d (patent expired a few months back).
I had to comment out lines 6 and 10 in the file below to get opencv4nodejs to compile.opencv4nodejs/cc/xfeatures2d/xfeatures2d.cc
Line 6 in 24bff92
opencv4nodejs/cc/xfeatures2d/xfeatures2d.cc
Line 10 in 24bff92
EDIT: I was able to get it to build once making this change but haven't been able to reproduce. The change was likely not enough
The text was updated successfully, but these errors were encountered: