Hologram Class |
Namespace: LynceeTec.Imaging
The Hologram type exposes the following members.
| Name | Description | |
|---|---|---|
| Hologram(Int32, Int32) |
Constructor
| |
| Hologram(Int32, Int32, Int32) |
Constructor
| |
| Hologram(Byte, Int32, Int32, Int32) |
Constructor
| |
| Hologram(Int32, Int32, Int32, Int64) |
Constructor
| |
| Hologram(Int32, Int32, Int32, Int64, HologramSource) |
Constructor
| |
| Hologram(Byte, Int32, Int32, Int32, Int64, HologramSource) |
Constructor
|
| Name | Description | |
|---|---|---|
| Data | (Inherited from BaseImage<unsigned char>.) | |
| Guid | (Inherited from BaseImage<unsigned char>.) | |
| Height | (Inherited from BaseImage<unsigned char>.) | |
| Histogram |
Gets the histogram result computed during the reconstruction process.
| |
| IsPinned | (Inherited from BaseImage<unsigned char>.) | |
| Lock |
Gets a locking object attached to this hologram.
| |
| Metadata | (Inherited from BaseImage<unsigned char>.) | |
| Origin |
Gets the origin of the hologram
| |
| SessionId |
Gets the session id identifying the image object in the current process.
| |
| Stride | (Inherited from BaseImage<unsigned char>.) | |
| Tag |
Gets a tag identifying the hologram.
| |
| Timestamp |
Gets or sets the timestamp identifying the acquisition time of the hologram.
| |
| Width | (Inherited from BaseImage<unsigned char>.) |
| Name | Description | |
|---|---|---|
| ComputeContrast |
Computes the contrast in a rectangular region centered in the image.
The region is half the size of the hologram.
| |
| ComputeContrast(Int32, Int32, Int32, Int32) |
Computes the contrast in the specified region.
| |
| Copy |
Copy the data to another hologram.
| |
| CopyFrom(BaseImage<unsigned char>) | (Inherited from BaseImage<unsigned char>.) | |
| CopyFrom(Hologram) |
Copy the data from another hologram.
| |
| CopyFrom(Byte, Int32, Int32, Int32) | (Inherited from BaseImage<unsigned char>.) | |
| CopyTo | (Inherited from BaseImage<unsigned char>.) | |
| Dispose | (Inherited from BaseImage<unsigned char>.) | |
| Load | (Overrides BaseImage<unsigned char>Load(String).) | |
| PinData | (Inherited from BaseImage<unsigned char>.) | |
| Reset | (Inherited from BaseImage<unsigned char>.) | |
| Reset(Int64) |
Resets hologram data for new acquisition.
| |
| Reset(Int64, Object) |
Resets hologram data for new acquisition.
| |
| SaveAsBigTiff | (Inherited from BaseImage<unsigned char>.) | |
| SaveAsBin | (Inherited from BaseImage<unsigned char>.) | |
| SaveAsTiff |
Saves the hologram as a .tiff file to the specified path.
| |
| UnpinData | (Inherited from BaseImage<unsigned char>.) |