![]() | MaskImage Class |
Namespace: LynceeTec.InterfaceProcessingV2.Images
The MaskImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaskImage(Int32, Int32) | Initializes a new instance of the MaskImage class |
![]() | MaskImage(Int32, Int32, Guid) | Initializes a new instance of the MaskImage class |
![]() | MaskImage(Int32, Int32, Int32, Guid) | Initializes a new instance of the MaskImage 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.) |
![]() | HologramGuid |
Gets globally uniquely defined GUID identifying the parent hologram image.
(Inherited from HologramChildT.) |
![]() | Metadata |
Gets the hologram metadata.
(Inherited from ImageBaseT.) |
![]() | Stride | (Overrides ImageBaseTStride.) |
![]() | Timestamp |
Hologram timestamp
(Inherited from ImageBaseT.) |
![]() | Width | (Overrides ImageBaseTWidth.) |
Name | Description | |
---|---|---|
![]() | CopyFrom(ImageBaseT) |
Copy the data from another image.
(Inherited from ImageBaseT.) |
![]() | CopyFrom(MaskImage) |
Copy the data from another mask image.
|
![]() | CopyFrom(T, Int32, Int32, Int32) |
Copy the data from a buffer.
(Inherited from ImageBaseT.) |
![]() | Dispose | Releases all resources used by the MaskImage |
![]() | IsPinned |
Checks if the image data memory is pinned
(Inherited from ImageBaseT.) |
![]() | PinData | (Overrides ImageBaseTPinData.) |
![]() | Save |
Saves the image in the format defined by the extension.
The supported formats are enumerated in FREE_IMAGE_FORMAT of the freeimage library.
|
![]() | SaveAsBin | (Overrides HologramChildTSaveAsBin(String).) |
![]() | 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.) |