RVC::CAMERACALIB Class Reference
Manages RVC::OBJTYPE_CameraCalib objects.
More...
#include <rvc/cameracb.h>
List of all members.
Detailed Description
Manages RVC::OBJTYPE_CameraCalib objects.
The interface currently wraps the MfCameraCalib functions.
RVC Object Types that this class supports: RVC::OBJTYPE_CameraCalib.
Default RVC Object Type for this class: RVC::OBJTYPE_CameraCalib.
Valid parents for this class:
Read(), Make() and Write() methods inherited from RVC::SIMPLE class. View RVC::SIMPLE docs for inherited methods
Constructor & Destructor Documentation
| RVC::CAMERACALIB::CAMERACALIB |
( |
|
) |
|
| virtual RVC::CAMERACALIB::~CAMERACALIB |
( |
|
) |
[virtual] |
Member Function Documentation
| const DPOINT3D& RVC::CAMERACALIB::GetCameraPosition |
( |
|
) |
const |
Get camera position.
- Returns:
- Camera position in 3D coordinates
| double RVC::CAMERACALIB::GetEpipolarAngle |
( |
|
) |
const |
Get Epipolar angle.
- Returns:
- epipolar angle
| double RVC::CAMERACALIB::GetFocalLength |
( |
|
) |
const |
Get focal length.
- Returns:
- focal length
| double RVC::CAMERACALIB::GetImageScale |
( |
|
) |
const |
Get image scale.
- Returns:
- image scale
| const DPOINT2D& RVC::CAMERACALIB::GetPrincPoint |
( |
|
) |
const |
Get principal point.
- Returns:
- principal point
| double RVC::CAMERACALIB::GetSwingAngle |
( |
|
) |
const |
Get swing angle.
- Returns:
- swing angle
| double RVC::CAMERACALIB::GetTiltAngle |
( |
|
) |
const |
Get tilt angle.
- Returns:
- tilt angle
Assignment.
- Parameters:
-
Reimplemented from RVC::SIMPLE.
| void RVC::CAMERACALIB::SetCameraPosition |
( |
const DPOINT3D & |
CameraPosition |
) |
|
Set camera position.
- Parameters:
-
| CameraPosition | New camera position |
| void RVC::CAMERACALIB::SetEpipolarAngle |
( |
double |
EpipolarAngle |
) |
|
Set Epipolar Angle.
- Parameters:
-
| EpipolarAngle | New epipolar angle |
| void RVC::CAMERACALIB::SetFocalLength |
( |
double |
FocalLength |
) |
|
Set focal length.
- Parameters:
-
| FocalLength | New focal length |
| void RVC::CAMERACALIB::SetImageScale |
( |
double |
ImageScale |
) |
|
Set image scale.
- Parameters:
-
| ImageScale | New image scale |
| void RVC::CAMERACALIB::SetPrincPoint |
( |
const DPOINT2D & |
PrincPoint |
) |
|
Set principal point.
- Parameters:
-
| PrincPoint | New principal point |
| void RVC::CAMERACALIB::SetSwingAngle |
( |
double |
SwingAngle |
) |
|
Set swing angle.
- Parameters:
-
| SwingAngle | New swing angle |
| void RVC::CAMERACALIB::SetTiltAngle |
( |
double |
TiltAngle |
) |
|
Set tilt angle.
- Parameters:
-
The documentation for this class was generated from the following file: