opencv/modules/calib3d/test
Vadim Pisarevsky 75ee536d6d
Filter homography decomp: updated PR #7153 (#11846)
* Add functionality to filter homography decompositions

* documentation + small refactor

* fix comparing int to size_t (compiler warning)

* fix whitespace issues

* clarification of function return values in documentation

* refactor of function parameters and change in loop nesting

* cleanup useless .h, fix size_t to int compare, small refactor

* fix documentation and whitespace

* change output from return value to outputarray parameter

* update function docs to reflect changes in parameters

* whitespace

* failing test

* fixed warnings related to extended initialisers and improper types

* initialize vectors from arrays

* initialize vectors from arrays part 2

* fix whitespace

* fix trailing whitespace

* Include <inttypes.h> in test_filter_homography_decomp.cpp, should fix 'uint8_t' : undeclared identifier error

* updated the test (made it shorter and providing better diagnostic) and significantly improved implementation (get rid of heavy repeated and/or unnecessary operations)

* fixed compile warning; removed trailing whitespace
2018-06-27 16:47:35 +03:00
..
opencl ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_affine2d_estimator.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_affine3.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_affine3d_estimator.cpp build: eliminate calls of removed functionality from C++17 2018-02-07 12:00:33 +03:00
test_affine_partial2d_estimator.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cameracalibration_artificial.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cameracalibration_badarg.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cameracalibration_tilt.cpp Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
test_cameracalibration.cpp Merge pull request #10793 from denmatfoton:master 2018-02-15 15:52:52 +00:00
test_chessboardgenerator.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chessboardgenerator.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chesscorners_badarg.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chesscorners_timing.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_chesscorners.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_compose_rt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cornerssubpix.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_decompose_projection.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_filter_homography_decomp.cpp Filter homography decomp: updated PR #7153 (#11846) 2018-06-27 16:47:35 +03:00
test_fisheye.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_fundam.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_homography_decomp.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_homography.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_modelest.cpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
test_posit.cpp Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_reproject_image_to_3d.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_solvepnp_ransac.cpp avoid calling of setNumThreads() to respect user settings 2018-03-29 13:04:26 +03:00
test_stereomatching.cpp Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float 2018-06-04 13:03:12 +00:00
test_undistort_badarg.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_undistort_points.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_undistort.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00