Click or drag to resize

HoloOptimizerMaxEstimate Constructor

Initializes a new instance of the HoloOptimizerMaxEstimate class

Namespace: LynceeTec.DHM.HologramOptimization
Assembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:34 UTC
Syntax
public HoloOptimizerMaxEstimate(
	ICameraController digitizer,
	IMaxEstimator estimator,
	IHoloMeasure holoMeasure,
	ICycleDevice motor,
	float initMaxPos
)

Parameters

digitizer  ICameraController
 
estimator  IMaxEstimator
 
holoMeasure  IHoloMeasure
 
motor  ICycleDevice
 
initMaxPos  Single
 
See Also