TIOVX User Guide
|
Remap object (OpenVX equivalent = vx_remap) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, src_width, src_height, dst_width, dst_height, name="default") |
Constructor used to create this object. More... | |
Remap object (OpenVX equivalent = vx_remap)
def tiovx.remap.Remap.__init__ | ( | self, | |
src_width, | |||
src_height, | |||
dst_width, | |||
dst_height, | |||
name = "default" |
|||
) |
Constructor used to create this object.
src_width | [in] Width of source image |
src_height | [in] Height of source image |
dst_width | [in] Width of destination image |
dst_height | [in] Height of destination image |
name | [in] [optional] Name of the object |