Click or drag to resize

Image<float> Class

Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseSingle
    LynceeTec.InterfaceProcessingV2.ImagesHologramChildSingle
      LynceeTec.InterfaceProcessingV2.ImagesImage<float>
        LynceeTec.InterfaceProcessingV2.ImagesSpectrumImage

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

The Image<float> type exposes the following members.

Constructors
  NameDescription
Public methodImage<float>(Int32, Int32)
Initializes a new instance of the Image<float> class
Public methodImage<float>(Int32, Int32, Int32, Guid)
Initializes a new instance of the Image<float> 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 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(Image<float>)
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 methodDispose
Releases all resources used by the Image<float>
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