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 785 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 796 of file mirror_calib.cpp.
|
inline |
The size of the hole in pixels.
Definition at line 805 of file mirror_calib.cpp.
PolarRadius firevision::MirrorCalibTool::Hole::from_length |
Beginning of the hole.
Definition at line 789 of file mirror_calib.cpp.
int firevision::MirrorCalibTool::Hole::index |
The index of the hole.
Definition at line 788 of file mirror_calib.cpp.
PolarRadius firevision::MirrorCalibTool::Hole::to_length |
Ending of the hole.
Definition at line 790 of file mirror_calib.cpp.