Click or drag to resize

DefaultImageAlignmentEstimateDisplacement Method

Modifies the value of warpMatrix to contain a more accurate estimate of the transformation which maps templateIntensity onto inputIntensity.

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 bool EstimateDisplacement(
	Mat warpMatrix,
	Mat inputIntensity,
	Mat templateIntensity
)

Parameters

warpMatrix
Type: Mat
A 2x3 floating-point matrix containing an initial transform.
inputIntensity
Type: Mat
The source matrix for the transform.
templateIntensity
Type: Mat
The source matrix for the transform. Must be the same type and size as inputIntensity.

Return Value

Type: Boolean
True if the estimate succeeded.

Implements

IImageAlignmentEstimateDisplacement(Mat, Mat, Mat)
See Also