Information about an image-producing device. More...
import "InterfaceDataTypes.idl";
Public Attributes | |
Vector2D | focalLength |
Focal length (x, y) in metres. | |
Point2D | principalPoint |
Principal point of the camera. | |
double | k1 |
Radial distortion coefficient 1. | |
double | k2 |
Radial distortion coefficient 2. | |
double | p1 |
Tangential distortion coefficient 1. | |
double | p2 |
Tangential distortion coefficient 2. |
Information about an image-producing device.
Focal length (x, y) in metres.
double RTC::CameraInfo::k1 |
Radial distortion coefficient 1.
double RTC::CameraInfo::k2 |
Radial distortion coefficient 2.
double RTC::CameraInfo::p1 |
Tangential distortion coefficient 1.
double RTC::CameraInfo::p2 |
Tangential distortion coefficient 2.
Principal point of the camera.