![]() |
TIOVX User Guide
|
Distribution object (OpenVX equivalent = vx_distribution) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
| def | __init__ (self, num_bins, offset, range, name="default") |
| Constructor used to create this object. More... | |
Distribution object (OpenVX equivalent = vx_distribution)
Definition at line 77 of file distribution.py.
| def tiovx.distribution.Distribution.__init__ | ( | self, | |
| num_bins, | |||
| offset, | |||
| range, | |||
name = "default" |
|||
| ) |
Constructor used to create this object.
| num_bins | [in] Number of bins |
| offset | [in] Offset |
| range | [in] Range |
| name | [in] [optional] Name of the object |
Definition at line 86 of file distribution.py.