mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04: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