Java API: fixing more tests
This commit is contained in:
parent
17d88783c2
commit
a9b3a17ae6
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DENSEFeatureDetectorTest extends TestCase {
|
||||
public class DENSEFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicDENSEFeatureDetectorTest extends TestCase {
|
||||
public class DynamicDENSEFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicFASTFeatureDetectorTest extends TestCase {
|
||||
public class DynamicFASTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicGFTTFeatureDetectorTest extends TestCase {
|
||||
public class DynamicGFTTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicHARRISFeatureDetectorTest extends TestCase {
|
||||
public class DynamicHARRISFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicMSERFeatureDetectorTest extends TestCase {
|
||||
public class DynamicMSERFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicORBFeatureDetectorTest extends TestCase {
|
||||
public class DynamicORBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicSIFTFeatureDetectorTest extends TestCase {
|
||||
public class DynamicSIFTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicSIMPLEBLOBFeatureDetectorTest extends TestCase {
|
||||
public class DynamicSIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicSTARFeatureDetectorTest extends TestCase {
|
||||
public class DynamicSTARFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class DynamicSURFFeatureDetectorTest extends TestCase {
|
||||
public class DynamicSURFFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GFTTFeatureDetectorTest extends TestCase {
|
||||
public class GFTTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridDENSEFeatureDetectorTest extends TestCase {
|
||||
public class GridDENSEFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridFASTFeatureDetectorTest extends TestCase {
|
||||
public class GridFASTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridGFTTFeatureDetectorTest extends TestCase {
|
||||
public class GridGFTTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridHARRISFeatureDetectorTest extends TestCase {
|
||||
public class GridHARRISFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridMSERFeatureDetectorTest extends TestCase {
|
||||
public class GridMSERFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridORBFeatureDetectorTest extends TestCase {
|
||||
public class GridORBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridSIFTFeatureDetectorTest extends TestCase {
|
||||
public class GridSIFTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridSIMPLEBLOBFeatureDetectorTest extends TestCase {
|
||||
public class GridSIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridSTARFeatureDetectorTest extends TestCase {
|
||||
public class GridSTARFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class GridSURFFeatureDetectorTest extends TestCase {
|
||||
public class GridSURFFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class HARRISFeatureDetectorTest extends TestCase {
|
||||
public class HARRISFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class MSERFeatureDetectorTest extends TestCase {
|
||||
public class MSERFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class ORBFeatureDetectorTest extends TestCase {
|
||||
public class ORBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class OpponentBRIEFDescriptorExtractorTest extends TestCase {
|
||||
public class OpponentBRIEFDescriptorExtractorTest extends OpenCVTestCase {
|
||||
|
||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class OpponentORBDescriptorExtractorTest extends TestCase {
|
||||
public class OpponentORBDescriptorExtractorTest extends OpenCVTestCase {
|
||||
|
||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class OpponentSIFTDescriptorExtractorTest extends TestCase {
|
||||
public class OpponentSIFTDescriptorExtractorTest extends OpenCVTestCase {
|
||||
|
||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class OpponentSURFDescriptorExtractorTest extends TestCase {
|
||||
public class OpponentSURFDescriptorExtractorTest extends OpenCVTestCase {
|
||||
|
||||
public void testComputeListOfMatListOfListOfKeyPointListOfMat() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidDENSEFeatureDetectorTest extends TestCase {
|
||||
public class PyramidDENSEFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidFASTFeatureDetectorTest extends TestCase {
|
||||
public class PyramidFASTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidGFTTFeatureDetectorTest extends TestCase {
|
||||
public class PyramidGFTTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidHARRISFeatureDetectorTest extends TestCase {
|
||||
public class PyramidHARRISFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidMSERFeatureDetectorTest extends TestCase {
|
||||
public class PyramidMSERFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidORBFeatureDetectorTest extends TestCase {
|
||||
public class PyramidORBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidSIFTFeatureDetectorTest extends TestCase {
|
||||
public class PyramidSIFTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidSIMPLEBLOBFeatureDetectorTest extends TestCase {
|
||||
public class PyramidSIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidSTARFeatureDetectorTest extends TestCase {
|
||||
public class PyramidSTARFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class PyramidSURFFeatureDetectorTest extends TestCase {
|
||||
public class PyramidSURFFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class SIFTFeatureDetectorTest extends TestCase {
|
||||
public class SIFTFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,8 +1,8 @@
|
||||
package org.opencv.test.features2d;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
public class SIMPLEBLOBFeatureDetectorTest extends TestCase {
|
||||
public class SIMPLEBLOBFeatureDetectorTest extends OpenCVTestCase {
|
||||
|
||||
public void testCreate() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvANN_MLP;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvANN_MLPTest extends TestCase {
|
||||
public class CvANN_MLPTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvANN_MLP_TrainParams;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvANN_MLP_TrainParamsTest extends TestCase {
|
||||
public class CvANN_MLP_TrainParamsTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvANN_MLP_TrainParams() {
|
||||
new CvANN_MLP_TrainParams();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvBoostParams;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvBoostParamsTest extends TestCase {
|
||||
public class CvBoostParamsTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvBoostParams() {
|
||||
new CvBoostParams();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvBoost;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvBoostTest extends TestCase {
|
||||
public class CvBoostTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvDTreeParams;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvDTreeParamsTest extends TestCase {
|
||||
public class CvDTreeParamsTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvDTreeParams() {
|
||||
new CvDTreeParams();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvDTree;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvDTreeTest extends TestCase {
|
||||
public class CvDTreeTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvERTrees;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvERTreesTest extends TestCase {
|
||||
public class CvERTreesTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvERTrees() {
|
||||
new CvERTrees();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvGBTreesParams;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvGBTreesParamsTest extends TestCase {
|
||||
public class CvGBTreesParamsTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvGBTreesParams() {
|
||||
new CvGBTreesParams();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvGBTrees;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvGBTreesTest extends TestCase {
|
||||
public class CvGBTreesTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvKNearest;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvKNearestTest extends TestCase {
|
||||
public class CvKNearestTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvKNearest() {
|
||||
new CvKNearest();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvNormalBayesClassifier;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvNormalBayesClassifierTest extends TestCase {
|
||||
public class CvNormalBayesClassifierTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvParamGrid;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvParamGridTest extends TestCase {
|
||||
public class CvParamGridTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvParamGrid() {
|
||||
new CvParamGrid();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvRTParams;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvRTParamsTest extends TestCase {
|
||||
public class CvRTParamsTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvRTParams() {
|
||||
new CvRTParams();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvRTrees;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvRTreesTest extends TestCase {
|
||||
public class CvRTreesTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvSVMParams;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvSVMParamsTest extends TestCase {
|
||||
public class CvSVMParamsTest extends OpenCVTestCase {
|
||||
|
||||
public void testCvSVMParams() {
|
||||
new CvSVMParams();
|
||||
|
@ -1,10 +1,9 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvSVM;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvSVMTest extends TestCase {
|
||||
public class CvSVMTest extends OpenCVTestCase {
|
||||
|
||||
public void testClear() {
|
||||
fail("Not yet implemented");
|
||||
|
Loading…
Reference in New Issue
Block a user