mirror of https://github.com/opencv/opencv.git
pull/13383/head
parent
6ff975af9e
commit
d86605f6a7
2 changed files with 5 additions and 105 deletions
@ -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"); |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue