|
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. | |
| PolarRadius | size () const |
| The size of the hole in pixels. | |
Public Attributes | |
| int | index |
| The index of the hole. | |
| PolarRadius | from_length |
| Beginning of the hole. | |
| PolarRadius | to_length |
| Ending of the hole. | |
A hole is a sequence of pixels between two lines.
| firevision::MirrorCalibTool::Hole::Hole | ( | int | index, |
| PolarRadius | from_length, | ||
| PolarRadius | to_length | ||
| ) | [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 761 of file mirror_calib.cpp.
| PolarRadius firevision::MirrorCalibTool::Hole::size | ( | ) | const [inline] |
The size of the hole in pixels.
Definition at line 773 of file mirror_calib.cpp.
| PolarRadius firevision::MirrorCalibTool::Hole::from_length |
Beginning of the hole.
Definition at line 754 of file mirror_calib.cpp.
The index of the hole.
Definition at line 753 of file mirror_calib.cpp.
| PolarRadius firevision::MirrorCalibTool::Hole::to_length |
Ending of the hole.
Definition at line 755 of file mirror_calib.cpp.