#include <rvc/cameracb.h>
Inheritance diagram for RVC::CAMERACALIB:

Public Member Functions | |
| CAMERACALIB (const RVC::CAMERACALIB &rhs) | |
| CAMERACALIB () | |
| const DPOINT3D & | GetCameraPosition () const |
| double | GetEpipolarAngle () const |
| double | GetFocalLength () const |
| double | GetImageScale () const |
| const DPOINT2D & | GetPrincPoint () const |
| double | GetSwingAngle () const |
| double | GetTiltAngle () const |
| RVC::CAMERACALIB & | operator= (const RVC::CAMERACALIB &rhs) |
| void | SetCameraPosition (const DPOINT3D &CameraPosition) |
| void | SetEpipolarAngle (double EpipolarAngle) |
| void | SetFocalLength (double FocalLength) |
| void | SetImageScale (double ImageScale) |
| void | SetPrincPoint (const DPOINT2D &PrincPoint) |
| void | SetSwingAngle (double SwingAngle) |
| void | SetTiltAngle (double TiltAngle) |
| virtual | ~CAMERACALIB () |
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
Definition at line 63 of file cameracb.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Desctructor.
|
|
|
Get camera position.
|
|
|
Get Epipolar angle.
|
|
|
Get focal length.
|
|
|
Get image scale.
|
|
|
Get principal point.
|
|
|
Get swing angle.
|
|
|
Get tilt angle.
|
|
|
Assignment.
|
|
|
Set camera position.
|
|
|
Set Epipolar Angle.
|
|
|
Set focal length.
|
|
|
Set image scale.
|
|
|
Set principal point.
|
|
|
Set swing angle.
|
|
|
Set tilt angle.
|
1.3.8-20040913