 | ReconstructionFactoryCreateReconstruction Method |
Creates an instance of a reconstruction object and initializes it with the parameters for reconstruction.
Images must always be processed with parameters identical to the ones used to record them.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic static SingleWavelengthReconstruction CreateReconstruction(
IHardwareConfiguration hwConfiguration,
IHolographicMeasurementConfig measurementConfig
)
public:
static SingleWavelengthReconstruction^ CreateReconstruction(
IHardwareConfiguration^ hwConfiguration,
IHolographicMeasurementConfig^ measurementConfig
)
Parameters
- hwConfiguration IHardwareConfiguration
-
- measurementConfig IHolographicMeasurementConfig
-
Return Value
SingleWavelengthReconstructionA single wavelength reconstruction object
See Also