IMcThresholdSmoothing Property
|
|
Sets and reflects the degree of smoothing that is applied to
the thresholded region boundaries.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxProperty Smoothing As Integer
Get
Set
Property Value
Type:
Int32
RemarksAfter 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.
See Also