Click or drag to resize

IntensityImage Class

Object representation of an intensity image.
Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingBaseImage<float>
    LynceeTec.ImagingHologramChild<float>
      LynceeTec.ImagingIntensityImage

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

The IntensityImage type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyData
(Inherited from BaseImage<float>)
Public propertyGuid
(Inherited from BaseImage<float>)
Public propertyHeight
(Inherited from BaseImage<float>)
Public propertyHologramGuid
(Inherited from HologramChild<float>)
Public propertyIsPinned
(Inherited from BaseImage<float>)
Public propertyMask Gets the associated non-measured points mask image
Public propertyMaxValue
(Inherited from HologramChild<float>)
Public propertyMeanValue
(Inherited from HologramChild<float>)
Public propertyMetadata
(Inherited from BaseImage<float>)
Public propertyMinValue
(Inherited from HologramChild<float>)
Public propertyStdDevValue
(Inherited from HologramChild<float>)
Public propertyStride
(Inherited from BaseImage<float>)
Public propertyWidth
(Inherited from BaseImage<float>)
Top
Methods
 NameDescription
Public methodCopy Copy the data to another image.
Public methodCopyFrom(BaseImage<float>)
(Inherited from BaseImage<float>)
Public methodCopyFrom(IntensityImage) Copy the data from another intensity image.
Public methodCopyFrom(Single, Int32, Int32, Int32)
(Inherited from BaseImage<float>)
Public methodCopyTo
(Inherited from BaseImage<float>)
Public methodDispose
(Inherited from BaseImage<float>)
Public methodLoad
(Inherited from BaseImage<float>)
Public methodPinData
(Overrides BaseImage<float>PinData)
Public methodReset
(Inherited from BaseImage<float>)
Public methodSaveAsBigTiff
(Inherited from BaseImage<float>)
Public methodSaveAsBin
(Inherited from BaseImage<float>)
Public methodUnpinData
(Overrides BaseImage<float>UnpinData)
Top
See Also