nano_build_opencv icon indicating copy to clipboard operation
nano_build_opencv copied to clipboard

OpenCV was not built with xfeatures2d module

Open AlexPolg opened this issue 5 years ago • 4 comments

Hello, i built opencv using your instruction and when using rtabmap the following errors appear. Features2d.cpp:529::create() BRIEF and FREAK features cannot be used because OpenCV was not built with xfeatures2d module. GFTT/ORB is used instead. Features2d.cpp:1084::parseParameters() GPU version of ORB not available (OpenCV cudafeatures2d module)! Using CPU version instead... please help me how to install or fix this module

AlexPolg avatar Sep 17 '20 09:09 AlexPolg

That should be built since OPENCV_ENABLE_NONFREE=ON is the default in the script. I will check it out. Thanks for reporting.

mdegans avatar Sep 21 '20 22:09 mdegans

Thank you, I will wait for your answer

AlexPolg avatar Sep 23 '20 12:09 AlexPolg

Or maybe the problem is in the opencv version? i installed 4.4.0

AlexPolg avatar Sep 23 '20 12:09 AlexPolg

get any solution?

SpikeYZY avatar Jun 05 '24 11:06 SpikeYZY