1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00
Files
opencv_contrib/modules/ccalib/CMakeLists.txt
Vincent Rabaud 8107d082ab Add imgcodecs dependency.
This is useful if highgui is built without the imgcodecs dependency.
2024-01-02 22:32:15 +01:00

3 lines
180 B
CMake

set(the_description "Custom Calibration Pattern")
ocv_define_module(ccalib opencv_core opencv_imgproc opencv_calib3d opencv_features2d opencv_highgui opencv_imgcodecs WRAP python)