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 : IEquatable<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_m
Gets or sets the reconstruction distance difference between the specified laser source and the reference one.
Public propertyDistanceScaleX
Gets or sets the distance scaling factor in the X direction for the specified laser source.
Public propertyDistanceScaleY
Gets or sets the distance scaling factor in the Y direction for the specified laser source.
Public propertyMeasurementType
Gets or sets a value indicating the dhm measurement type.
Public propertyMediumRefractiveIndex
Gets or sets the medium refractive 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_m
Gets or sets the objective numerical aperture.
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 propertyPixelsNumberX
Gets or sets the camera number of pixels in the X direction.
Public propertyPixelsNumberY
Gets or sets the camera number of pixels in the Y direction.
Public propertySampleRefractiveIndex
Gets or sets the sample refractive index related to the specified laser source.
Public propertyTotalSizeX_m
Gets or sets the camera image size in meter in the X direction.
Public propertyTotalSizeY_m
Gets or sets the camera image size in meter in the Y direction.
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.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the AcquisitionConfiguration
Public methodEquals
Top
See Also