|
GoWebScan API
|
| kStatus GoWebScanEdgeFilter_ExecuteVision | ( | GoWebScanEdgeFilter | filter, |
| kArray2 | profile, | ||
| kArray2 | vision | ||
| ) |
Executes the edge filtering algorithm on an array containing vision data from a detected board.
Vision data that does not overlap in X and Y with non-null profile data is removed.
| filter | GoWebScanEdgeFilter object. |
| profile | Array containing profile data from a detected board. Type k16s. |
| vision | Array containing vision data from a detected board. Type kRgb. |