Definition at line 20 of file test_Cal3Unified.py.
 
◆ setUpClass()
      
        
          | def test_Cal3Unified.TestCal3Unified.setUpClass | ( |  | cls | ) |  | 
      
 
Stereographic fisheye projection
An equidistant fisheye projection with focal length f is defined
as the relation r/f = 2*tan(theta/2), with r being the radius in the 
image plane and theta the incident angle of the object point.
 
Definition at line 23 of file test_Cal3Unified.py.
 
 
◆ test_Cal3Unified()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_Cal3Unified | ( |  | self | ) |  | 
      
 
 
◆ test_distortion()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_distortion | ( |  | self | ) |  | 
      
 
Stereographic fisheye model of focal length f, defined as r/f = 2*tan(theta/2)
 
Definition at line 60 of file test_Cal3Unified.py.
 
 
◆ test_generic_factor()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_generic_factor | ( |  | self | ) |  | 
      
 
Evaluate residual using pose and point as state variables
 
Definition at line 88 of file test_Cal3Unified.py.
 
 
◆ test_jacobian()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_jacobian | ( |  | self | ) |  | 
      
 
 
◆ test_pinhole()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_pinhole | ( |  | self | ) |  | 
      
 
 
◆ test_retract()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_retract | ( |  | self | ) |  | 
      
 
 
◆ test_sfm_factor2()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_sfm_factor2 | ( |  | self | ) |  | 
      
 
Evaluate residual with camera, pose and point as state variables
 
Definition at line 103 of file test_Cal3Unified.py.
 
 
◆ test_triangulation()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_triangulation | ( |  | self | ) |  | 
      
 
 
◆ test_triangulation_rectify()
      
        
          | def test_Cal3Unified.TestCal3Unified.test_triangulation_rectify | ( |  | self | ) |  | 
      
 
Estimate spatial point from image measurements using rectification
 
Definition at line 159 of file test_Cal3Unified.py.
 
 
◆ cameras
      
        
          | test_Cal3Unified.TestCal3Unified.cameras | 
      
 
 
◆ img_point
      
        
          | test_Cal3Unified.TestCal3Unified.img_point | 
      
 
 
◆ measurements
      
        
          | test_Cal3Unified.TestCal3Unified.measurements | 
      
 
 
◆ obj_point
      
        
          | test_Cal3Unified.TestCal3Unified.obj_point | 
      
 
 
◆ origin
      
        
          | test_Cal3Unified.TestCal3Unified.origin | 
      
 
 
◆ poses
      
        
          | test_Cal3Unified.TestCal3Unified.poses | 
      
 
 
◆ stereographic
      
        
          | test_Cal3Unified.TestCal3Unified.stereographic | 
      
 
 
The documentation for this class was generated from the following file: