CameraMemoryHologram Class |
Namespace: LynceeTec.Imaging
The CameraMemoryHologram type exposes the following members.
| Name | Description | |
|---|---|---|
| CameraMemoryHologram(Int32, Int32) |
Constructor
| |
| CameraMemoryHologram(Int32, Int32, Int32) |
Constructor
| |
| CameraMemoryHologram(Byte, Int32, Int32, Int32) |
Constructor
| |
| CameraMemoryHologram(Int32, Int32, Int32, Int64) |
Constructor
| |
| CameraMemoryHologram(Byte, Int32, Int32, Int32, Int64) |
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.
(Inherited from Hologram.) | |
| IsPinned | (Inherited from BaseImage<unsigned char>.) | |
| Lock |
Gets a locking object attached to this hologram.
(Inherited from Hologram.) | |
| Metadata | (Inherited from BaseImage<unsigned char>.) | |
| Origin |
Gets the origin of the hologram
(Inherited from Hologram.) | |
| SessionId |
Gets the session id identifying the image object in the current process.
(Inherited from Hologram.) | |
| Stride | (Inherited from BaseImage<unsigned char>.) | |
| Tag |
Gets a tag identifying the hologram.
(Inherited from Hologram.) | |
| Timestamp |
Gets or sets the timestamp identifying the acquisition time of the hologram.
(Inherited from 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.
(Inherited from Hologram.) | |
| ComputeContrast(Int32, Int32, Int32, Int32) |
Computes the contrast in the specified region.
(Inherited from Hologram.) | |
| Copy |
Copy the data to another hologram.
| |
| CopyFrom(BaseImage<unsigned char>) | (Inherited from BaseImage<unsigned char>.) | |
| CopyFrom(Hologram) |
Copy the data from another hologram.
(Inherited from Hologram.) | |
| CopyFrom(Byte, Int32, Int32, Int32) | (Inherited from BaseImage<unsigned char>.) | |
| CopyTo | (Inherited from BaseImage<unsigned char>.) | |
| Dispose | (Inherited from BaseImage<unsigned char>.) | |
| Load | (Inherited from Hologram.) | |
| PinData | (Inherited from BaseImage<unsigned char>.) | |
| Reset | (Inherited from BaseImage<unsigned char>.) | |
| Reset(Int64) |
Resets hologram data for new acquisition.
(Inherited from Hologram.) | |
| Reset(Int64, Object) |
Resets hologram data for new acquisition.
(Inherited from Hologram.) | |
| SaveAsBigTiff | (Inherited from BaseImage<unsigned char>.) | |
| SaveAsBin | (Inherited from BaseImage<unsigned char>.) | |
| SaveAsTiff |
Saves the hologram as a .tiff file to the specified path.
(Inherited from Hologram.) | |
| UnpinData | (Inherited from BaseImage<unsigned char>.) |