Click or drag to resize

LateralAverageInitializeECCAlignment(Int32, Int32) Method

Sets the target image size to be used with an Enhanced Correlation Coefficient alignment against the current running total.

Namespace: LynceeTec.API.Compositing
Assembly: LynceeTec.API.Compositing (in LynceeTec.API.Compositing.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public void InitializeECCAlignment(
	int width,
	int height
)

Parameters

width  Int32
The width of the target image
height  Int32
The height of the target image
See Also