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
See Also