Click or drag to resize

FindPatternCommand Class

Finds pattern on image and adds the centers of found patters as manual tags.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.Addins.AlignFindPatternCommand

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

The FindPatternCommand type exposes the following members.

Constructors
  NameDescription
Public methodFindPatternCommand
Initializes a new instance of the FindPatternCommand class
Public methodFindPatternCommand(McCommand)
Initializes a new instance of the FindPatternCommand class
Top
Properties
  NameDescription
Public propertyFullFFTmethod
Use full FFT or phase-only method
Public propertyNumberOfExpectedObjects
Maximum number of expected objects to find.
Public propertyResultType
Type of the result
Public propertyThreshold
Search threshold in range from 0 to 1. Default is 0, which will find all candidates.
Public propertyViewClassName
Class name of the view for output image or set.
Public propertyVisible
Defines visibility of the result image.
Top
Methods
  NameDescription
Public methodStatic memberFromOptions
Top
Remarks