Home | History | Annotate | Download | only in test
      1 package org.opencv.test.features2d;
      2 
      3 import org.opencv.test.OpenCVTestCase;
      4 
      5 public class OneWayGenericDescriptorMatcherTest extends OpenCVTestCase {
      6 
      7     public void testAdd() {
      8         fail("Not yet implemented");
      9     }
     10 
     11     public void testClassifyMatListOfKeyPointMatListOfKeyPoint() {
     12         fail("Not yet implemented");
     13     }
     14 
     15     public void testClassifyMatListOfKeyPoint() {
     16         fail("Not yet implemented");
     17     }
     18 
     19     public void testClear() {
     20         fail("Not yet implemented");
     21     }
     22 
     23     public void testCloneBoolean() {
     24         fail("Not yet implemented");
     25     }
     26 
     27     public void testClone() {
     28         fail("Not yet implemented");
     29     }
     30 
     31     public void testCreate() {
     32         fail("Not yet implemented");
     33     }
     34 
     35     public void testEmpty() {
     36         fail("Not yet implemented");
     37     }
     38 
     39     public void testGetTrainImages() {
     40         fail("Not yet implemented");
     41     }
     42 
     43     public void testGetTrainKeypoints() {
     44         fail("Not yet implemented");
     45     }
     46 
     47     public void testIsMaskSupported() {
     48         fail("Not yet implemented");
     49     }
     50 
     51     public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMatBoolean() {
     52         fail("Not yet implemented");
     53     }
     54 
     55     public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchIntMat() {
     56         fail("Not yet implemented");
     57     }
     58 
     59     public void testKnnMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchInt() {
     60         fail("Not yet implemented");
     61     }
     62 
     63     public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMatBoolean() {
     64         fail("Not yet implemented");
     65     }
     66 
     67     public void testKnnMatchMatListOfKeyPointListOfListOfDMatchIntListOfMat() {
     68         fail("Not yet implemented");
     69     }
     70 
     71     public void testKnnMatchMatListOfKeyPointListOfListOfDMatchInt() {
     72         fail("Not yet implemented");
     73     }
     74 
     75     public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatchMat() {
     76         fail("Not yet implemented");
     77     }
     78 
     79     public void testMatchMatListOfKeyPointMatListOfKeyPointListOfDMatch() {
     80         fail("Not yet implemented");
     81     }
     82 
     83     public void testMatchMatListOfKeyPointListOfDMatchListOfMat() {
     84         fail("Not yet implemented");
     85     }
     86 
     87     public void testMatchMatListOfKeyPointListOfDMatch() {
     88         fail("Not yet implemented");
     89     }
     90 
     91     public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMatBoolean() {
     92         fail("Not yet implemented");
     93     }
     94 
     95     public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloatMat() {
     96         fail("Not yet implemented");
     97     }
     98 
     99     public void testRadiusMatchMatListOfKeyPointMatListOfKeyPointListOfListOfDMatchFloat() {
    100         fail("Not yet implemented");
    101     }
    102 
    103     public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMatBoolean() {
    104         fail("Not yet implemented");
    105     }
    106 
    107     public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloatListOfMat() {
    108         fail("Not yet implemented");
    109     }
    110 
    111     public void testRadiusMatchMatListOfKeyPointListOfListOfDMatchFloat() {
    112         fail("Not yet implemented");
    113     }
    114 
    115     public void testRead() {
    116         fail("Not yet implemented");
    117     }
    118 
    119     public void testTrain() {
    120         fail("Not yet implemented");
    121     }
    122 
    123     public void testWrite() {
    124         fail("Not yet implemented");
    125     }
    126 
    127 }
    128