Click or drag to resize

HoughCommand Class

Base Hough command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.Addins.HoughHoughCommand
            MediaCy.Addins.HoughFindCirclesCommand
            MediaCy.Addins.HoughFindLinesCommand

Namespace:  MediaCy.Addins.Hough
Assembly:  MediaCy.Addins.Hough (in MediaCy.Addins.Hough.dll) Version: 3.1.0.0
Syntax
VB
Public Class HoughCommand
	Inherits OneInputOneOutputCommand(Of Object, McImage)

The HoughCommand type exposes the following members.

Constructors
  NameDescription
Public methodHoughCommand
Initializes a new instance of the HoughCommand class
Public methodHoughCommand(McCommand)
Initializes a new instance of the HoughCommand class
Top
Properties
  NameDescription
Public propertyReferences (Overrides McCommandReferences.)
Public propertyViewClassName
Class name of the view for output image or set.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks