mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #1226 from apavlenko:fix_java_test_ellipse2poly
This commit is contained in:
commit
d92b638768
@ -491,20 +491,6 @@ public class CoreTest extends OpenCVTestCase {
|
||||
|
||||
Point truth[] = {
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(5, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6),
|
||||
new Point(4, 6)
|
||||
};
|
||||
assertArrayPointsEquals(truth, pts.toArray(), EPS);
|
||||
|
Loading…
Reference in New Issue
Block a user