PhaseImage Class |
Namespace: LynceeTec.InterfaceProcessingV2.Images
The PhaseImage type exposes the following members.
| Name | Description | |
|---|---|---|
| PhaseImage(Int32, Int32) | Initializes a new instance of the PhaseImage class | |
| PhaseImage(Int32, Int32, Guid) | Initializes a new instance of the PhaseImage class | |
| PhaseImage(Int32, Int32, Int32, Guid) | Initializes a new instance of the PhaseImage 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.) | |
| HeightConversionFactor |
Gets the height conversion factor to meter
| |
| HologramGuid |
Gets globally uniquely defined GUID identifying the parent hologram image.
(Inherited from HologramChildT.) | |
| Mask |
Gets the associated non-measured points mask image
| |
| 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(PhaseImage) |
Copy the data from another phase image.
| |
| CopyFrom(T, Int32, Int32, Int32) |
Copy the data from a buffer.
(Inherited from ImageBaseT.) | |
| Dispose | Releases all resources used by the PhaseImage | |
| IsPinned |
Checks if the image data memory is pinned
(Inherited from ImageBaseT.) | |
| LoadBin |
Load the float image from a .bin file.
| |
| PinData | (Overrides ImageBaseTPinData.) | |
| 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.) |