Click or drag to resize

FindLinesCommand Class

Finds lines on image and adds them as line measurements.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.Addins.HoughHoughCommand
            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 FindLinesCommand
	Inherits HoughCommand

The FindLinesCommand type exposes the following members.

Constructors
  NameDescription
Public methodFindLinesCommand
Initializes a new instance of the FindLinesCommand class
Public methodFindLinesCommand(McCommand)
Initializes a new instance of the FindLinesCommand class
Top
Properties
  NameDescription
Public propertyCreateCaliper
Use calipers detecting lines. When the option is True, the line start and end are detected using calipers. When the option is false the lines crossing whole image are added.
Public propertyFilterSize
Smoothing filter size detecting spikes.
Public propertyHoughImageWidth
Width of the output Hough image corresponds to the number of angles used for the Hough transform. The default value is 360 that corresponds to 1 degree step.
Public propertyMinLineLength
Minimum line length in pixels
Public propertyResultType
Result type
Top
Methods
  NameDescription
Public methodStatic memberFromOptions
Top
Remarks