|
Grok
7.6.0
|
Image component parameters. More...
#include <grok.h>
Data Fields | |
| uint32_t | dx |
| XRsiz: horizontal separation of a sample of component with respect to the reference grid. More... | |
| uint32_t | dy |
| YRsiz: vertical separation of a sample of component with respect to the reference grid. More... | |
| uint32_t | w |
| data width More... | |
| uint32_t | stride |
| uint32_t | h |
| data height More... | |
| uint32_t | x0 |
| x component offset compared to the whole image More... | |
| uint32_t | y0 |
| y component offset compared to the whole image More... | |
| uint32_t | prec |
| precision More... | |
| bool | sgnd |
| true if data is signed More... | |
Image component parameters.
| uint32_t _grk_image_comptparm::dx |
XRsiz: horizontal separation of a sample of component with respect to the reference grid.
| uint32_t _grk_image_comptparm::dy |
YRsiz: vertical separation of a sample of component with respect to the reference grid.
| uint32_t _grk_image_comptparm::h |
data height
| uint32_t _grk_image_comptparm::prec |
precision
| bool _grk_image_comptparm::sgnd |
true if data is signed
| uint32_t _grk_image_comptparm::stride |
| uint32_t _grk_image_comptparm::w |
data width
| uint32_t _grk_image_comptparm::x0 |
x component offset compared to the whole image
| uint32_t _grk_image_comptparm::y0 |
y component offset compared to the whole image
1.8.18