![]() | Hologram Class |
Namespace: LynceeTec.InterfaceDigitizer
The Hologram type exposes the following members.
Name | Description | |
---|---|---|
![]() | Hologram(IHologram) | Initializes a new instance of the Hologram class |
![]() | Hologram(Int64, Int32, Int32, Int32) | Initializes a new instance of the Hologram class |
![]() | Hologram(Int64, Int32, Int32, Int32, Object) | Initializes a new instance of the Hologram class |
![]() | Hologram(Int64, Int32, Int32, Int32, Byte, Object) | 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 |
Gets the image height in pixels.
(Inherited from ImageBaseT.) |
![]() | Lock |
Gets a locking object attached to this hologram.
|
![]() | Metadata |
Gets the hologram metadata.
(Inherited from ImageBaseT.) |
![]() | Origin |
Gets the origin of the hologram
|
![]() | Stride |
Gets the number of bytes between two consecutive rows in memory.
(Inherited from ImageBaseT.) |
![]() | Tag |
Gets a tag identifying the hologram.
|
![]() | Timestamp |
Hologram timestamp
(Inherited from ImageBaseT.) |
![]() | Width |
Gets the image width in pixels.
(Inherited from ImageBaseT.) |
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | CopyFrom(T, Int32, Int32, Int32) |
Copy the data from a buffer.
(Inherited from ImageBaseT.) |
![]() | IsPinned |
Checks if the image data memory is pinned
(Inherited from ImageBaseT.) |
![]() | PinData |
Pin the managed memory to allow native processes to access it.
(Inherited from ImageBaseT.) |
![]() | Save |
Saves the hologram
|
![]() | 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.) |