Backproject
Public Member Functions | List of all members
InteriorOrientation Class Reference

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...
 

Detailed Description

Represents the Interior Orientation/Internal parameters corresponding to an image; camera/sensor information.

Member Function Documentation

§ get_focalLength()

double InteriorOrientation::get_focalLength ( ) const

retrieves the focallength of the camera

Returns
the focal length of the camera in millimeters

§ get_principalPoint()

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.)

Returns
the principal point expressed in pixels, x and y respectively.

§ set_focalLength()

void InteriorOrientation::set_focalLength ( double  focalLength)

sets the focal length of the camera

Parameters
focalLengththe focal length in millimeters.

§ set_principalPoint()

void InteriorOrientation::set_principalPoint ( Point  principalPoint)

sets the principal point of the image

Parameters
principalPoint

The documentation for this class was generated from the following files: