opencv/modules/video/test
Jiri Horner 49283ec035 Merge pull request #12248 from hrnr:video_remove_ransac
* 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
2018-08-21 17:08:27 +03:00
..
ocl fix test error on Tinker Board (OpenCL on Arm platform) 2018-02-26 22:55:06 +09:00
test_accum.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_camshift.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_ecc.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_estimaterigid.cpp Merge pull request #12248 from hrnr:video_remove_ransac 2018-08-21 17:08:27 +03:00
test_kalman.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_optflowpyrlk.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_tvl1optflow.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00