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

java tests: bugfix in hconcat

上级 eafa837e
......@@ -452,7 +452,7 @@ public class coreTest extends OpenCVTestCase {
public void testHconcat() {
Mat e = Mat.eye(3, 3, CvType.CV_8UC1);
Mat eConcat = new Mat(1, 9, CvType.CV_8UC1);
eConcat.put(0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1);
eConcat.put(0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1);
core.hconcat(e, dst);
assertMatEqual(eConcat, dst);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册