Click or drag to resize

Hologram Class

Object representation of a hologram.
Inheritance Hierarchy

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class Hologram : BaseImage<unsigned char>, IDisposable

The Hologram type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyData
(Inherited from BaseImage<unsigned char>)
Public propertyGuid
(Inherited from BaseImage<unsigned char>)
Public propertyHeight
(Inherited from BaseImage<unsigned char>)
Public propertyHistogram Gets the histogram result computed during the reconstruction process.
Public propertyIsPinned
(Inherited from BaseImage<unsigned char>)
Public propertyLock Gets a locking object attached to this hologram.
Public propertyMetadata
(Inherited from BaseImage<unsigned char>)
Public propertyOrigin Gets or sets the origin of the hologram
Public propertySessionId Gets the session id identifying the image object in the current process.
Public propertyStride
(Inherited from BaseImage<unsigned char>)
Public propertyTag Gets a tag identifying the hologram.
Public propertyTimestamp Gets or sets the timestamp identifying the acquisition time of the hologram.
Public propertyTimestampType Gets or sets the timestamp type identifying unit of the Timestamp.
Public propertyWidth
(Inherited from BaseImage<unsigned char>)
Top
Methods
 NameDescription
Public methodComputeContrast Computes the contrast in a rectangular region centered in the image. The region is half the size of the hologram.
Public methodComputeContrast(Int32, Int32, Int32, Int32) Computes the contrast in the specified region.
Public methodCopy Copy the data to another hologram.
Public methodCopyFrom(BaseImage<unsigned char>)
(Inherited from BaseImage<unsigned char>)
Public methodCopyFrom(Hologram) Copy the data from another hologram.
Public methodCopyFrom(Byte, Int32, Int32, Int32)
(Inherited from BaseImage<unsigned char>)
Public methodCopyTo
(Inherited from BaseImage<unsigned char>)
Public methodDispose
(Inherited from BaseImage<unsigned char>)
Public methodLoad
(Overrides BaseImage<unsigned char>Load(String))
Public methodPinData
(Inherited from BaseImage<unsigned char>)
Public methodReset
(Inherited from BaseImage<unsigned char>)
Public methodReset(Int64, TimestampUnit) Resets hologram data for new acquisition.
Public methodReset(Int64, TimestampUnit, Object) Resets hologram data for new acquisition.
Public methodSaveAsBigTiff
(Inherited from BaseImage<unsigned char>)
Public methodSaveAsBin
(Inherited from BaseImage<unsigned char>)
Public methodSaveAsTiff Saves the hologram as a .tiff file to the specified path.
Public methodUnpinData
(Inherited from BaseImage<unsigned char>)
Top
See Also