Algorithms have at least one input and one output. All algorithm endpoints are organized in groups. Groups are used by the platform to indicate which inputs and outputs are synchronized together. The first group is automatically synchronized with the channel defined by the block in which the algorithm is deployed.
Endpoint Name | Data Format | Nature |
---|---|---|
image | system/array_2d_uint8/1 | Input |
histogram | system/array_1d_uint32/1 | Output |
Parameters allow users to change the configuration of an algorithm when scheduling an experiment
Name | Description | Type | Default | Range/Choices |
---|---|---|---|---|
useBestGuess | Whether to use a best guess region of the image instead of the entire image | bool | True | |
scale | Size of a side of the filter to use | uint32 | 9 | 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 18, 22, 26, 30, 34 |
bits | Number of filters to use (9,10,11,12 not available for scales 3,6) | uint32 | 8 | 5, 6, 7, 8, 9, 10, 11, 12 |