opencv/modules/video/CMakeLists.txt
Alexander Alekhin fcfa488250 build: fix js build (make video->calib3d dependency optional)
- estimateRigidTransform() is excluded from JS bindings
2018-08-31 14:29:25 +03:00

3 lines
122 B
CMake

set(the_description "Video Analysis")
ocv_define_module(video opencv_imgproc OPTIONAL opencv_calib3d WRAP java python js)