 | LateralAverageInitializeNoAlignment Method |
Sets the target image size to be used without additional alignment.
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 InitializeNoAlignment(
int width,
int height,
LateralAverageBlendMaskType blendMask = LateralAverageBlendMaskType.Quadratic
)
public:
void InitializeNoAlignment(
int width,
int height,
LateralAverageBlendMaskType blendMask = LateralAverageBlendMaskType::Quadratic
)
Parameters
- width Int32
- The width of the target image
- height Int32
- The height of the target image
- blendMask LateralAverageBlendMaskType (Optional)
- The algorithm for blending images together at the boundaries
See Also