 | 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.Holography
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 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