TIOVX User Guide
tiovx.attribute.DistributionAttribute Class Reference

Object/Data type (OpenVX equivalent = vx_distribution_attribute_e) More...

Inherits Enum.

Static Public Attributes

tuple DIMENSIONS = ('dims', 'vx_size')
 OpenVX equivalent = VX_DISTRIBUTION_DIMENSIONS.
 
tuple OFFSET = ('offset', 'vx_int32')
 OpenVX equivalent = VX_DISTRIBUTION_OFFSET.
 
tuple RANGE = ('range', 'vx_uint32')
 OpenVX equivalent = VX_DISTRIBUTION_RANGE.
 
tuple BINS = ('bins', 'vx_size')
 OpenVX equivalent = VX_DISTRIBUTION_BINS.
 
tuple WINDOW = ('win', 'vx_uint32')
 OpenVX equivalent = VX_DISTRIBUTION_WINDOW.
 
tuple SIZE = ('size', 'vx_size')
 OpenVX equivalent = VX_DISTRIBUTION_SIZE.
 

Detailed Description

Object/Data type (OpenVX equivalent = vx_distribution_attribute_e)

Example usage:
DistributionAttribute.BINS
DistributionAttribute.RANGE

Definition at line 256 of file attribute.py.


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