Path: blob/master/modules/calib3d/misc/java/test/StereoSGBMTest.java
16363 views
package org.opencv.test.calib3d;12import org.opencv.test.OpenCVTestCase;34public class StereoSGBMTest extends OpenCVTestCase {56public void testCompute() {7fail("Not yet implemented");8}910public void testGet_disp12MaxDiff() {11fail("Not yet implemented");12}1314public void testGet_fullDP() {15fail("Not yet implemented");16}1718public void testGet_minDisparity() {19fail("Not yet implemented");20}2122public void testGet_numberOfDisparities() {23fail("Not yet implemented");24}2526public void testGet_P1() {27fail("Not yet implemented");28}2930public void testGet_P2() {31fail("Not yet implemented");32}3334public void testGet_preFilterCap() {35fail("Not yet implemented");36}3738public void testGet_SADWindowSize() {39fail("Not yet implemented");40}4142public void testGet_speckleRange() {43fail("Not yet implemented");44}4546public void testGet_speckleWindowSize() {47fail("Not yet implemented");48}4950public void testGet_uniquenessRatio() {51fail("Not yet implemented");52}5354public void testSet_disp12MaxDiff() {55fail("Not yet implemented");56}5758public void testSet_fullDP() {59fail("Not yet implemented");60}6162public void testSet_minDisparity() {63fail("Not yet implemented");64}6566public void testSet_numberOfDisparities() {67fail("Not yet implemented");68}6970public void testSet_P1() {71fail("Not yet implemented");72}7374public void testSet_P2() {75fail("Not yet implemented");76}7778public void testSet_preFilterCap() {79fail("Not yet implemented");80}8182public void testSet_SADWindowSize() {83fail("Not yet implemented");84}8586public void testSet_speckleRange() {87fail("Not yet implemented");88}8990public void testSet_speckleWindowSize() {91fail("Not yet implemented");92}9394public void testSet_uniquenessRatio() {95fail("Not yet implemented");96}9798public void testStereoSGBM() {99fail("Not yet implemented");100}101102public void testStereoSGBMIntIntInt() {103fail("Not yet implemented");104}105106public void testStereoSGBMIntIntIntInt() {107fail("Not yet implemented");108}109110public void testStereoSGBMIntIntIntIntInt() {111fail("Not yet implemented");112}113114public void testStereoSGBMIntIntIntIntIntInt() {115fail("Not yet implemented");116}117118public void testStereoSGBMIntIntIntIntIntIntInt() {119fail("Not yet implemented");120}121122public void testStereoSGBMIntIntIntIntIntIntIntInt() {123fail("Not yet implemented");124}125126public void testStereoSGBMIntIntIntIntIntIntIntIntInt() {127fail("Not yet implemented");128}129130public void testStereoSGBMIntIntIntIntIntIntIntIntIntInt() {131fail("Not yet implemented");132}133134public void testStereoSGBMIntIntIntIntIntIntIntIntIntIntBoolean() {135fail("Not yet implemented");136}137138}139140141