StereoSGBMTest.java 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. package org.opencv.test.calib3d;
  2. import org.opencv.test.OpenCVTestCase;
  3. public class StereoSGBMTest extends OpenCVTestCase {
  4. public void testCompute() {
  5. fail("Not yet implemented");
  6. }
  7. public void testGet_disp12MaxDiff() {
  8. fail("Not yet implemented");
  9. }
  10. public void testGet_fullDP() {
  11. fail("Not yet implemented");
  12. }
  13. public void testGet_minDisparity() {
  14. fail("Not yet implemented");
  15. }
  16. public void testGet_numberOfDisparities() {
  17. fail("Not yet implemented");
  18. }
  19. public void testGet_P1() {
  20. fail("Not yet implemented");
  21. }
  22. public void testGet_P2() {
  23. fail("Not yet implemented");
  24. }
  25. public void testGet_preFilterCap() {
  26. fail("Not yet implemented");
  27. }
  28. public void testGet_SADWindowSize() {
  29. fail("Not yet implemented");
  30. }
  31. public void testGet_speckleRange() {
  32. fail("Not yet implemented");
  33. }
  34. public void testGet_speckleWindowSize() {
  35. fail("Not yet implemented");
  36. }
  37. public void testGet_uniquenessRatio() {
  38. fail("Not yet implemented");
  39. }
  40. public void testSet_disp12MaxDiff() {
  41. fail("Not yet implemented");
  42. }
  43. public void testSet_fullDP() {
  44. fail("Not yet implemented");
  45. }
  46. public void testSet_minDisparity() {
  47. fail("Not yet implemented");
  48. }
  49. public void testSet_numberOfDisparities() {
  50. fail("Not yet implemented");
  51. }
  52. public void testSet_P1() {
  53. fail("Not yet implemented");
  54. }
  55. public void testSet_P2() {
  56. fail("Not yet implemented");
  57. }
  58. public void testSet_preFilterCap() {
  59. fail("Not yet implemented");
  60. }
  61. public void testSet_SADWindowSize() {
  62. fail("Not yet implemented");
  63. }
  64. public void testSet_speckleRange() {
  65. fail("Not yet implemented");
  66. }
  67. public void testSet_speckleWindowSize() {
  68. fail("Not yet implemented");
  69. }
  70. public void testSet_uniquenessRatio() {
  71. fail("Not yet implemented");
  72. }
  73. public void testStereoSGBM() {
  74. fail("Not yet implemented");
  75. }
  76. public void testStereoSGBMIntIntInt() {
  77. fail("Not yet implemented");
  78. }
  79. public void testStereoSGBMIntIntIntInt() {
  80. fail("Not yet implemented");
  81. }
  82. public void testStereoSGBMIntIntIntIntInt() {
  83. fail("Not yet implemented");
  84. }
  85. public void testStereoSGBMIntIntIntIntIntInt() {
  86. fail("Not yet implemented");
  87. }
  88. public void testStereoSGBMIntIntIntIntIntIntInt() {
  89. fail("Not yet implemented");
  90. }
  91. public void testStereoSGBMIntIntIntIntIntIntIntInt() {
  92. fail("Not yet implemented");
  93. }
  94. public void testStereoSGBMIntIntIntIntIntIntIntIntInt() {
  95. fail("Not yet implemented");
  96. }
  97. public void testStereoSGBMIntIntIntIntIntIntIntIntIntInt() {
  98. fail("Not yet implemented");
  99. }
  100. public void testStereoSGBMIntIntIntIntIntIntIntIntIntIntBoolean() {
  101. fail("Not yet implemented");
  102. }
  103. }