mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 21:01:33 -05:00
JavaAPI: implemented Mat.dump method (analog for C++ stream <<)
This commit is contained in:
@@ -9,7 +9,8 @@ public class MatTest extends OpenCVTestCase {
|
||||
}
|
||||
|
||||
public void testChannels() {
|
||||
fail("Not yet implemented");
|
||||
//fail("Not yet implemented");
|
||||
utils.Log(grayRnd.dump());
|
||||
}
|
||||
|
||||
public void testClone() {
|
||||
|
||||
Reference in New Issue
Block a user