opencv/modules/calib3d/test
Roman Donchenko f76dd99299 Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	cmake/OpenCVModule.cmake
	doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
	doc/tutorials/features2d/feature_detection/feature_detection.rst
	doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
	doc/tutorials/features2d/feature_homography/feature_homography.rst
	modules/core/include/opencv2/core/operations.hpp
	modules/core/src/arithm.cpp
	modules/gpu/perf/perf_video.cpp
	modules/imgproc/include/opencv2/imgproc/imgproc.hpp
	modules/java/generator/gen_java.py
	modules/java/generator/src/cpp/VideoCapture.cpp
	modules/nonfree/src/opencl/surf.cl
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/perf/perf_haar.cpp
	modules/ocl/perf/perf_precomp.hpp
	modules/ocl/src/color.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/test/test_color.cpp
	modules/ocl/test/test_objdetect.cpp
	modules/python/src2/cv2.cpp
	samples/gpu/CMakeLists.txt
	samples/gpu/super_resolution.cpp
2013-08-19 19:02:36 +04:00
..
test_affine3.cpp Added Affine3<T> class 2013-03-18 11:51:43 +04:00
test_affine3d_estimator.cpp rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 2013-02-28 18:25:05 +04:00
test_cameracalibration_artificial.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_cameracalibration_badarg.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_cameracalibration.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_chessboardgenerator.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_chessboardgenerator.hpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
test_chesscorners_badarg.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_chesscorners_timing.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_chesscorners.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_compose_rt.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
test_cornerssubpix.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
test_fundam.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_homography.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_main.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 2011-02-09 20:55:11 +00:00
test_modelest.cpp rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 2013-02-28 18:25:05 +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 Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
test_reproject_image_to_3d.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_solvepnp_ransac.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_stereomatching.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
test_undistort_badarg.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
test_undistort_points.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_undistort.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00