Click or drag to resize

IImageAlignment Interface

This interface represents a way of calculating the alignment between two images, based on an initial rough estimate.

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 interface IImageAlignment

The IImageAlignment type exposes the following members.

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