|
Fawkes API
Fawkes Development Version
|
The result of a step contains a YUV buffer. More...
Public Member Functions | |
| StepResult (size_t buflen, int width, int height) | |
| Constructor. More... | |
| StepResult (const StepResult ©) | |
| Constructor. More... | |
| StepResult & | operator= (const StepResult ©) |
| Assignment. More... | |
| ~StepResult () | |
| Destructor. More... | |
| unsigned char * | yuv_buffer () |
| YUV buffer. More... | |
| const unsigned char * | yuv_buffer () const |
| YUV buffer. More... | |
| size_t | buflen () const |
| YUV buffer's length. More... | |
| int | width () const |
| Width of YUV buffer. More... | |
| int | height () const |
| Height of YUV buffer. More... | |
The result of a step contains a YUV buffer.
The different steps are descripted in the MirrorCalibTool's doc.
Definition at line 113 of file mirror_calib.cpp.
|
inline |
|
inline |
|
inline |
Destructor.
Definition at line 169 of file mirror_calib.cpp.
|
inline |
YUV buffer's length.
Definition at line 187 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::next_step().
|
inline |
Height of YUV buffer.
Definition at line 195 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::next_step().
|
inline |
Assignment.
| copy | result to assign |
Definition at line 151 of file mirror_calib.cpp.
|
inline |
Width of YUV buffer.
Definition at line 191 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::next_step().
|
inline |
YUV buffer.
Definition at line 179 of file mirror_calib.cpp.
Referenced by firevision::MirrorCalibTool::next_step().
|
inline |