![]()  | 
  
    The OpenVX Specification
    a73e458
    
   | 
 
Defines the border mode behaviors.
Border Mode behavior is set as an attribute of the node, not as a direct parameter to the kernel. This allows clients to set-and-forget the modes of any particular node that supports border modes. All nodes shall support VX_BORDER_UNDEFINED [R00126]. 
Modules | |
| The border mode list. | |
| The unsupported border mode policy list. | |
Data Structures | |
| struct | vx_border_t | 
Use with the enumeration VX_NODE_BORDER to set the border mode behavior of a node that supports borders.  More... | |
| struct vx_border_t | 
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. 
Definition at line 1722 of file vx_types.h.
| Data Fields | ||
|---|---|---|
| vx_enum | mode | 
See The border mode list..  | 
| vx_pixel_value_t | constant_value | 
For the mode VX_BORDER_CONSTANT, this union contains the value of out-of-bound pixels.  |