opencv/modules/calib3d/test
Jiri Horner 4ee25c7e95 add test for convertions in estimateAffine2D* functions
test with integer points to cover conversion bugs.
2017-01-27 22:16:58 +01:00
..
opencl
test_affine2d_estimator.cpp add test for convertions in estimateAffine2D* functions 2017-01-27 22:16:58 +01:00
test_affine3.cpp
test_affine3d_estimator.cpp Merge pull request #6933 from hrnr:gsoc_all 2016-10-22 19:10:42 +03:00
test_affine_partial2d_estimator.cpp add test for convertions in estimateAffine2D* functions 2017-01-27 22:16:58 +01:00
test_cameracalibration_artificial.cpp
test_cameracalibration_badarg.cpp
test_cameracalibration_tilt.cpp Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 2015-12-14 15:20:34 +01:00
test_cameracalibration.cpp calib3d: fix InputArray -> CvMat 2016-12-22 04:22:46 +03:00
test_chessboardgenerator.cpp test: limit chessboard generator parameters 2016-12-12 18:09:52 +03:00
test_chessboardgenerator.hpp
test_chesscorners_badarg.cpp
test_chesscorners_timing.cpp Ported PR #4187 to master 2016-07-13 15:46:48 +03:00
test_chesscorners.cpp clean up unused #if 2017-01-06 18:23:45 +09:00
test_compose_rt.cpp
test_cornerssubpix.cpp Merge pull request #7872 from alalek:merge-2.4 2016-12-16 16:03:14 +02:00
test_decompose_projection.cpp
test_fisheye.cpp Don't assume all images have the same number of calibration points 2016-08-02 17:21:17 +03:00
test_fundam.cpp hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 2015-05-25 23:43:39 +03:00
test_homography_decomp.cpp
test_homography.cpp Merge 2.4 into master 2015-12-08 10:24:54 +03:00
test_main.cpp
test_modelest.cpp
test_posit.cpp
test_precomp.hpp
test_reproject_image_to_3d.cpp
test_solvepnp_ransac.cpp test: don't use points on single line for solvePnP 2016-10-20 16:54:38 +03:00
test_stereomatching.cpp Adding new HAL-accelerated MODE_SGBM_3WAY 2015-07-23 23:08:26 +03:00
test_undistort_badarg.cpp
test_undistort_points.cpp
test_undistort.cpp