CWIMAQThresholdData
Obsolete—Use CWIMAQMultiThresholdData instead.
CWIMAQThresholdData contains parameters to use with thresholding functions.
Properties
Count | Obsolete
Number of elements in the report. |
DoReplacement | Obsolete—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. |
MaxValue | Obsolete—Use CWIMAQMultiThresholdDataItem.ThresholdRange instead. Upper boundary of the range of pixel values to keep. |
MinValue | Obsolete—Use CWIMAQMultiThresholdDataItem.ThresholdRange instead. Lower boundary of the range of pixel values to keep. |
NewValue | Obsolete—Use CWIMAQMultiThresholdDataItem.NewValue instead. Replacement value for pixels within the range if you set DoReplacement to True. |