Click or drag to resize

ReconstructionPerformPhaseFitting Method

Performs a fitting on the specified phase image using the specified configuration object.

Namespace:  LynceeTec.InterfaceProcessingV2
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void PerformPhaseFitting(
	PhaseImage phaseImage,
	Configuration configuration,
	ref FittingResult fittingResult
)

Parameters

phaseImage
Type: LynceeTec.ImagingPhaseImage
The phase image on which the fitting is performed.
configuration
Type: LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration
The configuration specifying the fitting parameters.
fittingResult
Type: LynceeTec.InterfaceProcessingV2.ConfigurationsFittingResult
The object containing the result of the fitting.
See Also