|
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 the array of profile Y offsets, which represents alignment offsets in Y per spot. More... | |
| kArray1 | GoWebScanCalNode_ProfileZOffsets (GoWebScanCalNode node) |
| Gets 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_SetProfileYOffsets (GoWebScanCalNode node, kArray1 offsets) |
| Sets the array of profile Y offsets, which represents alignment offsets in Y per spot. More... | |
| kStatus | GoWebScanCalNode_SetProfileZOffsets (GoWebScanCalNode node, kArray1 offsets) |
| Sets the array of profile Z offsets, which represents alignment offsets in Z per spot. More... | |
| kStatus | GoWebScanCalNode_SetVisionYOffsets (GoWebScanCalNode node, kArray1 offsets) |
| Sets the array of vision Y offsets, which represents alignment offsets in Y per column of the vision image. More... | |
| kStatus | GoWebScanCalNode_SetXOffset (GoWebScanCalNode node, k32s xOffset) |
| Sets the X offset of the node in mils. More... | |
| kStatus | GoWebScanCalNode_UpdateVisionBGains (GoWebScanCalNode node, kArray2 gains) |
| Update the array of vision blue gains, which represent correction gains to produce a balanced white image. More... | |
| kStatus | GoWebScanCalNode_UpdateVisionGGains (GoWebScanCalNode node, kArray2 gains) |
| Update the array of vision green gains, which represent correction gains to produce a balanced white image. More... | |
| kStatus | GoWebScanCalNode_UpdateVisionRGains (GoWebScanCalNode node, kArray2 gains) |
| Update the array of vision red gains, which represent correction gains to produce a balanced white image. More... | |
| kArray2 | GoWebScanCalNode_VisionBGains (GoWebScanCalNode node) |
| Gets the array of vision blue gains, which represent correction gains to produce a balanced white image. More... | |
| kArray2 | GoWebScanCalNode_VisionGGains (GoWebScanCalNode node) |
| Gets the array of vision green gains, which represent correction gains to produce a balanced white image. More... | |
| kArray2 | GoWebScanCalNode_VisionRGains (GoWebScanCalNode node) |
| Gets the array of vision red gains, which represent correction gains to produce a balanced white image. More... | |
| kArray1 | GoWebScanCalNode_VisionYOffsets (GoWebScanCalNode node) |
| Gets 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... | |