Click or drag to resize

AcquisitionConfiguration Class

Defines all the parameters related to the acquisition of a hologram, including the physical parameters of the dhm, the camera and the sample.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceProcessingV2.ConfigurationsAcquisitionConfiguration

Namespace:  LynceeTec.InterfaceProcessingV2.Configurations
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public class AcquisitionConfiguration : IDisposable

The AcquisitionConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAcquisitionConfiguration
Initializes a new instance of the AcquisitionConfiguration class
Top
Properties
  NameDescription
Public propertyBitsPerPixel
Gets or sets the number of bits per pixels of the camera.
Public propertyDeltaReconstructionDistance
Gets or sets the reconstruction distance difference between the specified laser source and the reference one.
Public propertyDistanceScaleFactorX
Gets or sets the distance scaling factor in the X direction for the specified laser source.
Public propertyDistanceScaleFactorY
Gets or sets the distance scaling factor in the Y direction for the specified laser source.
Public propertyHeight_m
Gets or sets the camera image height in meter.
Public propertyIsTransmission
Gets or sets a value indicating the dhm type.
Public propertyMediumRefractionIndex
Gets or sets the medium refraction index related to the specified laser source.
Public propertyObjectiveMagnification
Gets or sets the objective magnification.
Public propertyObjectiveNumericalAperture
Gets or sets the objective numerical aperture.
Public propertyObjectivePixelSize_um
Gets or sets the objective numerical aperture.
Public propertyPixelsHeightNumber
Gets or sets the camera number of pixels in the height direction.
Public propertyPixelShiftX
Gets or sets the the number of pixels to be shifted in the X direction for the specified laser source.
Public propertyPixelShiftY
Gets or sets the the number of pixels to be shifted in the Y direction for the specified laser source.
Public propertyPixelsWidthNumber
Gets or sets the camera number of pixels in the width direction.
Public propertySampleRefractionIndex
Gets or sets the sample refraction index related to the specified laser source.
Public propertyWavelength_m
Gets or sets the wavelength for the specified laser source.
Public propertyWavelengths_m
Gets the dhm used laser sources with their corresponding wavelength.
Public propertyWidth_m
Gets or sets the camera image width in meter.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the AcquisitionConfiguration
Top
See Also