Calibration Functions
The following functions are available only with a licensed version of NI Vision.
Calibration functions allow you to spatially calibrate images. Spatial calibration converts pixel coordinates to real-world coordinates while compensating for potential perspective errors or nonlinear distortions in your imaging system.
The following table lists the Calibration functions. The functions in the Calibration class are grouped according to the types of operations they perform. The first column contains the name of the class. The second column contains names of individual function panels. Each Calibration function panel represents one function.
Class | LabWindows/CVI Equivalent | Function Name |
---|---|---|
Calibration | Copy Calibration Info | imaqCopyCalibrationInfo2 |
Calibration | Correct Calibrated Image | imaqCorrectCalibratedImage |
Calibration | Get Calibration Info | imaqGetCalibrationInfo2 |
Calibration | Learn Calibration Grid | imaqLearnCalibrationGrid |
Calibration | Learn Calibration Points | imaqLearnCalibrationPoints |
Calibration | Set Coordinate System | imaqSetCoordinateSystem |
Calibration | Set Simple Calibration | imaqSetSimpleCalibration |
Calibration | Convert Pixel To Real World | imaqTransformPixelToRealWorld |
Calibration | Transform Real World To Pixel | imaqTransformRealWorldToPixel |