 | SingleWavelengthReconstructionSaveHologram(Hologram, String, IHardwareConfiguration, IHolographicMeasurementConfig, Int32) Method |
Saves a hologram in TIFF format
Namespace: LynceeTec.Processing.HolographyAssembly: 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 Hologram
- Hologram to save
- fileName String
- The full path and filename (including extension) to save to. The directory must already exist.
- hardwareConfig IHardwareConfiguration
- Current hardware configuration used to save metadata
- measurementConfig IHolographicMeasurementConfig
- Current measurement configuration used to save metadata
- databaseVersion Int32
- Database version
Return Value
Int32
See Also