Description

Get an array of sampling points used to calculate the calibration LUT.

Return Type

A Long value.  

An array of sampling points

NumPoints

Variable receiving the number of sampling points in the array. Each sampling point is a pair of values.

Syntax

object.GetSamplePoints (pValPts)

The GetSamplePoints Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIntensityCalib.
pValPtsRequired. A Variant value.

Remarks

Non-interface version of the above function. Called by the interface

Sampling points come in pairs of double floating point values. The first value in the pair is the raw gray level, the second value is the corresponding calibrated value. See Type for details.