Home | History | Annotate | Download | only in test
      1 package org.opencv.test.imgproc;
      2 
      3 import org.opencv.test.OpenCVTestCase;
      4 
      5 public class MomentsTest extends OpenCVTestCase {
      6 
      7     public void testGet_m00() {
      8         fail("Not yet implemented");
      9     }
     10 
     11     public void testGet_m01() {
     12         fail("Not yet implemented");
     13     }
     14 
     15     public void testGet_m02() {
     16         fail("Not yet implemented");
     17     }
     18 
     19     public void testGet_m03() {
     20         fail("Not yet implemented");
     21     }
     22 
     23     public void testGet_m10() {
     24         fail("Not yet implemented");
     25     }
     26 
     27     public void testGet_m11() {
     28         fail("Not yet implemented");
     29     }
     30 
     31     public void testGet_m12() {
     32         fail("Not yet implemented");
     33     }
     34 
     35     public void testGet_m20() {
     36         fail("Not yet implemented");
     37     }
     38 
     39     public void testGet_m21() {
     40         fail("Not yet implemented");
     41     }
     42 
     43     public void testGet_m30() {
     44         fail("Not yet implemented");
     45     }
     46 
     47     public void testGet_mu02() {
     48         fail("Not yet implemented");
     49     }
     50 
     51     public void testGet_mu03() {
     52         fail("Not yet implemented");
     53     }
     54 
     55     public void testGet_mu11() {
     56         fail("Not yet implemented");
     57     }
     58 
     59     public void testGet_mu12() {
     60         fail("Not yet implemented");
     61     }
     62 
     63     public void testGet_mu20() {
     64         fail("Not yet implemented");
     65     }
     66 
     67     public void testGet_mu21() {
     68         fail("Not yet implemented");
     69     }
     70 
     71     public void testGet_mu30() {
     72         fail("Not yet implemented");
     73     }
     74 
     75     public void testGet_nu02() {
     76         fail("Not yet implemented");
     77     }
     78 
     79     public void testGet_nu03() {
     80         fail("Not yet implemented");
     81     }
     82 
     83     public void testGet_nu11() {
     84         fail("Not yet implemented");
     85     }
     86 
     87     public void testGet_nu12() {
     88         fail("Not yet implemented");
     89     }
     90 
     91     public void testGet_nu20() {
     92         fail("Not yet implemented");
     93     }
     94 
     95     public void testGet_nu21() {
     96         fail("Not yet implemented");
     97     }
     98 
     99     public void testGet_nu30() {
    100         fail("Not yet implemented");
    101     }
    102 
    103     public void testSet_m00() {
    104         fail("Not yet implemented");
    105     }
    106 
    107     public void testSet_m01() {
    108         fail("Not yet implemented");
    109     }
    110 
    111     public void testSet_m02() {
    112         fail("Not yet implemented");
    113     }
    114 
    115     public void testSet_m03() {
    116         fail("Not yet implemented");
    117     }
    118 
    119     public void testSet_m10() {
    120         fail("Not yet implemented");
    121     }
    122 
    123     public void testSet_m11() {
    124         fail("Not yet implemented");
    125     }
    126 
    127     public void testSet_m12() {
    128         fail("Not yet implemented");
    129     }
    130 
    131     public void testSet_m20() {
    132         fail("Not yet implemented");
    133     }
    134 
    135     public void testSet_m21() {
    136         fail("Not yet implemented");
    137     }
    138 
    139     public void testSet_m30() {
    140         fail("Not yet implemented");
    141     }
    142 
    143     public void testSet_mu02() {
    144         fail("Not yet implemented");
    145     }
    146 
    147     public void testSet_mu03() {
    148         fail("Not yet implemented");
    149     }
    150 
    151     public void testSet_mu11() {
    152         fail("Not yet implemented");
    153     }
    154 
    155     public void testSet_mu12() {
    156         fail("Not yet implemented");
    157     }
    158 
    159     public void testSet_mu20() {
    160         fail("Not yet implemented");
    161     }
    162 
    163     public void testSet_mu21() {
    164         fail("Not yet implemented");
    165     }
    166 
    167     public void testSet_mu30() {
    168         fail("Not yet implemented");
    169     }
    170 
    171     public void testSet_nu02() {
    172         fail("Not yet implemented");
    173     }
    174 
    175     public void testSet_nu03() {
    176         fail("Not yet implemented");
    177     }
    178 
    179     public void testSet_nu11() {
    180         fail("Not yet implemented");
    181     }
    182 
    183     public void testSet_nu12() {
    184         fail("Not yet implemented");
    185     }
    186 
    187     public void testSet_nu20() {
    188         fail("Not yet implemented");
    189     }
    190 
    191     public void testSet_nu21() {
    192         fail("Not yet implemented");
    193     }
    194 
    195     public void testSet_nu30() {
    196         fail("Not yet implemented");
    197     }
    198 
    199 }
    200