|
GoWebScan API
|
Represents a task for merging profile tiles along X-axis from the cameras in a top or bottom group. Specifically, the task accepts a list of profile 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 GoWebScanProfileTileMsg objects.
Processing steps:

Public Member Functions | |
| kStatus | GoWebScanProfileMergeTask_Construct (GoWebScanProfileMergeTask *task, GoWebScanProcess process, GoWebScanConfigGroup configGroup, kBool presenceDetection, kAlloc allocator) |
| Constructs a GoWebScanProfileMergeTask object. More... | |
| kStatus | GoWebScanProfileMergeTask_Send (GoWebScanProfileMergeTask task, GoWebScanPipeMsg msg) |
| Adds a message to the processing queue. More... | |
| kStatus | GoWebScanProfileMergeTask_SetReceiver (GoWebScanProfileMergeTask task, GoWebScanPipeSendFx send, kPointer context) |
| Sets the handler for receiving merged system profile tiles. More... | |