Click or drag to resize

ReconstructionResults Class

Class holding the reconstruction results of a hologram.
Inheritance Hierarchy
SystemObject
  LynceeTec.API.SequenceReconstructionResults

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntax
public class ReconstructionResults : IDisposable

The ReconstructionResults type exposes the following members.

Constructors
  NameDescription
Public methodReconstructionResults
Initializes a new instance of the ReconstructionResults class
Top
Properties
  NameDescription
Public propertyHologram
Gets or sets the hologram.
Public propertyIntensity
Gets or sets the final intensity.
Public propertyPhase
Gets or sets the final phase.
Public propertyReconstructedIntensity
Gets or sets the intermediary intensity acquired for each wavelength before post-processing.
Public propertyReconstructedPhase
Gets or sets the intermediary phases acquired for each wavelength before post-processing.
Public propertySpectrum
Gets or sets the fourier spectrum.
Top
Methods
  NameDescription
Public methodCopyTo
Public methodDispose
Releases all resources used by the ReconstructionResults
Top
See Also