Go to the source code of this file.
 | 
| int  | main (int argc, char **argv) | 
|   | 
|   | TEST_F (PinholeTest, accessorsCorrect) | 
|   | 
|   | TEST_F (PinholeTest, getDeltas) | 
|   | 
|   | TEST_F (PinholeTest, initialization) | 
|   | 
|   | TEST_F (PinholeTest, projectPoint) | 
|   | 
|   | TEST_F (PinholeTest, rectifiedRoiCaching) | 
|   | 
|   | TEST_F (PinholeTest, rectifiedRoiSize) | 
|   | 
|   | TEST_F (PinholeTest, rectifyIfCalibrated) | 
|   | 
|   | TEST_F (PinholeTest, rectifyPoint) | 
|   | 
|   | TEST_F (PinholeTest, unrectifyImage) | 
|   | 
|   | TEST_F (PinholeTest, unrectifyImageWithBinning) | 
|   | 
|   | TEST_F (PinholeTest, unrectifyImageWithBinningAndRoi) | 
|   | 
|   | TEST_F (PinholeTest, unrectifyImageWithRoi) | 
|   | 
| void  | testUnrectifyImage (const sensor_msgs::CameraInfo &cam_info, const image_geometry::PinholeCameraModel &model) | 
|   | 
◆ main()
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ TEST_F() [1/12]
◆ TEST_F() [2/12]
◆ TEST_F() [3/12]
◆ TEST_F() [4/12]
◆ TEST_F() [5/12]
◆ TEST_F() [6/12]
◆ TEST_F() [7/12]
- Todo:
 - use forward distortion for a better test 
 
Definition at line 164 of file utest.cpp.
 
 
◆ TEST_F() [8/12]
- Todo:
 - Need R = identity for the principal point tests. 
 
Definition at line 90 of file utest.cpp.
 
 
◆ TEST_F() [9/12]
◆ TEST_F() [10/12]
◆ TEST_F() [11/12]
      
        
          | TEST_F  | 
          ( | 
          PinholeTest  | 
          ,  | 
        
        
           | 
           | 
          unrectifyImageWithBinningAndRoi  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ TEST_F() [12/12]
◆ testUnrectifyImage()