JavaAPI: implemented Mat.dump method (analog for C++ stream <<)

This commit is contained in:
Kirill Kornyakov
2011-07-05 08:37:49 +00:00
parent ff8fe39e23
commit 5688b014e9
3 changed files with 25 additions and 2 deletions

View File

@@ -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() {