 | 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.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntaxpublic static IReconstruction CreateReconstruction(
string dbPath,
int configId,
int cameraId,
MicroscopeType dhmType
)
public:
static IReconstruction^ 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:
IReconstructionA single wavelength reconstruction object
See Also