Click or drag to resize

McMMOptionsMcMMSegmentationOptionsAutoGrowIncrement Property

Size increment (in pixels) of segmented objects after Count operation using dilation or erosion of the segmented regions.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Property AutoGrowIncrement As Integer
	Get
	Set

Property Value

Type: Int32

Return Value

Type: Int32
The parameter can be positive or negative. When the parameter is positive - the objects grow by the given number of pixels, when the parameter is negative - shrink.
Remarks