|
Omnidome
Fulldome Mapping Software Toolkit
|
A calibration for a single projector. More...
#include <calibration.h>

Data Fields | |
| uint32_t | screen_info |
| Screen info flags. First bit: virtual screen. More... | |
| omnic_rect | screen_geometry |
| Rectangle representing the screen geometry. More... | |
| omnic_rect | content_geometry |
| Rectangle representing the content placement inside the screen. More... | |
| omnic_colorcorrection | colorcorrection |
| Three channel color correction. More... | |
| uint32_t | buffer_width |
| Buffer width. More... | |
| uint32_t | buffer_height |
| Buffer Height. More... | |
| omni_uvw_pixel * | buffer |
| Buffer with calibrated pixels. More... | |
| uint32_t | brightness_correction_width |
| Brightness correction buffer width. More... | |
| uint32_t | brightness_correction_height |
| Brightness correction buffer height. More... | |
| omnic_channelcorrection * | brightness_correction |
| Buffer with brightness corrected pixels. More... | |
A calibration for a single projector.
| omnic_channelcorrection* omnic_calibrated_projector::brightness_correction |
Buffer with brightness corrected pixels.
| uint32_t omnic_calibrated_projector::brightness_correction_height |
Brightness correction buffer height.
| uint32_t omnic_calibrated_projector::brightness_correction_width |
Brightness correction buffer width.
| omni_uvw_pixel* omnic_calibrated_projector::buffer |
Buffer with calibrated pixels.
| uint32_t omnic_calibrated_projector::buffer_height |
Buffer Height.
| uint32_t omnic_calibrated_projector::buffer_width |
Buffer width.
| omnic_colorcorrection omnic_calibrated_projector::colorcorrection |
Three channel color correction.
| omnic_rect omnic_calibrated_projector::content_geometry |
Rectangle representing the content placement inside the screen.
| omnic_rect omnic_calibrated_projector::screen_geometry |
Rectangle representing the screen geometry.
| uint32_t omnic_calibrated_projector::screen_info |
Screen info flags. First bit: virtual screen.
1.8.6