![]() | SpectrumImage Class |
Namespace: LynceeTec.InterfaceProcessingV2.Images
The SpectrumImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | SpectrumImage(Int32, Int32) | Initializes a new instance of the SpectrumImage class |
![]() | SpectrumImage(Int32, Int32, Int32, Guid) | Initializes a new instance of the SpectrumImage 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 | (Inherited from Image<float>.) |
![]() | HologramGuid |
Gets globally uniquely defined GUID identifying the parent hologram image.
(Inherited from HologramChildT.) |
![]() | Metadata |
Gets the hologram metadata.
(Inherited from ImageBaseT.) |
![]() | Stride | (Inherited from Image<float>.) |
![]() | Timestamp |
Hologram timestamp
(Inherited from ImageBaseT.) |
![]() | Width | (Inherited from Image<float>.) |
Name | Description | |
---|---|---|
![]() | CopyFrom(Image<float>) | (Inherited from Image<float>.) |
![]() | 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.) |
![]() | Dispose | (Inherited from Image<float>.) |
![]() | IsPinned |
Checks if the image data memory is pinned
(Inherited from ImageBaseT.) |
![]() | PinData | (Inherited from Image<float>.) |
![]() | SaveAsBin | (Inherited from Image<float>.) |
![]() | 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.) |