Click or drag to resize

HoughCommands Class

Provides a set of hough related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.ProcessHoughCommands

Namespace:  MediaCy.Automation.Process
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class HoughCommands

The HoughCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFindCircles
Finds circles on image and adds them as circle measurement objects.
Public propertyStatic memberFindLines
Finds lines on image and adds them as line measurements.
Top
See Also