Click or drag to resize

FileHologram Class

Represents a hologram image loaded from the hard drive
Inheritance Hierarchy

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class FileHologram : Hologram

The FileHologram 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.
(Inherited from Hologram.)
Public propertyIsPinned (Inherited from BaseImage<unsigned char>.)
Public propertyLock
Gets a locking object attached to this hologram.
(Inherited from Hologram.)
Public propertyMetadata (Inherited from BaseImage<unsigned char>.)
Public propertyOrigin
Gets the origin of the hologram
(Inherited from Hologram.)
Public propertySessionId
Gets the session id identifying the image object in the current process.
(Inherited from Hologram.)
Public propertyStride (Inherited from BaseImage<unsigned char>.)
Public propertyTag
Gets a tag identifying the hologram.
(Inherited from Hologram.)
Public propertyTimestamp
Gets or sets the timestamp identifying the acquisition time of the hologram.
(Inherited from Hologram.)
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.
(Inherited from Hologram.)
Public methodComputeContrast(Int32, Int32, Int32, Int32)
Computes the contrast in the specified region.
(Inherited from Hologram.)
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.
(Inherited from 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 HologramLoad(String).)
Public methodPinData (Inherited from BaseImage<unsigned char>.)
Public methodReset (Inherited from BaseImage<unsigned char>.)
Public methodReset(Int64)
Resets hologram data for new acquisition.
(Inherited from Hologram.)
Public methodReset(Int64, Object)
Resets hologram data for new acquisition.
(Inherited from Hologram.)
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.
(Inherited from Hologram.)
Public methodUnpinData (Inherited from BaseImage<unsigned char>.)
Top
See Also