Fawkes API  Fawkes Development Version
firevision::Bulb::bulb_file_header_t Struct Reference

bulb file header. More...

#include <bulb.h>

Public Attributes

unsigned int width
 width of LUT More...
 
unsigned int height
 height of LUT More...
 
unsigned int center_x
 x coordinate of mirror center in image More...
 
unsigned int center_y
 y coordinate of mirror center in image More...
 
float orientation
 orientation of camera in image More...
 
float dist_min
 minimum distance from mirror center More...
 
float dist_max
 maximum distance from mirror center More...
 

Detailed Description

bulb file header.

Definition at line 116 of file bulb.h.

Member Data Documentation

◆ center_x

unsigned int firevision::Bulb::bulb_file_header_t::center_x

x coordinate of mirror center in image

Definition at line 119 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().

◆ center_y

unsigned int firevision::Bulb::bulb_file_header_t::center_y

y coordinate of mirror center in image

Definition at line 120 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().

◆ dist_max

float firevision::Bulb::bulb_file_header_t::dist_max

maximum distance from mirror center

Definition at line 123 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().

◆ dist_min

float firevision::Bulb::bulb_file_header_t::dist_min

minimum distance from mirror center

Definition at line 122 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().

◆ height

unsigned int firevision::Bulb::bulb_file_header_t::height

height of LUT

Definition at line 118 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().

◆ orientation

float firevision::Bulb::bulb_file_header_t::orientation

orientation of camera in image

Definition at line 121 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().

◆ width

unsigned int firevision::Bulb::bulb_file_header_t::width

width of LUT

Definition at line 117 of file bulb.h.

Referenced by firevision::Bulb::load(), and firevision::Bulb::save().


The documentation for this struct was generated from the following file: