mirror of
https://github.com/opencv/opencv.git
synced 2024-12-02 16:00:17 +08:00
49283ec035
* video: remove duplicate RANSAC code * remove RANSAC code video module. The module now uses RANSAC estimators from calib3d. * deprecate estimateRigidTransform * replace internal usage of deprecated estimateRigidTransform * remove from wrappers * replace usage in shape module. shape module now links to calib3d instead of video module. * reprecate also C API version * remove cvEstimateRigidTransform * supress deprecated warnings in estimateRigidTransform test * the function is now deprecated
3 lines
133 B
CMake
3 lines
133 B
CMake
set(the_description "Shape descriptors and matchers")
|
|
ocv_define_module(shape opencv_core opencv_imgproc opencv_calib3d WRAP python)
|