11 #ifndef GO_WEB_SCAN_VISION_MERGE_TASK_H
12 #define GO_WEB_SCAN_VISION_MERGE_TASK_H
82 #include <GoWebScanSdk/GoWebScanVisionMergeTask.x.h>
Declares the GoWebScanPipeTask class.
Represents a task for processing raw sensor data to produce system web tiles (Web mode) or detected o...
Declares a GoWebScanPipe object.
kStatus(kCall * GoWebScanPipeSendFx)(kPointer context, GoWebScanPipeMsg msg)
Defines the signature of the handler used by tasks to receive a message from the pipe.
Definition: GoWebScanPipe.h:33
Essential GoWebScan declarations.
kStatus GoWebScanVisionMergeTask_SetReceiver(GoWebScanVisionMergeTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving merged system vision tiles.
Represents a container for group-level parameters which are translated from user parameters set in Go...
kStatus GoWebScanVisionMergeTask_Send(GoWebScanVisionMergeTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
kStatus GoWebScanVisionMergeTask_Construct(GoWebScanVisionMergeTask *task, GoWebScanProcess process, GoWebScanConfigGroup configGroup, kAlloc allocator)
Constructs a GoWebScanVisionMergeTask object.
Represents a task for merging vision tiles along X-axis from the cameras in a top or bottom group...
Declares a GoWebScanConfig object.