LearnCalibrationOptions

NI Vision for LabWindows/CVI Function

LearnCalibrationOptions

Describes how a function learns calibration information or the calibration options the user provided when learning the calibration.

Elements

Name

Type

Description

mode CalibrationMode Specifies the type of algorithm you want to use to reduce distortion in your image. When using LearnCalibrationOptions as an input, set mode to either IMAQ_PERSPECTIVE or IMAQ_NONLINEAR.
method ScalingMethod Defines the scaling method correction functions use to correct the image.
roi CalibrationROI Specifies the ROI correction functions use when correcting an image.
learnMap int Set this element to TRUE if you want the function to calculate and store an error map during the learning process. The image error map reflects error bounds on the calibration transformation. The error map is an estimate of the positional error that you can expect when you convert a pixel coordinate into a real-world coordinate.
learnTable int Set this element to TRUE if you want the function to calculate and store the correction table. The correction table accelerates the process of correcting an image. It is useful if you plan to correct several images using this calibration setup.