TIOVX User Guide
3: Data Object APIs

Detailed Description

Classes corresponding to OpenVX data object references.

Data Structures

class  tiovx.array.Array
 Array object (OpenVX equivalent = vx_array) More...
 
class  tiovx.convolution.Convolution
 Convolution object (OpenVX equivalent = vx_convolution) More...
 
class  tiovx.distribution.Distribution
 Distribution object (OpenVX equivalent = vx_distribution) More...
 
class  tiovx.image.ImagePatchAddress
 Image patch object (OpenVX equivalent = vx_imagepatch_addressing_t) More...
 
class  tiovx.image.Image
 Image object (OpenVX equivalent = vx_image, specifically returned from vxCreateImage) More...
 
class  tiovx.image.ImageFromChannel
 Image from channel object (OpenVX equivalent = vx_image, specifically returned from vxCreateImageFromChannel) More...
 
class  tiovx.image.ImageFromHandle
 Image from handle object (OpenVX equivalent = vx_image, specifically returned from vxCreateImageFromHandle) More...
 
class  tiovx.lut.Lut
 Lut object (OpenVX equivalent = vx_lut) More...
 
class  tiovx.matrix.Matrix
 Matrix object (OpenVX equivalent = vx_matrix) More...
 
class  tiovx.null.Null
 Null object. More...
 
class  tiovx.objectarray.ObjectArray
 Object Array object (OpenVX equivalent = vx_object_array) More...
 
class  tiovx.pyramid.Pyramid
 Pyramid object (OpenVX equivalent = vx_pyramid) More...
 
class  tiovx.remap.Remap
 Remap object (OpenVX equivalent = vx_remap) More...
 
class  tiovx.scalar.Scalar
 Scalar object (OpenVX equivalent = vx_scalar) More...
 
class  tiovx.tensor.Tensor
 Tensor object (OpenVX equivalent = vx_tensor, specifically returned from vxCreateTensor) More...
 
class  tiovx.threshold.Threshold
 Threshold object (OpenVX equivalent = vx_threshold) More...
 
class  tiovx.user_data_object.UserDataObject
 User data object (OpenVX equivalent = vx_user_data_object) More...