Click or drag to resize

Hologram Class

Object representation of a hologram.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseByte
    LynceeTec.InterfaceDigitizerHologram
      LynceeTec.InterfaceProcessingV2.ImagesHologram

Namespace:  LynceeTec.InterfaceProcessingV2.Images
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public class Hologram : Hologram, IDisposable

The Hologram type exposes the following members.

Constructors
  NameDescription
Public methodHologram(IHologram)
Casts a regular hologram into another hologram designed for computation.
Public methodHologram(Int32, Int32)
Initializes a new instance of the Hologram class
Public methodHologram(Int64, Int32, Int32, HologramSource)
Initializes a new instance of the Hologram class
Public methodHologram(Int64, Int32, Int32, Int32, HologramSource)
Initializes a new instance of the Hologram 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 propertyLock
Gets a locking object attached to this hologram.
(Inherited from Hologram.)
Public propertyMetadata
Gets the hologram metadata.
(Inherited from ImageBaseT.)
Public propertyOrigin
Gets the origin of the hologram
(Inherited from Hologram.)
Public propertySessionId
Gets the session id identifying the image in the current process.
Public propertyStride (Overrides ImageBaseTStride.)
Public propertyTag
Gets a tag identifying the hologram.
(Inherited from Hologram.)
Public propertyTimestamp
Gets the timestamp identifying the acquisition time of the hologram.
(Overrides ImageBaseTTimestamp.)
Public propertyWidth (Overrides ImageBaseTWidth.)
Top
Methods
  NameDescription
Public methodCopyFrom(Hologram)
Copy the data from another hologram.
(Inherited from Hologram.)
Public methodCopyFrom(Hologram)
Copy the data from another hologram.
Public methodCopyFrom(ImageBaseT)
Copy the data from another image.
(Inherited from ImageBaseT.)
Public methodCopyFrom(Byte, Int32, Int32)
Copy the data from a buffer.
(Inherited from Hologram.)
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodDispose
Releases all resources used by the Hologram
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodPinData (Overrides ImageBaseTPinData.)
Public methodSave
Saves the hologram
(Inherited from Hologram.)
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