new tests stubs
authorAndrey Pavlenko <no@email>
Tue, 26 Jul 2011 08:17:58 +0000 (08:17 +0000)
committerAndrey Pavlenko <no@email>
Tue, 26 Jul 2011 08:17:58 +0000 (08:17 +0000)
modules/java/android_test/src/org/opencv/test/calib3d/StereoSGBMTest.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/calib3d/calib3dTest.java

diff --git a/modules/java/android_test/src/org/opencv/test/calib3d/StereoSGBMTest.java b/modules/java/android_test/src/org/opencv/test/calib3d/StereoSGBMTest.java
new file mode 100644 (file)
index 0000000..77dc34f
--- /dev/null
@@ -0,0 +1,143 @@
+package org.opencv.test.calib3d;\r
+\r
+import org.opencv.test.OpenCVTestCase;\r
+\r
+public class StereoSGBMTest extends OpenCVTestCase {\r
+\r
+       protected void setUp() throws Exception {\r
+               super.setUp();\r
+       }\r
+\r
+       public void testCompute() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_disp12MaxDiff() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_fullDP() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_minDisparity() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_numberOfDisparities() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_P1() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_P2() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_preFilterCap() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_SADWindowSize() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_speckleRange() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_speckleWindowSize() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testGet_uniquenessRatio() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_disp12MaxDiff() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_fullDP() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_minDisparity() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_numberOfDisparities() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_P1() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_P2() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_preFilterCap() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_SADWindowSize() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_speckleRange() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_speckleWindowSize() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testSet_uniquenessRatio() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBM() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntIntIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntIntIntIntIntIntInt() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+       public void testStereoSGBMIntIntIntIntIntIntIntIntIntIntBoolean() {\r
+               fail("Not yet implemented");\r
+       }\r
+\r
+}\r
index 54d0c36..f022177 100644 (file)
@@ -15,6 +15,18 @@ public class calib3dTest extends OpenCVTestCase {
                super.test_1("calib3d");
        }
 
+       public void testCalibrateCameraListOfMatListOfMatSizeMatMatListOfMatListOfMat() {
+               fail("Not yet implemented");
+       }
+
+       public void testCalibrateCameraListOfMatListOfMatSizeMatMatListOfMatListOfMatInt() {
+               fail("Not yet implemented");
+       }
+
+       public void testCalibrationMatrixValues() {
+               fail("Not yet implemented");
+       }
+
        public void testComposeRTMatMatMatMatMatMat() {
                Mat rvec1 = new Mat(3, 1, CvType.CV_32F); rvec1.put(0, 0, 0.5302828,  0.19925919, 0.40105945);
                Mat tvec1 = new Mat(3, 1, CvType.CV_32F); tvec1.put(0, 0, 0.81438506, 0.43713298, 0.2487897);
@@ -169,6 +181,14 @@ public class calib3dTest extends OpenCVTestCase {
                assertTrue(!dst.empty());
        }
 
+       public void testFindCirclesGridDefaultMatSizeMat() {
+               fail("Not yet implemented");
+       }
+
+       public void testFindCirclesGridDefaultMatSizeMatInt() {
+               fail("Not yet implemented");
+       }
+
        public void testFindFundamentalMatMatMat() {
                fail("Not yet implemented");
        }
@@ -205,6 +225,34 @@ public class calib3dTest extends OpenCVTestCase {
                fail("Not yet implemented");
        }
 
+       public void testGetOptimalNewCameraMatrixMatMatSizeDouble() {
+               fail("Not yet implemented");
+       }
+
+       public void testGetOptimalNewCameraMatrixMatMatSizeDoubleSize() {
+               fail("Not yet implemented");
+       }
+
+       public void testGetOptimalNewCameraMatrixMatMatSizeDoubleSizeRect() {
+               fail("Not yet implemented");
+       }
+
+       public void testGetOptimalNewCameraMatrixMatMatSizeDoubleSizeRectBoolean() {
+               fail("Not yet implemented");
+       }
+
+       public void testGetValidDisparityROI() {
+               fail("Not yet implemented");
+       }
+
+       public void testInitCameraMatrix2DListOfMatListOfMatSize() {
+               fail("Not yet implemented");
+       }
+
+       public void testInitCameraMatrix2DListOfMatListOfMatSizeDouble() {
+               fail("Not yet implemented");
+       }
+
        public void testMatMulDeriv() {
                fail("Not yet implemented");
        }
@@ -221,6 +269,10 @@ public class calib3dTest extends OpenCVTestCase {
                fail("Not yet implemented");
        }
 
+       public void testRectify3Collinear() {
+               fail("Not yet implemented");
+       }
+
        public void testReprojectImageTo3DMatMatMat() {
                fail("Not yet implemented");
        }
@@ -241,6 +293,22 @@ public class calib3dTest extends OpenCVTestCase {
                fail("Not yet implemented");
        }
 
+       public void testRQDecomp3x3MatMatMat() {
+               fail("Not yet implemented");
+       }
+
+       public void testRQDecomp3x3MatMatMatMat() {
+               fail("Not yet implemented");
+       }
+
+       public void testRQDecomp3x3MatMatMatMatMat() {
+               fail("Not yet implemented");
+       }
+
+       public void testRQDecomp3x3MatMatMatMatMatMat() {
+               fail("Not yet implemented");
+       }
+
        public void testSolvePnPMatMatMatMatMatMat() {
                fail("Not yet implemented");
        }
@@ -273,6 +341,18 @@ public class calib3dTest extends OpenCVTestCase {
                fail("Not yet implemented");
        }
 
+       public void testStereoCalibrateListOfMatListOfMatListOfMatMatMatMatMatSizeMatMatMatMat() {
+               fail("Not yet implemented");
+       }
+
+       public void testStereoCalibrateListOfMatListOfMatListOfMatMatMatMatMatSizeMatMatMatMatTermCriteria() {
+               fail("Not yet implemented");
+       }
+
+       public void testStereoCalibrateListOfMatListOfMatListOfMatMatMatMatMatSizeMatMatMatMatTermCriteriaInt() {
+               fail("Not yet implemented");
+       }
+
        public void testStereoRectifyUncalibratedMatMatMatSizeMatMat() {
                fail("Not yet implemented");
        }