CWIMAQLocalThresholdOptions

NI Vision for Visual Basic

CWIMAQLocalThresholdOptions

CWIMAQLocalThresholdOptions specifies the options to use when performing a local threshold using CWIMAQVision.LocalThreshold.

Properties

DeviationWeightSpecifies the weight applied to the variance calculation.
MethodSpecifies the local thresholding method.
ObjectsType of objects to be detected.
ReplaceValueSpecifies the replacement value for the pixels of the kept objects in the destination image.
WindowHeightSpecifies the height of the rectangular window around the pixel on which the method performs the local threshold.
WindowWidthSpecifies the width of the rectangular window around the pixel on which the method performs the local threshold.

See Also

CWIMAQVision.LocalThreshold