提交 3a922a53 编写于 作者: A Andrey Pavlenko

adding one more assertion to a Java test

上级 52f5009a
...@@ -311,6 +311,7 @@ public class ImgprocTest extends OpenCVTestCase { ...@@ -311,6 +311,7 @@ public class ImgprocTest extends OpenCVTestCase {
Core.merge(histList, hist3D); Core.merge(histList, hist3D);
assertEquals(CvType.CV_32FC3, hist3D.type()); assertEquals(CvType.CV_32FC3, hist3D.type());
assertEquals(10, hist3D.checkVector(3));
Mat truth = new Mat(10, 1, CvType.CV_32FC3); Mat truth = new Mat(10, 1, CvType.CV_32FC3);
truth.put(0, 0, truth.put(0, 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册