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 int PerformPhaseFitting(
	PhaseImage phaseImage,
	Configuration configuration,
	ref FittingResult fittingResult
)

Parameters

phaseImage
Type: LynceeTec.InterfaceProcessingV2.ImagesPhaseImage
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.

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
See Also