Click or drag to resize

DualWavelengthReconstruction Properties

The DualWavelengthReconstruction type exposes the following members.

Properties
  NameDescription
Public propertyAmplDivRefHolo
Enables or disables the normalization for each pixel of the reconstructed intensity images with the intensity of each corresponding pixel of the reference hologram
(Inherited from SingleWavelengthReconstruction.)
Public propertyAmpProfile
Gets the last amplitude (intensity) profile extracted. See ExtractArbitraryIntensityProfile(Int32, Int32, Int32, Int32, Boolean, Single, Single).
(Inherited from SingleWavelengthReconstruction.)
Public propertyBpp (Overrides DualWavelengthReconstructionAlternate.Bpp.)
Public propertyCanRefresh (Inherited from SingleWavelengthReconstruction.)
Public propertydeltaN
Gets or sets the difference of refractive index (used for phase->height conversion).
(Inherited from SingleWavelengthReconstruction.)
Public propertyEffBpp
Gets or sets the number of useful bits per pixel. It might differ from Bpp.
(Inherited from SingleWavelengthReconstruction.)
Public propertyFinalPhaseImage (Inherited from SingleWavelengthReconstruction.)
Public propertyHasROI
Gets a value indicating whether a region of interest is defined.
(Inherited from SingleWavelengthReconstruction.)
Public propertyImageHeight
Gets the height of the current hologram image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyImageWidth
Gets the width of the current hologram image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyImgAmp
Gets a pointer to the processed amplitude (intensity) image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyImgFFT
Gets a pointer to the processed amplitude image of the 2D Fourier transform.
(Inherited from SingleWavelengthReconstruction.)
Public propertyImgHolo
Gets a pointer to the raw hologram image (acquired from a camera).
(Inherited from SingleWavelengthReconstruction.)
Public propertyImgPhase
Gets a pointer to the processed phase image.
(Inherited from SingleWavelengthReconstruction.)
Public propertylambda
Gets or sets the wavelength.
(Inherited from SingleWavelengthReconstruction.)
Public propertyLockPhaseScale (Inherited from SingleWavelengthReconstruction.)
Public propertyMask (Inherited from SingleWavelengthReconstruction.)
Public propertyMaskArray (Inherited from SingleWavelengthReconstruction.)
Public propertyMaskVisibility
Gets or sets the mask visibility on the final image
(Inherited from SingleWavelengthReconstruction.)
Public propertyNonMeasuredAreasFillingRadius
Gets or sets the pixel radius for the non-measured areas filling feature.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseColormap
Gets or sets the color map of the phase image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseCorrectionDegree (Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseMeanValue
Gets the mean value of the phase image (or its ROI). Call ComputePhaseStdDev first to compute it.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseMonitor (Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseOffset
Gets or sets the offset of the phase mask.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseProfile (Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseROIHeight
Gets the height of the region of interest on the phase and amplitude images. If no ROI is defined, returns the height of the image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseROILeft
Gets the offset of the region of interest from the left of the image. (X coordinate of the top left corner of the ROI).
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseROIStride
Gets the stride of the region of interest (distance in bytes between two lines of the image) for float amplitude or phase images. If no ROI is defined, returns the stride of the image. Stride is always a multiple of 4.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseROITop
Gets the offset of the region of interest from the top of the image. (Y coordinate of the top left corner of the ROI).
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseROIWidth
Gets the width of the region of interest on the phase and amplitude images. If no ROI is defined, returns the width of the image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhaseStdDev
Gets the standard deviation of the phase image (or its ROI). Call ComputePhaseStdDev first to compute it.
(Inherited from SingleWavelengthReconstruction.)
Public propertyPhMax (Inherited from SingleWavelengthReconstruction.)
Public propertyPhMin (Inherited from SingleWavelengthReconstruction.)
Public propertyReconstructedPhase (Inherited from SingleWavelengthReconstruction.)
Public propertyRefHoloUse
Enables or disables the usage of a reference hologram for reconstruction
(Inherited from SingleWavelengthReconstruction.)
Public propertyResolutionDivider
Gets the resolution division value of the current hologram image.
(Inherited from SingleWavelengthReconstruction.)
Public propertyStepAmpPhase (Inherited from SingleWavelengthReconstruction.)
Public propertyStepFinalPhaseImage (Inherited from SingleWavelengthReconstruction.)
Public propertyStepReconstructedPhase (Inherited from SingleWavelengthReconstruction.)
Public propertyTemporalPhaseAverageFramesNumber
Gets of sets the number of frames to be averaged during the temporal averaging process.
(Inherited from SingleWavelengthReconstruction.)
Public propertyTransMicroscope
Gets or sets the type of the miscroscope.
(Inherited from SingleWavelengthReconstruction.)
Public propertyUnwrap2D
Toggles the 2D unwrapping.
(Inherited from SingleWavelengthReconstruction.)
Public propertyUnwrap2DMethod
Gets or sets the method for unwrapping in 2D.
(Inherited from SingleWavelengthReconstruction.)
Public propertyUnwrapPhaseMonitorZones (Inherited from SingleWavelengthReconstruction.)
Public propertyUseHalfResolution
Gets or sets the activation state of the half resolution feature.
(Inherited from SingleWavelengthReconstruction.)
Public propertyUseSpatialPhaseAverage
Gets or sets the activation state of the spatial phase averaging.
(Inherited from SingleWavelengthReconstruction.)
Public propertyUseTemporalPhaseAverage
Gets or sets the activation state of the temporal phase averaging. true adds the given holograms in the reconstruction object until TemporalPhaseAverageFramesNumber is reached. The last reconstructed phase is averaged.
(Inherited from SingleWavelengthReconstruction.)
Public propertyUseWavelengthFilter
Gets a value indicating whether a wavelength filter is enabled.
(Inherited from SingleWavelengthReconstruction.)
Top
See Also