Click or drag to resize

HoughCommandsFindCircles Property

Finds circles on image and adds them as circle measurement objects.

Namespace:  MediaCy.Automation.Process
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property FindCircles ( 
	parent As McCommand
) As FindCirclesCommand
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: FindCirclesCommand
See Also