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