C++ Java Unity
C++ Reference
CameraCalibration Class Referenceabstract

Detailed Description

Represents intrinsic parameters for a particular camera and lens configuration.

Intrinsic parameters refers to the physical characteristics of the camera such as focal length, principal point and distortion characteristics, based on the pinhole camera model.

Inheritance diagram for CameraCalibration:
NonCopyable

Public Member Functions

virtual Vec2F getSize () const =0
 Get the resolution of the camera, in pixels. More...
 
virtual Vec2F getFocalLength () const =0
 Get the focal length in both the x and y directions. More...
 
virtual Vec2F getPrincipalPoint () const =0
 Get the principal point. More...
 
virtual Vec4F getDistortionParameters () const =0
 Get parameters representing the camera's radial distortion. More...
 
virtual Vec2F getFieldOfViewRads () const =0
 Get the field of view in both the x and y directions. More...
 

Member Function Documentation

virtual Vec2F getSize ( ) const
pure virtual

Get the resolution of the camera, in pixels.

virtual Vec2F getFocalLength ( ) const
pure virtual

Get the focal length in both the x and y directions.

virtual Vec2F getPrincipalPoint ( ) const
pure virtual

Get the principal point.

virtual Vec4F getDistortionParameters ( ) const
pure virtual

Get parameters representing the camera's radial distortion.

virtual Vec2F getFieldOfViewRads ( ) const
pure virtual

Get the field of view in both the x and y directions.