Build one module of opencv
If i want to build only one module from opencv 2.4 repository.
What's the cmake options to do this ? For example i want to build only the nonfree module for C++.
If i want to build only one module from opencv 2.4 repository.
What's the cmake options to do this ? For example i want to build only the nonfree module for C++.
you won't need all opencv modules, but there are dependancies.
if you look at the CmakeLists.txt , you'll find:
opencv_imgproc opencv_features2d opencv_calib3d
(implicitly, those will depend on opencv_core, too)
ok, consider this situation , i am on jetson platform which use opencv4tegre and i want use nonfree module but i don't want to miss up with it opencv4tegre. so if i build opencv2.4 to a different path rather than /usr/local and only do "make" command and don't "make install" command.this will result in the shared libs of all opencv modules such that i can use the nonfree module.(sure i will handle its include files). so is what i say can be correct ? and it will not mess up with the opencv4tegra .
Asked: 2017-02-07 01:39:26 -0600
Seen: 660 times
Last updated: Feb 07 '17