Image component.
More...
#include <grok.h>
|
uint32_t | x0 |
| x component offset compared to the whole image
|
|
uint32_t | y0 |
| y component offset compared to the whole image
|
|
uint32_t | w |
| data width
|
|
uint32_t | stride |
| data stride
|
|
uint32_t | h |
| data height
|
|
uint8_t | dx |
| XRsiz: horizontal separation of a sample of component with respect to the reference grid.
|
|
uint8_t | dy |
| YRsiz: vertical separation of a sample of component with respect to the reference grid.
|
|
uint8_t | prec |
| precision
|
|
bool | sgnd |
|
GRK_CHANNEL_TYPE | type |
|
GRK_CHANNEL_ASSOC | association |
|
uint16_t | Xcrg |
|
uint16_t | Ycrg |
|
int32_t * | data |
| image component data
|
|
◆ association
◆ data
int32_t* _grk_image_comp::data |
◆ dx
uint8_t _grk_image_comp::dx |
XRsiz: horizontal separation of a sample of component with respect to the reference grid.
◆ dy
uint8_t _grk_image_comp::dy |
YRsiz: vertical separation of a sample of component with respect to the reference grid.
uint32_t _grk_image_comp::h |
◆ prec
uint8_t _grk_image_comp::prec |
◆ sgnd
bool _grk_image_comp::sgnd |
◆ stride
uint32_t _grk_image_comp::stride |
◆ type
uint32_t _grk_image_comp::w |
◆ x0
uint32_t _grk_image_comp::x0 |
x component offset compared to the whole image
◆ Xcrg
uint16_t _grk_image_comp::Xcrg |
◆ y0
uint32_t _grk_image_comp::y0 |
y component offset compared to the whole image
◆ Ycrg
uint16_t _grk_image_comp::Ycrg |
The documentation for this struct was generated from the following file: