在EmguCv中使用SIFT-此算法已申请专利,并且在此配置中不包括在内

时间:2019-05-04 11:03:08

标签: c# visual-studio emgucv sift

我试图在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中是否有解决方案?

0 个答案:

没有答案