![]() | Hologram Class |
Namespace: LynceeTec.InterfaceProcessingV2.Images
The Hologram type exposes the following members.
Name | Description | |
---|---|---|
![]() | Hologram(IHologram) |
Casts a regular hologram into another hologram designed for computation.
|
![]() | Hologram(Int32, Int32) | Initializes a new instance of the Hologram class |
![]() | Hologram(Int64, Int32, Int32, HologramSource) | Initializes a new instance of the Hologram class |
![]() | Hologram(Int64, Int32, Int32, Int32, HologramSource) | Initializes a new instance of the Hologram class |
Name | Description | |
---|---|---|
![]() | Data |
Gets the array containing the image data.
(Inherited from ImageBaseT.) |
![]() | Guid |
Gets the globally uniquely defined GUID identifying the image.
(Inherited from ImageBaseT.) |
![]() | Height | (Overrides ImageBaseTHeight.) |
![]() | Lock |
Gets a locking object attached to this hologram.
(Inherited from Hologram.) |
![]() | Metadata |
Gets the hologram metadata.
(Inherited from ImageBaseT.) |
![]() | Origin |
Gets the origin of the hologram
(Inherited from Hologram.) |
![]() | SessionId |
Gets the session id identifying the image in the current process.
|
![]() | Stride | (Overrides ImageBaseTStride.) |
![]() | Tag |
Gets a tag identifying the hologram.
(Inherited from Hologram.) |
![]() | Timestamp |
Gets the timestamp identifying the acquisition time of the hologram.
(Overrides ImageBaseTTimestamp.) |
![]() | Width | (Overrides ImageBaseTWidth.) |
Name | Description | |
---|---|---|
![]() | CopyFrom(Hologram) |
Copy the data from another hologram.
(Inherited from Hologram.) |
![]() | CopyFrom(Hologram) |
Copy the data from another hologram.
|
![]() | CopyFrom(ImageBaseT) |
Copy the data from another image.
(Inherited from ImageBaseT.) |
![]() | CopyFrom(Byte, Int32, Int32) |
Copy the data from a buffer.
(Inherited from Hologram.) |
![]() | CopyFrom(T, Int32, Int32, Int32) |
Copy the data from a buffer.
(Inherited from ImageBaseT.) |
![]() | Dispose | Releases all resources used by the Hologram |
![]() | IsPinned |
Checks if the image data memory is pinned
(Inherited from ImageBaseT.) |
![]() | PinData | (Overrides ImageBaseTPinData.) |
![]() | Save |
Saves the hologram
(Inherited from Hologram.) |
![]() | SaveAsBin |
Saves the image as float in a .bin file.
|
![]() | SetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig) |
Sets the metadata from a given configuration
(Inherited from ImageBaseT.) |
![]() | SetMetadataR(ImageBaseR) |
Sets the metadata from a given image
(Inherited from ImageBaseT.) |
![]() | UnpinData |
Unpin the pinned managed memory.
(Inherited from ImageBaseT.) |