Backproject
|
Represents the Interior Orientation/Internal parameters corresponding to an image; camera/sensor information. More...
#include <InteriorOrientation.h>
Public Member Functions | |
double | get_focalLength () const |
retrieves the focallength of the camera More... | |
void | set_focalLength (double focalLength) |
sets the focal length of the camera More... | |
Point | get_principalPoint () const |
Retrieves the principal point of the image; (wikipedia: The principal point is the point on the image plane onto which the perspective center is projected. More... | |
void | set_principalPoint (Point principalPoint) |
sets the principal point of the image More... | |
Represents the Interior Orientation/Internal parameters corresponding to an image; camera/sensor information.
double InteriorOrientation::get_focalLength | ( | ) | const |
retrieves the focallength of the camera
Point InteriorOrientation::get_principalPoint | ( | ) | const |
Retrieves the principal point of the image; (wikipedia: The principal point is the point on the image plane onto which the perspective center is projected.
It is also the point from which the focal length of the lens is measured.)
void InteriorOrientation::set_focalLength | ( | double | focalLength | ) |
sets the focal length of the camera
focalLength | the focal length in millimeters. |
void InteriorOrientation::set_principalPoint | ( | Point | principalPoint | ) |
sets the principal point of the image
principalPoint |