TIOVX User Guide
|
Image object (OpenVX equivalent = vx_image, specifically returned from vxCreateImage) More...
Inherits tiovx.reference.Reference.
Inherited by tiovx.image.ImageFromChannel, and tiovx.image.ImageFromHandle.
Public Member Functions | |
def | __init__ (self, width, height, df_image, access_type="Host", in_file_addr="./", out_file_addr="./", name="default") |
Constructor used to create this object. More... | |
Image object (OpenVX equivalent = vx_image, specifically returned from vxCreateImage)
def tiovx.image.Image.__init__ | ( | self, | |
width, | |||
height, | |||
df_image, | |||
access_type = "Host" , |
|||
in_file_addr = "./" , |
|||
out_file_addr = "./" , |
|||
name = "default" |
|||
) |
Constructor used to create this object.
width | [in] Width of image |
height | [in] Height of image |
df_image | [in] Image data format. tiovx::enums::DfImage |
access_type | [in] [optional] Memory access type |
in_file_addr | [in] [optional] In the case of memory accessed from file, the path to the input file |
out_file_addr | [in] [optional] In the case of memory outputted to file, the path to the output file |
name | [in] [optional] Name of the object |