Click or drag to resize

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
Syntax
VB
Property Smoothing As Integer
	Get
	Set

Property Value

Type: Int32
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.
See Also