 | SingleWavelengthReconstructionSaveHologram Method (Hologram, String, IHardwareConfiguration, IHolographicMeasurementConfig, Int32) |
Saves a hologram in TIFF format
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic static int SaveHologram(
Hologram hologram,
string fileName,
IHardwareConfiguration hardwareConfig,
IHolographicMeasurementConfig measurementConfig,
int databaseVersion
)
public:
static int SaveHologram(
Hologram^ hologram,
String^ fileName,
IHardwareConfiguration^ hardwareConfig,
IHolographicMeasurementConfig^ measurementConfig,
int databaseVersion
)
Parameters
- hologram
- Type: LynceeTec.ImagingHologram
Hologram to save - fileName
- Type: SystemString
The full path and filename (including extension) to save to. The directory must already exist. - hardwareConfig
- Type: LynceeTec.InterfacesIHardwareConfiguration
Current hardware configuration used to save metadata - measurementConfig
- Type: LynceeTec.InterfacesIHolographicMeasurementConfig
Current measurement configuration used to save metadata - databaseVersion
- Type: SystemInt32
Database version
Return Value
Type:
Int32
See Also