mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge branch 4.x
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user