Click or drag to resize

IntensityImage Class

Object representation of an intensity image.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseSingle
    LynceeTec.InterfaceProcessingV2.ImagesHologramChildSingle
      LynceeTec.InterfaceProcessingV2.ImagesIntensityImage

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

The IntensityImage type exposes the following members.

Constructors
  NameDescription
Public methodIntensityImage(Int32, Int32)
Initializes a new instance of the IntensityImage class
Public methodIntensityImage(Int32, Int32, Guid)
Initializes a new instance of the IntensityImage class
Public methodIntensityImage(Int32, Int32, Int32, Guid)
Initializes a new instance of the IntensityImage 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 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(IntensityImage)
Copy the data from another intensity image.
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodDispose
Releases all resources used by the IntensityImage
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
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