 | 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.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic static SingleWavelengthReconstruction CreateReconstruction(
string dbPath,
int configId,
int cameraId,
MicroscopeType dhmType
)
public:
static SingleWavelengthReconstruction^ CreateReconstruction(
String^ dbPath,
int configId,
int cameraId,
MicroscopeType dhmType
)
Parameters
- dbPath
- Type: SystemString
The full path to the database. - configId
- Type: SystemInt32
The id of the configuration from the Production Table. - cameraId
- Type: SystemInt32
The id of the camera from the hardware configuration - dhmType
- Type: LynceeTec.InterfacesMicroscopeType
The type of DHM (Transmission or Reflection).
Return Value
Type:
SingleWavelengthReconstructionA single wavelength reconstruction object
See Also