提交 eafa837e 编写于 作者: K Kirill Kornyakov

java tests: commited tests by Hussein Abdinoor

上级 f2e1a64c
......@@ -100,7 +100,7 @@ public class OpenCVTestCase extends TestCase {
v1 = new Mat(1, 3, CvType.CV_32F); v1.put(0, 0, 1.0, 3.0, 2.0);
v2 = new Mat(1, 3, CvType.CV_32F); v2.put(0, 0, 2.0, 1.0, 3.0);
}
}
public static void assertMatEqual(Mat m1, Mat m2) {
compareMats(m1, m2, true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册