TIOVX User Guide
|
Convolution object (OpenVX equivalent = vx_convolution) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, columns, rows, name="default") |
Constructor used to create this object. More... | |
Convolution object (OpenVX equivalent = vx_convolution)
Definition at line 77 of file convolution.py.
def tiovx.convolution.Convolution.__init__ | ( | self, | |
columns, | |||
rows, | |||
name = "default" |
|||
) |
Constructor used to create this object.
columns | [in] Number of columns |
rows | [in] Number of rows |
name | [in] [optional] Name of the object |
Definition at line 85 of file convolution.py.