• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.opencv.test.calib3d;
2 
3 import org.opencv.test.OpenCVTestCase;
4 
5 public class StereoSGBMTest extends OpenCVTestCase {
6 
testCompute()7     public void testCompute() {
8         fail("Not yet implemented");
9     }
10 
testGet_disp12MaxDiff()11     public void testGet_disp12MaxDiff() {
12         fail("Not yet implemented");
13     }
14 
testGet_fullDP()15     public void testGet_fullDP() {
16         fail("Not yet implemented");
17     }
18 
testGet_minDisparity()19     public void testGet_minDisparity() {
20         fail("Not yet implemented");
21     }
22 
testGet_numberOfDisparities()23     public void testGet_numberOfDisparities() {
24         fail("Not yet implemented");
25     }
26 
testGet_P1()27     public void testGet_P1() {
28         fail("Not yet implemented");
29     }
30 
testGet_P2()31     public void testGet_P2() {
32         fail("Not yet implemented");
33     }
34 
testGet_preFilterCap()35     public void testGet_preFilterCap() {
36         fail("Not yet implemented");
37     }
38 
testGet_SADWindowSize()39     public void testGet_SADWindowSize() {
40         fail("Not yet implemented");
41     }
42 
testGet_speckleRange()43     public void testGet_speckleRange() {
44         fail("Not yet implemented");
45     }
46 
testGet_speckleWindowSize()47     public void testGet_speckleWindowSize() {
48         fail("Not yet implemented");
49     }
50 
testGet_uniquenessRatio()51     public void testGet_uniquenessRatio() {
52         fail("Not yet implemented");
53     }
54 
testSet_disp12MaxDiff()55     public void testSet_disp12MaxDiff() {
56         fail("Not yet implemented");
57     }
58 
testSet_fullDP()59     public void testSet_fullDP() {
60         fail("Not yet implemented");
61     }
62 
testSet_minDisparity()63     public void testSet_minDisparity() {
64         fail("Not yet implemented");
65     }
66 
testSet_numberOfDisparities()67     public void testSet_numberOfDisparities() {
68         fail("Not yet implemented");
69     }
70 
testSet_P1()71     public void testSet_P1() {
72         fail("Not yet implemented");
73     }
74 
testSet_P2()75     public void testSet_P2() {
76         fail("Not yet implemented");
77     }
78 
testSet_preFilterCap()79     public void testSet_preFilterCap() {
80         fail("Not yet implemented");
81     }
82 
testSet_SADWindowSize()83     public void testSet_SADWindowSize() {
84         fail("Not yet implemented");
85     }
86 
testSet_speckleRange()87     public void testSet_speckleRange() {
88         fail("Not yet implemented");
89     }
90 
testSet_speckleWindowSize()91     public void testSet_speckleWindowSize() {
92         fail("Not yet implemented");
93     }
94 
testSet_uniquenessRatio()95     public void testSet_uniquenessRatio() {
96         fail("Not yet implemented");
97     }
98 
testStereoSGBM()99     public void testStereoSGBM() {
100         fail("Not yet implemented");
101     }
102 
testStereoSGBMIntIntInt()103     public void testStereoSGBMIntIntInt() {
104         fail("Not yet implemented");
105     }
106 
testStereoSGBMIntIntIntInt()107     public void testStereoSGBMIntIntIntInt() {
108         fail("Not yet implemented");
109     }
110 
testStereoSGBMIntIntIntIntInt()111     public void testStereoSGBMIntIntIntIntInt() {
112         fail("Not yet implemented");
113     }
114 
testStereoSGBMIntIntIntIntIntInt()115     public void testStereoSGBMIntIntIntIntIntInt() {
116         fail("Not yet implemented");
117     }
118 
testStereoSGBMIntIntIntIntIntIntInt()119     public void testStereoSGBMIntIntIntIntIntIntInt() {
120         fail("Not yet implemented");
121     }
122 
testStereoSGBMIntIntIntIntIntIntIntInt()123     public void testStereoSGBMIntIntIntIntIntIntIntInt() {
124         fail("Not yet implemented");
125     }
126 
testStereoSGBMIntIntIntIntIntIntIntIntInt()127     public void testStereoSGBMIntIntIntIntIntIntIntIntInt() {
128         fail("Not yet implemented");
129     }
130 
testStereoSGBMIntIntIntIntIntIntIntIntIntInt()131     public void testStereoSGBMIntIntIntIntIntIntIntIntIntInt() {
132         fail("Not yet implemented");
133     }
134 
testStereoSGBMIntIntIntIntIntIntIntIntIntIntBoolean()135     public void testStereoSGBMIntIntIntIntIntIntIntIntIntIntBoolean() {
136         fail("Not yet implemented");
137     }
138 
139 }
140