Click or drag to resize

IMcPatternMatching Interface

An interface implemented by McPatternMatching.

Namespace:  MediaCy.IQL.Align
Assembly:  MediaCy.IQL.Align (in MediaCy.IQL.Align.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcPatternMatching

The IMcPatternMatching type exposes the following members.

Properties
  NameDescription
Public propertyApodizationBand
Defines the size of the band around the image borders to be blurred.
Public propertyCorrelationMethodFFT
Gives access to FFT method properties.
Public propertyDoApodization
Defines whether the edges on images will be blurred before cross-correlation.
Top
Methods
  NameDescription
Public methodCode exampleCreateCrossCorrelationImage
Creates cross-correlation image of two sources.
Public methodCode exampleFindPattern
Finds coordinates of best match of pattern.
Public methodCode exampleFindSearchPattern
Finds coordinates of best match of pattern set by SetSearchPattern.
Public methodSetSearchPattern
Sets seach pattern, which then can be used with FindSearchPattern function.
Public methodCode exampleTranspose
Swap quadrants after inverse FFT transform.
Top
See Also