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