Java API: class KDTree is added to ignore list, JNI funcs names for renamed classes are fixed
This commit is contained in:
@@ -1,103 +0,0 @@
|
||||
package org.opencv.test.core;
|
||||
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class KDTreeTest extends OpenCVTestCase {
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
}
|
||||
|
||||
public void testBuildMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testBuildMatBoolean() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testBuildMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testBuildMatMatBoolean() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testDims() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindNearestMatIntIntMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindNearestMatIntIntMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindNearestMatIntIntMatMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindNearestMatIntIntMatMatMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindOrthoRangeMatMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindOrthoRangeMatMatMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testFindOrthoRangeMatMatMatMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testGet_maxDepth() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testGet_normType() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testGet_points() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testGetPointsMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testGetPointsMatMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testKDTree() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testKDTreeMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testKDTreeMatBoolean() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testKDTreeMatMat() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testKDTreeMatMatBoolean() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testSet_normType() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user