我试图在Em#Cv中的C#中使用SIFT检测器。
但是在这行代码中:
Emgu.CV.XFeatures2D.SIFT detector = new Emgu.CV.XFeatures2D.SIFT();
我收到此错误:
Emgu.CV.Util.CvException: 'OpenCV: This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library'
在Visual Studio中是否有解决方案?