opencv/modules/calib3d/test
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master
Remove unnecessary Non-ASCII characters from source code (#9075)

* Remove unnecessary Non-ASCII characters from source code

Remove unnecessary Non-ASCII characters and replace them with ASCII
characters

* Remove dashes in the @param statement

Remove dashes and place single space in the @param statement to keep
coding style

* misc: more fixes for non-ASCII symbols

* misc: fix non-ASCII symbol in CMake file
2017-07-03 16:14:17 +00:00
..
opencl quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 2014-10-18 20:44:26 +04:00
test_affine2d_estimator.cpp add test for convertions in estimateAffine2D* functions 2017-01-27 22:16:58 +01:00
test_affine3.cpp cv::norm -> cvtest::norm in tests 2014-04-08 14:49:20 +04:00
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 cv::norm -> cvtest::norm in tests 2014-04-08 14:49:20 +04:00
test_cameracalibration_badarg.cpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
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 fixing segfaults occuring when launching those unit tests 2017-04-18 09:50:17 +01:00
test_chessboardgenerator.cpp test: limit chessboard generator parameters 2016-12-12 18:09:52 +03:00
test_chessboardgenerator.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
test_chesscorners_badarg.cpp fixed defects from coverity.com 2014-02-23 20:21:08 +04:00
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 Normalized file endings. 2013-08-21 18:59:25 +04:00
test_cornerssubpix.cpp Merge pull request #7872 from alalek:merge-2.4 2016-12-16 16:03:14 +02:00
test_decompose_projection.cpp Add test for calib3d function decomposeProjectionMatrix(...) 2014-10-25 19:11:02 -06:00
test_fisheye.cpp fix typo and align white spaces 2017-04-17 08:32:08 +09: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 Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
test_homography.cpp Merge 2.4 into master 2015-12-08 10:24:54 +03:00
test_main.cpp changed testdata path for calib3d 2014-01-15 15:08:09 +04:00
test_modelest.cpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
test_posit.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_precomp.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
test_reproject_image_to_3d.cpp Cast some image coordinates and sizes to double. 2015-04-25 18:54:53 +02:00
test_solvepnp_ransac.cpp Merge pull request #8585 from tonyke1993:ap3p 2017-06-28 15:27:30 +03:00
test_stereomatching.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
test_undistort_badarg.cpp Cast some image coordinates and sizes to double. 2015-04-25 18:54:53 +02:00
test_undistort_points.cpp cv::norm -> cvtest::norm in tests 2014-04-08 14:49:20 +04:00
test_undistort.cpp fixed defects from coverity.com 2014-02-23 20:21:08 +04:00