opencv/modules/imgproc
mcellis33 5d15c65e48 Merge pull request #16136 from mcellis33:mec-nan
* Handle det == 0 in findCircle3pts.

Issue 16051 shows a case where findCircle3pts returns NaN for the
center coordinates and radius due to dividing by a determinant of 0. In
this case, the points are colinear, so the longest distance between any
2 points is the diameter of the minimum enclosing circle.

* imgproc(test): update test checks for minEnclosingCircle()

* imgproc: fix handling of special cases in minEnclosingCircle()
2019-12-18 17:25:59 +03:00
..
doc Merge pull request #15388 from atinfinity:impl-turbo-colormap 2019-08-26 17:55:10 +03:00
include/opencv2 s/Voroni/Voronoi/g 2019-12-11 09:13:58 +09:00
misc/java imgproc: fix fitLine() implementation 2019-10-03 21:23:52 +00:00
perf Merge pull request #15257 from pmur:resize 2019-12-09 14:54:06 +03:00
src Merge pull request #16136 from mcellis33:mec-nan 2019-12-18 17:25:59 +03:00
test Merge pull request #16136 from mcellis33:mec-nan 2019-12-18 17:25:59 +03:00
CMakeLists.txt Merge pull request #14994 from terfendail:wintr_undistort 2019-07-18 19:32:51 +03:00