Click or drag to resize

Reconstruction Methods

The Reconstruction type exposes the following members.

Methods
  NameDescription
Public methodAddConfiguration
Adds a configuration to the list of available configuration for reconstruction.
Public methodAddHologram
Adds a new hologram to the reconstruction process.
Public methodClear
Clears all the holograms in the waiting queue and all the reconstructed images in the output buffers.
Public methodDispose
Public methodFree
Frees the output buffers of the specified id to allow another reconstruction to use it.
Public methodGetFrequencySpectrum
Gets the frequency spectrum image for the specified hologram and source ids.
Public methodGetIntensity
Gets the final intensity image for the specified hologram group id.
Public methodGetLastError
Gets the last error that occured during the reconstruction process.
Public methodGetOutputBufferSize
Gets the numbers of hologram reconstruction outputs images that can be stored simultaneously in memory.
Public methodGetPhase
Gets the final phase image for the specified hologram group id.
Public methodGetReconstructedIntensity
Gets the reconstructed intensity image before the post-processing for the specified hologram and source ids.
Public methodGetReconstructedPhase
Gets the reconstructed phase image before the post-processing for the specified hologram and source ids.
Public methodGetUnwrappingThreadsNumber
Gets the maximum numbers of threads that can be used to perform phase unwrapping.
Public methodIsRunning
Gets the running status of the reconstruction thread.
Public methodJoin
Waits for all the pending reconstructions to finish.
Public methodJoin(Int64)
Waits for the specified hologram group to be reconstructed.
Public methodPerformPhaseFitting
Performs a fitting on the specified phase image using the specified configuration object.
Public methodReleaseResources
Releases all the resources used during the reconstruction process. This must be called before the end of the process.
Public methodRemoveConfiguration
Removes a configuration from the list of available configuration for reconstruction.
Public methodReset
Clears the buffers and resets completely the reconstruction object.
Public methodReset(UInt32)
Clears the buffers and resets completely the reconstruction object.
Public methodSetOutputBufferSize
Sets the numbers of hologram reconstruction outputs images that can be stored simultaneously in memory.
Public methodSetUnwrappingThreadsNumber
Sets the maximum numbers of threads that can be used to perform phase unwrapping.
Public methodStart
Starts the reconstruction thread.
Public methodStartHologramGroup
Defines how many holograms must be processed together to produce one final image.
Public methodStop
Stops the reconstruction thread.
Public methodUseConfiguration
Select a configuration to use. All the hologram added after will be reconstructed using this configuration.
Top
See Also