mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 04:36:36 +08:00
adding one more assertion to a Java test
This commit is contained in:
parent
52f5009a4c
commit
3a922a535c
@ -311,6 +311,7 @@ public class ImgprocTest extends OpenCVTestCase {
|
||||
Core.merge(histList, hist3D);
|
||||
|
||||
assertEquals(CvType.CV_32FC3, hist3D.type());
|
||||
assertEquals(10, hist3D.checkVector(3));
|
||||
|
||||
Mat truth = new Mat(10, 1, CvType.CV_32FC3);
|
||||
truth.put(0, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user