 | 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.CompositingAssembly: LynceeTec.API.Compositing (in LynceeTec.API.Compositing.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntaxpublic void InitializeECCAlignment(
int width,
int height
)
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