![]() |
The OpenVX Specification
a73e458
|
Macros | |
| #define | VX_BORDER_CONSTANT (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_BORDER, 0x1)) |
| For nodes that support this behavior, a constant value is filled-in when accessing out-of-bounds pixels. | |
| #define | VX_BORDER_REPLICATE (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_BORDER, 0x2)) |
| For nodes that support this behavior, a replication of the nearest edge pixels value is given for out-of-bounds pixels. | |
| #define | VX_BORDER_UNDEFINED (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_BORDER, 0x0)) |
| No defined border mode behavior is given. | |