Click or drag to resize

SingleWavelengthReconstruction Properties

The SingleWavelengthReconstruction 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
Public propertyAmpProfile
Gets the last amplitude (intensity) profile extracted. See ExtractArbitraryIntensityProfile(Int32, Int32, Int32, Int32, Boolean, Single, Single).
Public propertyBpp
Gets or sets the number of BITS per pixel. Either 8 or 16.
Public propertyCanRefresh
Public propertydeltaN
Gets or sets the difference of refractive index (used for phase->height conversion).
Public propertyEffBpp
Gets or sets the number of useful bits per pixel. It might differ from Bpp.
Public propertyFinalPhaseImage
Public propertyHasROI
Gets a value indicating whether a region of interest is defined.
Public propertyImageHeight
Gets the height of the current hologram image.
Public propertyImageWidth
Gets the width of the current hologram image.
Public propertyImgAmp
Gets a pointer to the processed amplitude (intensity) image.
Public propertyImgFFT
Gets a pointer to the processed amplitude image of the 2D Fourier transform.
Public propertyImgHolo
Gets a pointer to the raw hologram image (acquired from a camera).
Public propertyImgPhase
Gets a pointer to the processed phase image.
Public propertylambda
Gets or sets the wavelength.
Public propertyLockPhaseScale
Public propertyMask
Public propertyMaskArray
Public propertyMaskVisibility
Gets or sets the mask visibility on the final image
Public propertyNonMeasuredAreasFillingRadius
Gets or sets the pixel radius for the non-measured areas filling feature.
Public propertyOplMax
Public propertyOplMin
Public propertyPhaseColormap
Gets or sets the color map of the phase image.
Public propertyPhaseCorrectionDegree
Public propertyPhaseMeanValue
Gets the mean value of the phase image (or its ROI). Call ComputePhaseStdDev first to compute it.
Public propertyPhaseMonitor
Public propertyPhaseOffset
Gets or sets the offset of the phase mask.
Public propertyPhaseProfile
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.
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).
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.
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).
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.
Public propertyPhaseStdDev
Gets the standard deviation of the phase image (or its ROI). Call ComputePhaseStdDev first to compute it.
Public propertyPhMax
Public propertyPhMin
Public propertyReconstructedPhase
Public propertyRefHoloUse
Enables or disables the usage of a reference hologram for reconstruction
Public propertyResolutionDivider
Gets the resolution division value of the current hologram image.
Public propertySpectrumKx
Public propertySpectrumKy
Public propertyStepAmpPhase
Public propertyStepFinalPhaseImage
Public propertyStepReconstructedPhase
Public propertyTemporalPhaseAverageFramesNumber
Gets of sets the number of frames to be averaged during the temporal averaging process.
Public propertyTransMicroscope
Gets or sets the type of the miscroscope.
Public propertyUnwrap2D
Toggles the 2D unwrapping.
Public propertyUnwrap2DMethod
Gets or sets the method for unwrapping in 2D.
Public propertyUnwrapPhaseMonitorZones
Public propertyUseHalfResolution
Gets or sets the activation state of the half resolution feature.
Public propertyUseSpatialPhaseAverage
Gets or sets the activation state of the spatial phase averaging.
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.
Public propertyUseWavelengthFilter
Gets a value indicating whether a wavelength filter is enabled.
Top
See Also