TIOVX User Guide
tiovx.enums.Pattern Class Reference

Matrix Patterns (OpenVX equivalent = vx_pattern_e) More...

Inherits Enum.

Static Public Attributes

int BOX = 1
 OpenVX equivalent = VX_PATTERN_BOX.
 
int CROSS = 2
 OpenVX equivalent = VX_PATTERN_CROSS.
 
int DISK = 3
 OpenVX equivalent = VX_PATTERN_DISK.
 
int OTHER = 4
 OpenVX equivalent = VX_PATTERN_OTHER.
 

Detailed Description

Matrix Patterns (OpenVX equivalent = vx_pattern_e)

Example usage:
Pattern.BOX
Pattern.DISK

Definition at line 649 of file enums.py.


The documentation for this class was generated from the following file: