Description
Sets and reflects the degree of smoothing that is applied to the thresholded region boundaries.
-
Property type
-
A Long value.
-
Syntax
-
object.Smoothing [= value]
The Smoothing Property syntax has these parts: |
| object | An expression evaluating to an object of type McThreshold. | | value | A Long value. | Remarks
After regions are detected, if the Smoothing property is anything other than 0 then the region boundaries are smoothed using the Smoothing property as the filter size. The Smoothing property is the same as the McRegions.FilterOutlines method's FilterSize argument.
|