IMcIntensityCalibSetSamplePoints Method
|
|
Set the sampling points.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxSub SetSamplePoints (
newVal As Object,
NumPoints As Integer
)
Parameters
- newVal
- Type: SystemObject
An array of sampling points - NumPoints
- Type: SystemInt32
The number of sampling points
Return Value
Type:
HRESULT
RemarksA freeform intensity calibration curve is fitted to the sampling points set by this
function to a curve based on the FittingMode. A larger number of sampling
points will almost always result in a better calibration curve, as long as
the set of sampling points does not include outliers and anamolous points.
See Also