Click or drag to resize

LateralAveragingRecorderInitialize Method

Configures this LateralAveragingRecorder. Should only be called once, subsequent calls will do nothing.

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 void Initialize(
	int stepsCount,
	float maxDisplacement_m
)

Parameters

stepsCount
Type: SystemInt32
Number of steps to be used in the X direction. For best results use an odd number. 3 for fast but low-quality, 5 for intermediate, and 7 for slow but high-quality results.
maxDisplacement_m
Type: SystemSingle
Total side length of the grid, in metres.
See Also