CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Use with the enumeration VX_NODE_BORDER
to set the border mode behavior of a node that supports borders.
More...
#include <vx_types.h>
Public Attributes | |
vx_enum | mode |
See vx_border_e . | |
vx_pixel_value_t | constant_value |
For the mode VX_BORDER_CONSTANT , this union contains the value of out-of-bound pixels. | |
Use with the enumeration VX_NODE_BORDER
to set the border mode behavior of a node that supports borders.
If the indicated border mode is not supported, an error VX_ERROR_NOT_SUPPORTED
will be reported either at the time the VX_NODE_BORDER
is set or at the time of graph verification.
vx_pixel_value_t _vx_border_t::constant_value |
For the mode VX_BORDER_CONSTANT
, this union contains the value of out-of-bound pixels.
vx_enum _vx_border_t::mode |
See vx_border_e
.