opencv/modules/calib3d/test
Alexander Duda a024593fa6 Merge pull request #12147 from D-Alex:master
* add new chessboard detector

The chessboar detector is based on the paper.
Accurate Detection and Localization of Checkerboard Corners for
Calibration Alexander Duda, Udo Frese
British Machine Vision Conference, o.A., 2018.

It utilizes point symmetry of checkerboard corners in combination with a
localized Radon transform approximated by box filters to achieve high
performance even on large images. Here, tests have shown that the
ability to localize checkerboard corners is close to the theoretical
limit of 1/100 of a pixel while being considerably less sensitive
to image noise than standard methods.

* chessboard: add reference to bibtex file

* chessboard: add dependency to opencv_flann

* fix: test chesscorners. It is valid to return an empty list

In case no chessboard was detected it should be valid for the detector
to return an empty list.

For simplifcation, it should be allowed to return any number of corners
if they are flagged as not found.

* fix: opencv.bib remove empty lines

* fix: doc findChessboardCorners replace cvSize with cv::Size

* chessboard tests: factor out logic selecting detector

* chessboard: add unit test for findChessboardCorners2

This is includes a new chessboard generator which supports subpix
corners with high accuracy by wrapping an optimal chessboard using
wrapPerspective.

* fix: chessboard unit test - overwrite of default parameter flag of findCirclesGrid

* chessboard: remove trailing whitespace

* chessboard: fix debug drawing

* chessboard: fix some issues during code review

* chessboard: normalize asymmetric chessboard

* chessboard: fix float double warning

* remove trailing whitespace

* chessboards: fix compiler warnings

* chessboards: fix compiler warnings

* checkerboard: some performance improvements

* chessboard: remove NULL macros for language bindinges from internal headers

* chessboard: shorten license terms

* chessboard: remove unused internal method

* chessboard: set helper functions to static

* chessboard: fix normalizePoints1D using unshifted points

* chessboard: remove wrongly copied text

* chessboard: use CV_CheckTypeEQ macro

* chessboard: comment all NaN checks

* chessboard: use consistent color conversion

* chessboard: use CheckChannelEQ macro

* chessboard: assume gray color image for internal methods

* chessboard: use std::swap

* chessboard: use Mat.dataend

* chessboard: fix compiler warnings

* chessboard: replace some checks witch CV_CHECK macro

* chessboard: fix comparison function for partial sort

* chessboard: small cleanup

* chessboard: use short license header

* chessboard: rename findChessboard2 to findChessboardSB

* chessboard: fix type in unit test
2018-09-13 15:43:04 +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 Merge pull request #12437 from vpisarev:avx2_fixes 2018-09-06 18:56:55 +03:00
test_affine3d_estimator.cpp next: drop CV_CXX11 conditions 2018-04-10 18:09:54 +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 don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
test_cameracalibration_tilt.cpp Misc. modules/ typos (cont.) 2018-02-12 10:15:36 -05:00
test_cameracalibration.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03: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 don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
test_chesscorners_timing.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
test_chesscorners.cpp Merge pull request #12147 from D-Alex:master 2018-09-13 15:43:04 +03:00
test_compose_rt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_cornerssubpix.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03: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 don't use constructors for C API structures 2018-09-06 14:34:16 +03: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 Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03: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 don't use constructors for C API structures 2018-09-06 14:34:16 +03: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 don't use constructors for C API structures 2018-09-06 14:34:16 +03:00