CWIMAQLocalThresholdOptions
CWIMAQLocalThresholdOptions specifies the options to use when performing a local threshold using CWIMAQVision.LocalThreshold.
Properties
| DeviationWeight | Specifies the weight applied to the variance calculation. |
| Method | Specifies the local thresholding method. |
| Objects | Type of objects to be detected. |
| ReplaceValue | Specifies the replacement value for the pixels of the kept objects in the destination image. |
| WindowHeight | Specifies the height of the rectangular window around the pixel on which the method performs the local threshold. |
| WindowWidth | Specifies the width of the rectangular window around the pixel on which the method performs the local threshold. |