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