TIOVX User Guide
|
Pyramid object (OpenVX equivalent = vx_pyramid) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, levels, scale, width, height, df_format, access_type="Host", in_file_addr="./", out_file_addr="./", name="default") |
Constructor used to create this object. More... | |
Pyramid object (OpenVX equivalent = vx_pyramid)
Definition at line 76 of file pyramid.py.
def tiovx.pyramid.Pyramid.__init__ | ( | self, | |
levels, | |||
scale, | |||
width, | |||
height, | |||
df_format, | |||
access_type = "Host" , |
|||
in_file_addr = "./" , |
|||
out_file_addr = "./" , |
|||
name = "default" |
|||
) |
Constructor used to create this object.
levels | [in] Number of pyramid levels |
scale | [in] tiovx::enums::PyramidScale |
width | [in] Width of highest pyramid level image |
height | [in] Height of highest pyramid level image |
df_format | [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 |
Definition at line 90 of file pyramid.py.