|
GoWebScan API
|
Represents a container for node-level system calibration data. Refer to GoWebScanCal for a description of system calibration.

Public Member Functions | |
| k32s | GoWebScanCalNode_BankId (GoWebScanCalNode node) |
| Gets the bank ID of the node. More... | |
| kCfa | GoWebScanCalNode_Cfa (GoWebScanCalNode node) |
| Gets the color filter array type of the node (for vision only). More... | |
| k32s | GoWebScanCalNode_Column (GoWebScanCalNode node) |
| Gets the column the node is located in. More... | |
| kStatus | GoWebScanCalNode_Construct (GoWebScanCalNode *node, GoWebScanCal cal, kAlloc allocator) |
| Constructs a GoWebScanCalNode object. More... | |
| k32s | GoWebScanCalNode_DeviceId (GoWebScanCalNode node) |
| Gets the sensor ID of the node. More... | |
| GoWebScanSystemPlane | GoWebScanCalNode_Plane (GoWebScanCalNode node) |
| Gets the system plane the node is located in. More... | |
| kArray1 * | GoWebScanCalNode_ProfileYOffsets (GoWebScanCalNode node) |
| Gets a pointer to the array of profile Y offsets, which represents alignment offsets in Y per spot. More... | |
| kArray1 * | GoWebScanCalNode_ProfileZOffsets (GoWebScanCalNode node) |
| Gets a pointer to the array of profile Z offsets, which represents alignment offsets in Z per spot. More... | |
| kStatus | GoWebScanCalNode_SetCfa (GoWebScanCalNode node, kCfa cfa) |
| Sets the color filter array type of the node (for vision only). More... | |
| kStatus | GoWebScanCalNode_SetXOffset (GoWebScanCalNode node, k32s xOffset) |
| Sets the X offset of the node in mils. More... | |
| kArray2 * | GoWebScanCalNode_VisionBGains (GoWebScanCalNode node) |
| Gets a pointer to the array of vision blue gains, which represent correction gains to produce a balanced white image. More... | |
| kArray2 * | GoWebScanCalNode_VisionGGains (GoWebScanCalNode node) |
| Gets a pointer to the array of vision green gains, which represent correction gains to produce a balanced white image. More... | |
| kArray2 * | GoWebScanCalNode_VisionRGains (GoWebScanCalNode node) |
| Gets a pointer to the array of vision red gains, which represent correction gains to produce a balanced white image. More... | |
| kArray1 * | GoWebScanCalNode_VisionYOffsets (GoWebScanCalNode node) |
| Gets a pointer to the array of vision Y offsets, which represents alignment offsets in Y per column of the vision image. More... | |
| k32s | GoWebScanCalNode_XOffset (GoWebScanCalNode node) |
| Gets the X offset of the node in mils. More... | |