opencv/modules/imgproc/misc/java/test
Vadim Pisarevsky 8abb312c20
Merge pull request #17417 from vpisarev:fix_fitellipse
* improved fitEllipse and fitEllipseDirect accuracy in singular or close-to-singular cases (see issue #9923)

* scale points using double precision

* added normalization to fitEllipseAMS as well; fixed Java test case by raising the tolerance (it's unclear what is the correct result in this case).

* improved point perturbation a bit. make the code a little bit more clear

* trying to fix Java fitEllipseTest by slightly raising the tolerance threshold

* synchronized C++ version of Java's fitEllipse test

* removed trailing whitespaces
2020-06-01 18:01:20 +00:00
..
ImgprocTest.java Merge pull request #17417 from vpisarev:fix_fitellipse 2020-06-01 18:01:20 +00:00
MomentsTest.java Simple Moments class for Java 2015-12-16 10:53:14 +03:00
Subdiv2DTest.java resolve #5788 2018-08-31 00:59:00 +09:00