TransformReport

NI Vision for LabWindows/CVI Function

TransformReport

Describes a set of transformed coordinates.

Elements

Name

Type

Description

points PointFloat* An array of transformed coordinates.
validPoints int* An array of values that describe the validity of each of the coordinates according to the region of interest you calibrated using either imaqLearnCalibrationGrid() or imaqLearnCalibrationPoints(). If a resulting point is inside the calibrated ROI, the function sets the corresponding int in the validPoints array to TRUE. Otherwise, the function sets the corresponding int in the validPoints array to FALSE. If you created the calibration information with imaqSetSimpleCalibration() or imaqSetCalibrationInfo(), each element in the validPoints array is always TRUE.
numPoints int The length of both the points array and the validPoints array.