Sets parameters used to correct the calibration in an image.
ROI to use when correcting the calibration in an image. The whole image is corrected if there is no user-defined ROI.
Coordinates of the bounding rectangle.
Coordinates of the bounding rectangle.
Reference to the image containing calibration information.
Information about how the image correction is performed.
Aspect scaling to use when correcting an image.
Name | Value | Description |
---|---|---|
Scale to Preserve Area | 0 | The corrected image is scaled such that the features in the image have the same size as the input image. |
Scale to Fit | 1 | The corrected image is scaled to be the same size as the input image. |
ROI to use when correcting an image.
Name | Value | Description |
---|---|---|
Full Image | 0 | The whole image is always corrected, regardless of the user-defined or calibration-defined ROIs. |
Calibration ROI | 1 | The area defined by the Calibration ROI is corrected. The calibration ROI is computed by the algorithm and corresponds to the area of the calibration template containing dots. |
ROI | 2 | The area defined by ROI Descriptor.gtype is corrected. |
ROI AND Calibration ROI | 3 | The area defined by the intersection of the ROI and Calibration ROI is corrected. |
ROI OR Calibration ROI | 4 | The area defined by the union of the ROI and Calibration ROI is corrected. |
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Boolean value that specifies whether the node takes into account the orientation and Axis reference of the calibration axis when correcting the image. As a result, the corrected image might be rotated and/or flipped, based on the angle and axis reference.
TRUE | Apply the calibration axis to the corrected image. |
FALSE | Ignore the calibration axis when correcting the image. |
Default: TRUE
Reference to the output image. This image contains the learned calibration information.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application