GoWebScan API
GoWebScanCalDetector.h File Reference

Description

Declares a GoWebScanCalDetector object.

Go to the source code of this file.

Macros

GoWebScanCalDetectorState
#define GO_WEB_SCAN_CAL_DETECTOR_STATE_SEARCHING
 Detector is searching for the start of the object.
 
#define GO_WEB_SCAN_CAL_DETECTOR_STATE_SCANNING
 Detector has found the object and is scanning.
 
#define GO_WEB_SCAN_CAL_DETECTOR_STATE_ENDING
 Detector has found the end of the object.
 

Typedefs

typedef kStatus(kCallGoWebScanCalDetectorDataFunction )(kPointer context, k64s startTile, GoWebScanCalInputTileSet *tilesSets, kSize count)
 Defines the signature for the handler for accepting the output dataset. More...