![]() | HologramChildT Class |
Namespace: LynceeTec.InterfaceProcessingV2.Images
The HologramChildT type exposes the following members.
Name | Description | |
---|---|---|
![]() | HologramChildT(Int32, Int32) | Initializes a new instance of the HologramChildT class |
![]() | HologramChildT(Int32, Int32, Int32) | Initializes a new instance of the HologramChildT class |
![]() | HologramChildT(Int32, Int32, Int32, Guid) | Initializes a new instance of the HologramChildT 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.) |
![]() | HologramGuid |
Gets globally uniquely defined GUID identifying the parent hologram image.
|
![]() | Metadata |
Gets the hologram metadata.
(Inherited from ImageBaseT.) |
![]() | Stride |
Gets the number of bytes between two consecutive rows in memory.
(Inherited from ImageBaseT.) |
![]() | Timestamp |
Hologram timestamp
(Inherited from ImageBaseT.) |
![]() | Width |
Gets the image width in pixels.
(Inherited from ImageBaseT.) |
Name | Description | |
---|---|---|
![]() | CopyFrom(ImageBaseT) |
Copy the data from another image.
(Inherited from ImageBaseT.) |
![]() | 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.) |
![]() | 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.) |