85 def __init__(self, columns, rows, name="default") :
86 Reference.__init__(self, Type.CONVOLUTION, name)
91 return Reference.__str__(self) +
' [ ' + str(self.
columns) +
', ' + str(self.
rows) +
' ]'
def __init__(self, columns, rows, name="default")
Constructor used to create this object.
Convolution object (OpenVX equivalent = vx_convolution)