Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Fields
omnic_calibrated_projector Struct Reference

A calibration for a single projector. More...

#include <calibration.h>

Collaboration diagram for omnic_calibrated_projector:
Collaboration graph
[legend]

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_channelcorrectionbrightness_correction
 Buffer with brightness corrected pixels. More...
 

Detailed Description

A calibration for a single projector.

Field Documentation

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.


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