TIOVX User Guide
tiovx.image.ImagePatchAddress Class Reference

Image patch object (OpenVX equivalent = vx_imagepatch_addressing_t) More...

Public Member Functions

def __init__ (self, dim_x, dim_y, stride_x, stride_y, scale_x=1024, scale_y=1024, step_x=1, step_y=1)
 Constructor used to create this object. More...
 

Detailed Description

Image patch object (OpenVX equivalent = vx_imagepatch_addressing_t)

Example Usage

See ImageFromHandle example

Definition at line 71 of file image.py.

Constructor & Destructor Documentation

◆ __init__()

def tiovx.image.ImagePatchAddress.__init__ (   self,
  dim_x,
  dim_y,
  stride_x,
  stride_y,
  scale_x = 1024,
  scale_y = 1024,
  step_x = 1,
  step_y = 1 
)

Constructor used to create this object.

See also
vx_imagepatch_addressing_t for more details about the parameters
Parameters
dim_x[in] Width of image
dim_y[in] Height of image
stride_x[in] Stride in X dimensions in bytes.
stride_y[in] Stride in Y dimensions in bytes.
scale_x[in] [optional]
scale_y[in] [optional]
step_x[in] [optional]
step_y[in] [optional]

Definition at line 84 of file image.py.


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