24 #ifndef __FIREVISION_CCD_CALIBRATION_H__ 25 #define __FIREVISION_CCD_CALIBRATION_H__ 27 #include <fvmodels/camera/calibration.h> 38 CCDCalibration(
float hor_fov,
unsigned int img_width,
unsigned int img_height);
45 #endif // __FIREVISION_CCD_CALIBRATION_H__ A Calibration matrix for a ccd camera.
CCDCalibration(float ax, float ay, float x0, float y0)
Constructor.
A Calibration matrix for a finite camera.
virtual ~CCDCalibration()
Destructor.