10 #ifndef GO_SCANNER_VISION_TILE_MSG_H
11 #define GO_SCANNER_VISION_TILE_MSG_H
126 #include <GoWebScanSdk/GoWebScanVisionTileMsg.x.h>
kStatus GoWebScanVisionTileMsg_Resize(GoWebScanVisionTileMsg msg, kSize count, kSize width)
Resizes a GoWebScanVisionTileMsg object.
Declares the GoWebScanPipeMsg class.
Essential GoWebScan declarations.
kStatus GoWebScanVisionTileMsg_Construct(GoWebScanVisionTileMsg *msg, GoWebScanPipeMsgPool pool, kSize count, kSize width, kAlloc allocator)
Constructs a GoWebScanVisionTileMsg object.
kSize GoWebScanVisionTileMsg_Count(GoWebScanVisionTileMsg msg)
Gets length of the tile in the Y-axis (pixels).
kArray2 GoWebScanVisionTileMsg_Data(GoWebScanVisionTileMsg msg)
Gets the tile data array.
Represents a message containing a tile of X and Y resampled and demosaiced vision data...
kSize GoWebScanVisionTileMsg_Width(GoWebScanVisionTileMsg msg)
Gets length of the tile in the X-axis (pixels).
kArray1 GoWebScanVisionTileMsg_Inputs(GoWebScanVisionTileMsg msg)
Gets the inputs corresponding to each row of the tile.
kStatus GoWebScanVisionTileMsg_Destroy(GoWebScanVisionTileMsg msg)
Destroys a GoWebScanVisionTileMsg object.
kRgb * GoWebScanVisionTileMsg_DataAt(GoWebScanVisionTileMsg msg, kSize rowIndex)
Gets a pointer to the start of a tile row.
kSize GoWebScanVisionTileMsg_Size(GoWebScanVisionTileMsg msg)
Gets the size, in bytes, of the message data buffer.
Represents a pool of GoWebScanPipeMsg objects. The pool allocates GoWebScanPipeMsg objects with a def...
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
k64s * GoWebScanVisionTileMsg_InputsAt(GoWebScanVisionTileMsg msg, kSize rowIndex)
Gets the input at a specified row.