TIOVX User Guide
tiovx.enums.PyramidScale Class Reference

Pyramid Scale (OpenVX equivalent = VX_SCALE_PYRAMID_xxx) More...

Inherits Enum.

Static Public Attributes

int HALF = 1
 OpenVX equivalent = VX_SCALE_PYRAMID_HALF.
 
int ORB = 2
 OpenVX equivalent = VX_SCALE_PYRAMID_ORB.
 

Detailed Description

Pyramid Scale (OpenVX equivalent = VX_SCALE_PYRAMID_xxx)

Example usage:
PyramidScale.HALF
PyramidScale.ORB

Definition at line 802 of file enums.py.


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