Fawkes API
Fawkes Development Version
|
A hole is a sequence of pixels between two lines. More...
Public Member Functions | |
Hole (int index, PolarRadius from_length, PolarRadius to_length) | |
Constructor. More... | |
PolarRadius | size () const |
The size of the hole in pixels. More... | |
Public Attributes | |
int | index |
The index of the hole. More... | |
PolarRadius | from_length |
Beginning of the hole. More... | |
PolarRadius | to_length |
Ending of the hole. More... | |
A hole is a sequence of pixels between two lines.
Definition at line 756 of file mirror_calib.cpp.
|
inline |
Constructor.
index | The index of the hole. |
from_length | The beginning of the hole in pixels. |
to_length | The ending of the hole in pixels. |
Definition at line 766 of file mirror_calib.cpp.
|
inline |
The size of the hole in pixels.
Definition at line 778 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::get_state_description().
PolarRadius firevision::MirrorCalibTool::Hole::from_length |
Beginning of the hole.
Definition at line 759 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::get_state_description().
int firevision::MirrorCalibTool::Hole::index |
The index of the hole.
Definition at line 758 of file mirror_calib.cpp.
PolarRadius firevision::MirrorCalibTool::Hole::to_length |
Ending of the hole.
Definition at line 760 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::get_state_description().