|
GoWebScan API
|
Represents a task for merging tracheid tiles along X-axis from the cameras in a top or bottom group. Specifically, the task accepts a list of tracheid tiles that correspond to the same Y-position, and merges them into a single group-wide tile according to their respective source locations along the X-axis. Gaps and overlaps between adjacent tiles are processed according to configuration options. The task accepts GoWebScanTileListMsg objects and produces GoWebScanTracheidTileMsg objects.
Processing steps:

Public Member Functions | |
| kStatus | GoWebScanTracheidMergeTask_Construct (GoWebScanTracheidMergeTask *task, GoWebScanProcess process, GoWebScanConfigGroup configGroup, kAlloc allocator) |
| Constructs a GoWebScanTracheidMergeTask object. More... | |
| kStatus | GoWebScanTracheidMergeTask_Send (GoWebScanTracheidMergeTask task, GoWebScanPipeMsg msg) |
| Adds a message to the processing queue. More... | |
| kStatus | GoWebScanTracheidMergeTask_SetReceiver (GoWebScanTracheidMergeTask task, GoWebScanPipeSendFx send, kPointer context) |
| Sets the handler for receiving merged system tracheid tiles. More... | |