|
GoWebScan API
|
Represents an algorithm for producing uniform-resolution resampled vision output given input terrain and demosaiced color vision tiles.
Algorithm steps:

Public Member Functions | |
| kStatus | GoWebScanVisionResampler_Clear (GoWebScanVisionResampler resampler) |
| Clears internal buffers and resets the algorithm. More... | |
| kStatus | GoWebScanVisionResampler_Construct (GoWebScanVisionResampler *resampler, const GoWebScanVisionResamplerParams *args, const k32s *yOffsets, kAlloc allocator) |
| Constructs a GoWebScanVisionResampler object. More... | |
| kStatus | GoWebScanVisionResampler_Process (GoWebScanVisionResampler resampler, const GoWebScanMsgStamp *stamp, kImage vision, kArray2 *terrain, kArray1 *terrainInputs, kSSize terrainCount, k64s terrainTile) |
| Runs the vision resampler algorithm on a vision tile and set of terrain tiles that are matched (in Y). More... | |
| kStatus | GoWebScanVisionResampler_SetDataHandler (GoWebScanVisionResampler resampler, GoWebScanVisionResamplerDataFx data, kPointer context) |
| Sets the handler for accepting the processed resampled rows from the algorithm. More... | |