1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Files
opencv/modules/video/CMakeLists.txt
T
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)