CMakeLists.txt 214 Bytes
Newer Older
1 2 3 4
if(BUILD_ANDROID_PACKAGE)
  ocv_module_disable(nonfree)
endif()

5
set(the_description "Functionality with possible limitations on the use")
6
ocv_define_module(nonfree opencv_imgproc opencv_features2d opencv_calib3d)