parent
ebb08bc015
commit
1863f58a67
10 changed files with 411 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class DENSEFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class DynamicDENSEFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class DynamicSIMPLEBLOBFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class GridDENSEFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class GridSIMPLEBLOBFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class PyramidDENSEFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class PyramidSIMPLEBLOBFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
package org.opencv.test.features2d; |
||||||
|
|
||||||
|
import junit.framework.TestCase; |
||||||
|
|
||||||
|
public class SIMPLEBLOBFeatureDetectorTest extends TestCase { |
||||||
|
|
||||||
|
public void testCreate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectListOfMatListOfListOfKeyPointListOfMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testDetectMatListOfKeyPointMat() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEmpty() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRead() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testWrite() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,95 @@ |
|||||||
|
package org.opencv.test.imgproc; |
||||||
|
|
||||||
|
import org.opencv.test.OpenCVTestCase; |
||||||
|
|
||||||
|
public class Subdiv2DTest extends OpenCVTestCase { |
||||||
|
|
||||||
|
protected void setUp() throws Exception { |
||||||
|
super.setUp(); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEdgeDstInt() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEdgeDstIntPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEdgeOrgInt() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testEdgeOrgIntPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testFindNearestPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testFindNearestPointPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testGetEdge() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testGetEdgeList() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testGetTriangleList() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testGetVertexInt() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testGetVertexIntIntArray() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testGetVoronoiFacetList() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testInitDelaunay() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testInsertListOfPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testInsertPoint() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testLocate() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testNextEdge() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testRotateEdge() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testSubdiv2D() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testSubdiv2DRect() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
public void testSymEdge() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue