OpenCVForUnity icon indicating copy to clipboard operation
OpenCVForUnity copied to clipboard

SURF missing in 2.3.5 version

Open Dream-47 opened this issue 5 years ago • 2 comments

Hello, I would like to using USRF algorithm to extract feature points but the corresponding API cannot be found in the document.

微信截图_20200410102032

微信截图_20200410102203

Whether to remove this feature in a higher version of the plug-in?

Any ideas ?

Thank you in advance

Dream-47 avatar Apr 10 '20 02:04 Dream-47

image I found him in the source code, but I don't know you commented it out... What's wrong with it?

Dream-47 avatar Apr 10 '20 02:04 Dream-47

Thank you for your inquiry.

The native library included in OpenCVForUnity is built with the OPENCV_ENABLE_NONFREE flag disabled. To use the SIFT and SURF algorithms, rebuild OPENCV library with OPENCV_ENABLE_NONFREE enabled. For more details, see the section on “How to use OpenCV Dynamic Link Library with customized build settings” in ReadMe.pdf https://github.com/EnoxSoftware/OpenCVForUnity/blob/master/Assets/OpenCVForUnity/ReadMe.pdf .

The AKAZE algorithm can be used instead of those algorithms. AKAZE algorithm has better performance than SIFT and SURF.

Regerds, EnoxSoftware

2020年4月10日(金) 11:36 climber [email protected]:

[image: image] https://user-images.githubusercontent.com/33440912/78956998-9c4cd780-7b16-11ea-934d-18ef094fff6e.png I found him in the source code, but I don't know you commented it out... What's wrong with it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EnoxSoftware/OpenCVForUnity/issues/64#issuecomment-611847923, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4NWCEBKLGNNHXLMF5ILMDRL2A33ANCNFSM4MFFJCRA .

EnoxSoftware avatar Apr 10 '20 10:04 EnoxSoftware