Click or drag to resize

MeasurementsCommandsMorphoClose Property

Applies morphological Open operation to selected regions. Use this operation to separate neighboring features if they are connected by a narrow path.

Namespace:  MediaCy.Automation.Measure
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property MorphoClose ( 
	parent As McCommand
) As MorphoCloseSelectedCommand
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: MorphoCloseSelectedCommand
See Also