Click or drag to resize

HologramChildT Class

Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseT
    LynceeTec.InterfaceProcessingV2.ImagesHologramChildT
      LynceeTec.InterfaceProcessingV2.ImagesImage<float>
      LynceeTec.InterfaceProcessingV2.ImagesIntensityImage
      LynceeTec.InterfaceProcessingV2.ImagesMaskImage
      LynceeTec.InterfaceProcessingV2.ImagesPhaseImage

Namespace:  LynceeTec.InterfaceProcessingV2.Images
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public abstract class HologramChild<T> : ImageBase<T>
where T : struct, new()

Type Parameters

T

The HologramChildT type exposes the following members.

Constructors
  NameDescription
Public methodHologramChildT(Int32, Int32)
Initializes a new instance of the HologramChildT class
Public methodHologramChildT(Int32, Int32, Int32)
Initializes a new instance of the HologramChildT class
Public methodHologramChildT(Int32, Int32, Int32, Guid)
Initializes a new instance of the HologramChildT 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
Gets the image height in pixels.
(Inherited from ImageBaseT.)
Public propertyHologramGuid
Gets globally uniquely defined GUID identifying the parent hologram image.
Public propertyMetadata
Gets the hologram metadata.
(Inherited from ImageBaseT.)
Public propertyStride
Gets the number of bytes between two consecutive rows in memory.
(Inherited from ImageBaseT.)
Public propertyTimestamp
Hologram timestamp
(Inherited from ImageBaseT.)
Public propertyWidth
Gets the image width in pixels.
(Inherited from ImageBaseT.)
Top
Methods
  NameDescription
Public methodCopyFrom(ImageBaseT)
Copy the data from another image.
(Inherited from ImageBaseT.)
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodPinData
Pin the managed memory to allow native processes to access it.
(Inherited from ImageBaseT.)
Public methodSaveAsBin
Saves the image as float in a .bin file.
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