Click or drag to resize

DefaultImageAlignment Class

An alignment algorithm which returns the initial estimate unchanged. Can be used for images with very few features, where we wish to align based on the stage's position alone.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.CompositingDefaultImageAlignment

Namespace:  LynceeTec.API.Compositing
Assembly:  LynceeTec.API.Compositing (in LynceeTec.API.Compositing.dll) Version: 10.1.23514.0 , built 2023-11-07 12:22:01 UTC
Syntax
public class DefaultImageAlignment : IImageAlignment

The DefaultImageAlignment type exposes the following members.

Constructors
  NameDescription
Public methodDefaultImageAlignment
Initializes a new instance of the DefaultImageAlignment class
Top
Methods
  NameDescription
Public methodEstimateDisplacement
Modifies the value of warpMatrix to contain a more accurate estimate of the transformation which maps templateIntensity onto inputIntensity.
Top
See Also