Skip to content
Snippets Groups Projects
Select Git revision
  • 24b2382de86c47993b19f549c2a5e21bfa2f61bd
  • main default protected
  • oleg-alexandrov-patch-1
  • radtan
  • 2.0
  • Kelvinrr-patch-1
  • acpaquette-patch-1
  • gxp_testing
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.7.0
  • 1.6.0
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.1
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.1
  • 1.1.0
  • 1.0.0
24 results

Distortion.cpp

  • acpaquette's avatar
    24b2382d
    Extracts distortion models from the Line Scanner and Framer cameras into its... · 24b2382d
    acpaquette authored
    Extracts distortion models from the Line Scanner and Framer cameras into its own function set (#172)
    
    * Moved transverse distortion from line scanner into new file
    
    * Updated fixtures for distortion tests
    
    * Forgot a semicolon
    
    * Extracted radial destortion, and built associated tests
    
    * Removed invertDistortion commented code from Linescanner
    
    * Reconstructed distortion functions return results
    
    * Incorperated invertDistortion function
    
    * Corrected spelling, and removed commented out functions
    
    * Renamed all dpoint variables to distortionPoint
    
    * Removed computeUndistortedFocalPlaneCoordinates function
    
    * Renamed distortionPoint to undistortedPoint and distortedPoint where applicable
    
    * Fixed typo
    
    * Removed doc string parameters
    
    * Further extracted transverse destortion out of the Framer
    24b2382d
    History
    Extracts distortion models from the Line Scanner and Framer cameras into its...
    acpaquette authored
    Extracts distortion models from the Line Scanner and Framer cameras into its own function set (#172)
    
    * Moved transverse distortion from line scanner into new file
    
    * Updated fixtures for distortion tests
    
    * Forgot a semicolon
    
    * Extracted radial destortion, and built associated tests
    
    * Removed invertDistortion commented code from Linescanner
    
    * Reconstructed distortion functions return results
    
    * Incorperated invertDistortion function
    
    * Corrected spelling, and removed commented out functions
    
    * Renamed all dpoint variables to distortionPoint
    
    * Removed computeUndistortedFocalPlaneCoordinates function
    
    * Renamed distortionPoint to undistortedPoint and distortedPoint where applicable
    
    * Fixed typo
    
    * Removed doc string parameters
    
    * Further extracted transverse destortion out of the Framer