#include <bulb.h>
Public Attributes | |
unsigned int | width |
width of LUT | |
unsigned int | height |
height of LUT | |
unsigned int | center_x |
x coordinate of mirror center in image | |
unsigned int | center_y |
y coordinate of mirror center in image | |
float | orientation |
orientation of camera in image | |
float | dist_min |
minimum distance from mirror center | |
float | dist_max |
maximum distance from mirror center |
Definition at line 114 of file bulb.h.
unsigned int firevision::Bulb::bulb_file_header_t::center_x |
x coordinate of mirror center in image
Definition at line 117 of file bulb.h.
Referenced by firevision::Bulb::save().
unsigned int firevision::Bulb::bulb_file_header_t::center_y |
y coordinate of mirror center in image
Definition at line 118 of file bulb.h.
Referenced by firevision::Bulb::save().
maximum distance from mirror center
Definition at line 121 of file bulb.h.
Referenced by firevision::Bulb::save().
minimum distance from mirror center
Definition at line 120 of file bulb.h.
Referenced by firevision::Bulb::save().
unsigned int firevision::Bulb::bulb_file_header_t::height |
orientation of camera in image
Definition at line 119 of file bulb.h.
Referenced by firevision::Bulb::save().
unsigned int firevision::Bulb::bulb_file_header_t::width |