IMcIntensityCalibGetSamplePoints Method
|
|
Get an array of sampling points used to calculate the calibration
LUT.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxFunction GetSamplePoints (
<OutAttribute> ByRef pValPts As Object
) As Integer
Parameters
- pValPts
- Type: SystemObject
Return Value
Type:
Int32HRESULT
RemarksSampling 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.
See Also