11 #ifndef GO_WEB_SCAN_CAL_PROCESSOR_NODE_H
12 #define GO_WEB_SCAN_CAL_PROCESSOR_NODE_H
309 #include <GoWebScanSdk/GoWebScanCalProcessorNode.x.h>
kSize GoWebScanCalProcessorNode_ProfileIssueCount(GoWebScanCalProcessorNode node)
Gets the number of profile issues that occurred during system calibration processing.
Represents a container for node-level parameters which are translated from user parameters set in GoW...
kBool GoWebScanCalProcessorNode_ProfileIsComplete(GoWebScanCalProcessorNode node)
Gets a flag for whether the profile processing completed without errors (warnings may be present)...
Represents a type of error or warning that occurred during system calibration processing of a node...
kStatus GoWebScanCalProcessorNode_Construct(GoWebScanCalProcessorNode *node, GoWebScanConfigNode configNode, kAlloc allocator)
Constructs a GoWebScanCalProcessorNode object.
kStatus GoWebScanCalProcessorNode_SetXOffset(GoWebScanCalProcessorNode node, k32s value)
Sets the X offset in mils.
kArray1 GoWebScanCalProcessorNode_ProfileZOffsets(GoWebScanCalProcessorNode node)
Gets the array of profile Z offsets for each spot.
kArray2 GoWebScanCalProcessorNode_VisionGGains(GoWebScanCalProcessorNode node)
Gets the array of vision green gains for each pixel in the downsampled vision image.
kBool GoWebScanCalProcessorNode_ProfileHasErrors(GoWebScanCalProcessorNode node)
Gets a flag for whether any errors were generated during the profile processing.
Essential GoWebScan declarations.
kBool GoWebScanCalProcessorNode_VisionHasWarnings(GoWebScanCalProcessorNode node)
Gets a flag for whether any warnings were generated during the vision processing. ...
Represents a stage or activity in the system calibration processing pipeline.
Represents an algorithm for processing node tiles containing a calibration bar, and generating node p...
kBool GoWebScanCalProcessorNode_VisionIsComplete(GoWebScanCalProcessorNode node)
Gets a flag for whether the vision processing completed without errors (warnings may be present)...
kSize GoWebScanCalProcessorNode_VisionIssueCount(GoWebScanCalProcessorNode node)
Gets the number of vision issues that occurred during system calibration processing.
kArray1 GoWebScanCalProcessorNode_VisionYOffsets(GoWebScanCalProcessorNode node)
Gets the array of vision Y offsets for each spot.
GoWebScanConfigNode GoWebScanCalProcessorNode_ConfigNode(GoWebScanCalProcessorNode node)
Gets the node configuration.
kArray1 GoWebScanCalProcessorNode_ProfileYOffsets(GoWebScanCalProcessorNode node)
Gets the array of profile Y offsets for each spot.
k32s GoWebScanCalProcessorNode_XOffset(GoWebScanCalProcessorNode node)
Gets the X offset in mils.
kArray2 GoWebScanCalProcessorNode_VisionRGains(GoWebScanCalProcessorNode node)
Gets the array of vision red gains for each pixel in the downsampled vision image.
Declares a GoWebScanConfigNode object.
kBool GoWebScanCalProcessorNode_ProfileHasWarnings(GoWebScanCalProcessorNode node)
Gets a flag for whether any warnings were generated during the profile processing.
kBool GoWebScanCalProcessorNode_VisionHasErrors(GoWebScanCalProcessorNode node)
Gets a flag for whether any errors were generated during the vision processing.
kStatus GoWebScanCalProcessorNode_ProfileIssueAt(GoWebScanCalProcessorNode node, kSize index, GoWebScanCalActivity *activity, GoWebScanCalNodeStatus *status)
Gets the profile issue that occurred during system calibration processing at the specified index...
kCfa GoWebScanCalProcessorNode_Cfa(GoWebScanCalProcessorNode node)
Gets the color filter array type of the vision image.
kArray2 GoWebScanCalProcessorNode_VisionBGains(GoWebScanCalProcessorNode node)
Gets the array of vision blue gains for each pixel in the downsampled vision image.
kStatus GoWebScanCalProcessorNode_Execute(GoWebScanCalProcessorNode node, GoWebScanCalInput input)
Executes the calibration processing for a node.
kStatus GoWebScanCalProcessorNode_VisionIssueAt(GoWebScanCalProcessorNode node, kSize index, GoWebScanCalActivity *activity, GoWebScanCalNodeStatus *status)
Gets the vision issue that occurred during system calibration processing at the specified index...