Ask Your Question

vjancik's profile - activity

2020-10-27 18:33:32 -0600 received badge  Student (source)
2015-08-13 08:12:23 -0600 commented question OpenCV 3.0 nonfree.hpp

Is there a way to exclude it without breaking the build? Or would you say -DBUILD_opencv_nonfree=0 is sufficient.

2015-08-13 07:23:54 -0600 asked a question OpenCV 3.0 nonfree.hpp

Hi,

In the transition guide to OpenCV 3 it says nonfree modules were removed, but I still found /usr/include/opencv2/xfeatures2d/nonfree.hpp in opencv-contrib. So I wanted to ask if this code really is nonfree, and if so, if there is a build parameter that can disable it's inclusion.

http://docs.opencv.org/master/db/dfa/... https://github.com/Itseez/opencv_cont...

Note: I am already building with -DBUILD_opencv_nonfree=0

Thank you very much, Viktor