Click or drag to resize

SpectrumImage Class

Object representation of a frequency spectrum image.
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 SpectrumImage : Image<float>

The SpectrumImage type exposes the following members.

Constructors
  NameDescription
Public methodSpectrumImage(Int32, Int32)
Initializes a new instance of the SpectrumImage class
Public methodSpectrumImage(Int32, Int32, Int32, Guid)
Initializes a new instance of the SpectrumImage class
Top
Properties
Methods
  NameDescription
Public methodCopyFrom(Image<float>) (Inherited from 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 (Inherited from Image<float>.)
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodPinData (Inherited from Image<float>.)
Public methodSaveAsBin (Inherited from Image<float>.)
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