CWIMAQThresholdData

NI Vision for Visual Basic

CWIMAQThresholdData

Obsolete—Use CWIMAQMultiThresholdData instead.

CWIMAQThresholdData contains parameters to use with thresholding functions.

Properties

CountObsolete
Number of elements in the report.
DoReplacementObsolete—Use CWIMAQMultiThresholdDataItem.DoReplacement instead.

True sets the pixel values to the value specified in NewValue if it is within the range set in [MinValue, MaxValue] . False leaves the pixel values unchanged.
MaxValueObsolete—Use CWIMAQMultiThresholdDataItem.ThresholdRange instead.

Upper boundary of the range of pixel values to keep.
MinValueObsolete—Use CWIMAQMultiThresholdDataItem.ThresholdRange instead.

Lower boundary of the range of pixel values to keep.
NewValueObsolete—Use CWIMAQMultiThresholdDataItem.NewValue instead.

Replacement value for pixels within the range if you set DoReplacement to True.

See Also

CWIMAQMultiThresholdData

CWIMAQVision.MultiThreshold

CWIMAQVision.AutoMThreshold