![]() |
The OpenVX Specification
a73e458
|
The pyramid object attributes.
Macros | |
| #define | VX_PYRAMID_FORMAT (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_PYRAMID, 0x4)) |
The Image Type Constants format of the image. Read-only [R01575]. Use a vx_df_image parameter [R01576]. | |
| #define | VX_PYRAMID_HEIGHT (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_PYRAMID, 0x3)) |
The height of the 0th image in pixels. Read-only [R01573]. Use a vx_uint32 parameter [R01574]. | |
| #define | VX_PYRAMID_LEVELS (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_PYRAMID, 0x0)) |
The number of levels of the pyramid. Read-only [R01567]. Use a vx_size parameter [R01568]. | |
| #define | VX_PYRAMID_SCALE (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_PYRAMID, 0x1)) |
The scale factor between each level of the pyramid. Read-only [R01569]. Use a vx_float32 parameter [R01570]. | |
| #define | VX_PYRAMID_WIDTH (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_PYRAMID, 0x2)) |
The width of the 0th image in pixels. Read-only [R01571]. Use a vx_uint32 parameter [R01572]. | |