Click or drag to resize

PhaseImage Class

Object representation of a phase image.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseSingle
    LynceeTec.InterfaceProcessingV2.ImagesHologramChildSingle
      LynceeTec.InterfaceProcessingV2.ImagesPhaseImage

Namespace:  LynceeTec.InterfaceProcessingV2.Images
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public class PhaseImage : HologramChild<float>, 
	IDisposable

The PhaseImage type exposes the following members.

Constructors
  NameDescription
Public methodPhaseImage(Int32, Int32)
Initializes a new instance of the PhaseImage class
Public methodPhaseImage(Int32, Int32, Guid)
Initializes a new instance of the PhaseImage class
Public methodPhaseImage(Int32, Int32, Int32, Guid)
Initializes a new instance of the PhaseImage class
Top
Properties
  NameDescription
Public propertyData
Gets the array containing the image data.
(Inherited from ImageBaseT.)
Public propertyGuid
Gets the globally uniquely defined GUID identifying the image.
(Inherited from ImageBaseT.)
Public propertyHeight (Overrides ImageBaseTHeight.)
Public propertyHeightConversionFactor
Gets the height conversion factor to meter
Public propertyHologramGuid
Gets globally uniquely defined GUID identifying the parent hologram image.
(Inherited from HologramChildT.)
Public propertyMask
Gets the associated non-measured points mask image
Public propertyMetadata
Gets the hologram metadata.
(Inherited from ImageBaseT.)
Public propertyStride (Overrides ImageBaseTStride.)
Public propertyTimestamp
Hologram timestamp
(Inherited from ImageBaseT.)
Public propertyWidth (Overrides ImageBaseTWidth.)
Top
Methods
  NameDescription
Public methodCopyFrom(ImageBaseT)
Copy the data from another image.
(Inherited from ImageBaseT.)
Public methodCopyFrom(PhaseImage)
Copy the data from another phase image.
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodDispose
Releases all resources used by the PhaseImage
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodLoadBin
Load the float image from a .bin file.
Public methodPinData (Overrides ImageBaseTPinData.)
Public methodSaveAsBin (Overrides HologramChildTSaveAsBin(String).)
Public methodSetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig)
Sets the metadata from a given configuration
(Inherited from ImageBaseT.)
Public methodSetMetadataR(ImageBaseR)
Sets the metadata from a given image
(Inherited from ImageBaseT.)
Public methodUnpinData
Unpin the pinned managed memory.
(Inherited from ImageBaseT.)
Top
See Also