1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2023-10-16 21:25:56 +03:00
221 changed files with 3584 additions and 2215 deletions
@@ -639,7 +639,7 @@ public class ImgprocTest extends OpenCVTestCase {
Imgproc.distanceTransformWithLabels(gray128, dst, labels, Imgproc.DIST_L2, 3);
assertMatEqual(dstLables, labels);
assertMatEqual(getMat(CvType.CV_32FC1, 8192), dst, EPS);
assertMatEqual(getMat(CvType.CV_32FC1, 65533.805), dst, EPS);
}
public void testDrawContoursMatListOfMatIntScalar() {