Click or drag to resize

LateralAverage Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CompositingLateralAverage

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 class LateralAverage : IDisposable

The LateralAverage type exposes the following members.

Constructors
 NameDescription
Public methodLateralAverageInitializes a new instance of the LateralAverage class
Top
Properties
 NameDescription
Public propertyBlendMaskHow the edges of added images are blended together. Default is BlendMaskType.Quadratic.
Public propertyHeightHeight of the target image in pixels.
Public propertyWidthWidth of the target image in pixels.
Top
Methods
 NameDescription
Public methodAdd Adds reconstructionResults to the input for this object.
Public methodDisposeReleases all resources used by the LateralAverage
Public methodInitializeECCAlignment(ReconstructionResults) Sets the template image to be used for Enhanced Correlation Coefficient alignment.
Public methodInitializeECCAlignment(Int32, Int32) Sets the target image size to be used with an Enhanced Correlation Coefficient alignment against the current running total.
Public methodInitializeNoAlignment Sets the target image size to be used without additional alignment.
Public methodResult Returns the results as a ReconstructionResult object
Top
Fields
 NameDescription
Public fieldStatic memberLOG_PREFIX 
Top
See Also