opencv/modules/calib3d
Alexander Duda 5ca7dcc6e7 Fix error message fisheye CALIB_CHECK_COND
The old error message was not giving any hint which input array (image)
led to an ill conditioned matrix. This made it near impossible to
identify poor images in a larger set.

A better approach would be to implement a checker function which gives
each image a rating before the real calibration is performed. This could
also include some image properties like sharpness, etc.
2017-07-01 13:31:21 -02:30
..
doc Add distortion example images for calib3d documentation. 2016-10-09 20:35:58 +02:00
include/opencv2 Merge pull request #8585 from tonyke1993:ap3p 2017-06-28 15:27:30 +03:00
misc/java Refactor OpenCV Java Wrapping 2017-06-15 20:35:12 +04:00
perf calib3d(perf): disable SGBM tests in debug mode 2017-06-29 12:49:47 +03:00
src Fix error message fisheye CALIB_CHECK_COND 2017-07-01 13:31:21 -02:30
test Merge pull request #8585 from tonyke1993:ap3p 2017-06-28 15:27:30 +03:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00