mirror of https://github.com/opencv/opencv.git
Merge pull request #7497 from abratchik:java.wrapper.fix.3.1
commit
811eb76277
54 changed files with 304 additions and 1711 deletions
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicDENSEFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicFASTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicGFTTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicHARRISFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicMSERFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicORBFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicSIFTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicSIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicSTARFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class DynamicSURFFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,127 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class FernGenericDescriptorMatcherTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
public void testAdd() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClassifyMatListOfKeyPointMatListOfKeyPoint() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClassifyMatListOfKeyPoint() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClear() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCloneBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClone() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCreate() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testEmpty() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testGetTrainImages() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testGetTrainKeypoints() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testIsMaskSupported() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchInt() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointListOfListOfDMatchInt() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatchMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatch() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointListOfDMatchListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointListOfDMatch() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRead() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testTrain() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testWrite() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridDENSEFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridFASTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridGFTTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridHARRISFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridMSERFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridORBFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridSIFTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridSIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridSTARFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class GridSURFFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,127 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class OneWayGenericDescriptorMatcherTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
public void testAdd() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClassifyMatListOfKeyPointMatListOfKeyPoint() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClassifyMatListOfKeyPoint() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClear() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCloneBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testClone() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCreate() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testEmpty() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testGetTrainImages() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testGetTrainKeypoints() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testIsMaskSupported() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchInt() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testKnnMatchMatListOfKeyPointListOfListOfDMatchInt() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatchMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatch() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointListOfDMatchListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testMatchMatListOfKeyPointListOfDMatch() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMatBoolean() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testRead() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testTrain() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testWrite() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class OpponentBRIEFDescriptorExtractorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testComputeMatListOfKeyPointMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCreate() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorSize() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorType() { |
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class OpponentORBDescriptorExtractorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testComputeMatListOfKeyPointMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCreate() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorSize() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorType() { |
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class OpponentSIFTDescriptorExtractorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testComputeMatListOfKeyPointMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCreate() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorSize() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorType() { |
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class OpponentSURFDescriptorExtractorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testComputeMatListOfKeyPointMat() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testCreate() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorSize() { |
|
||||||
fail("Not yet implemented"); |
|
||||||
} |
|
||||||
|
|
||||||
public void testDescriptorType() { |
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidDENSEFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidFASTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidGFTTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidHARRISFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidMSERFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidORBFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidSIFTFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidSIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidSTARFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
@ -1,39 +0,0 @@ |
|||||||
package org.opencv.test.features2d; |
|
||||||
|
|
||||||
import org.opencv.test.OpenCVTestCase; |
|
||||||
|
|
||||||
public class PyramidSURFFeatureDetectorTest extends OpenCVTestCase { |
|
||||||
|
|
||||||
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"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
Loading…
Reference in new issue