![]() |
TIOVX User Guide
|
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... | |
Image patch object (OpenVX equivalent = vx_imagepatch_addressing_t)
See ImageFromHandle example
| 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.
| 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] |