Definition at line 29 of file test_Cal3Fisheye.py.
 
◆ evaluate_jacobian()
  
  | 
        
          | def test_Cal3Fisheye.TestCal3Fisheye.evaluate_jacobian | ( |  | obj_point, |  
          |  |  |  | img_point |  
          |  | ) |  |  |  | static | 
 
 
◆ scaling_factor()
  
  | 
        
          | def test_Cal3Fisheye.TestCal3Fisheye.scaling_factor | ( |  | r, |  
          |  |  |  | z |  
          |  | ) |  |  |  | static | 
 
Projection factor theta/r for equidistant fisheye lens model
 
Definition at line 160 of file test_Cal3Fisheye.py.
 
 
◆ setUpClass()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.setUpClass | ( |  | cls | ) |  | 
      
 
Equidistant fisheye projection
An equidistant fisheye projection with focal length f is defined
as the relation r/f = tan(theta), with r being the radius in the 
image plane and theta the incident angle of the object point.
 
Definition at line 32 of file test_Cal3Fisheye.py.
 
 
◆ test_Cal3Fisheye()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_Cal3Fisheye | ( |  | self | ) |  | 
      
 
 
◆ test_distortion()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_distortion | ( |  | self | ) |  | 
      
 
 
◆ test_generic_factor()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_generic_factor | ( |  | self | ) |  | 
      
 
Evaluate residual using pose and point as state variables
 
Definition at line 86 of file test_Cal3Fisheye.py.
 
 
◆ test_jacobian_convergence()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_jacobian_convergence | ( |  | self | ) |  | 
      
 
 
◆ test_jacobian_on_axis()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_jacobian_on_axis | ( |  | self | ) |  | 
      
 
 
◆ test_pinhole()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_pinhole | ( |  | self | ) |  | 
      
 
 
◆ test_retract()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_retract | ( |  | self | ) |  | 
      
 
 
◆ test_scaling_factor()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_scaling_factor | ( |  | self | ) |  | 
      
 
 
◆ test_sfm_factor2()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_sfm_factor2 | ( |  | self | ) |  | 
      
 
Evaluate residual with camera, pose and point as state variables
 
Definition at line 101 of file test_Cal3Fisheye.py.
 
 
◆ test_triangulation_rectify()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_triangulation_rectify | ( |  | self | ) |  | 
      
 
Estimate spatial point from image measurements using rectification
 
Definition at line 188 of file test_Cal3Fisheye.py.
 
 
◆ test_triangulation_skipped()
      
        
          | def test_Cal3Fisheye.TestCal3Fisheye.test_triangulation_skipped | ( |  | self | ) |  | 
      
 
 
◆ cameras
      
        
          | test_Cal3Fisheye.TestCal3Fisheye.cameras | 
      
 
 
◆ img_point
      
        
          | test_Cal3Fisheye.TestCal3Fisheye.img_point | 
      
 
 
◆ measurements
      
        
          | test_Cal3Fisheye.TestCal3Fisheye.measurements | 
      
 
 
◆ obj_point
      
        
          | test_Cal3Fisheye.TestCal3Fisheye.obj_point | 
      
 
 
◆ origin
      
        
          | test_Cal3Fisheye.TestCal3Fisheye.origin | 
      
 
 
◆ poses
      
        
          | test_Cal3Fisheye.TestCal3Fisheye.poses | 
      
 
 
The documentation for this class was generated from the following file: