Click or drag to resize

Image<float> Class

Inheritance Hierarchy

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.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, Guid)Initializes a new instance of the Image<float> class
Public methodImage<float>(Int32, 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
Public methodImage<float>(Single, Int32, Int32, Int32)Initializes a new instance of the Image<float> class
Public methodImage<float>(Single, Int32, Int32, Int32, Guid)Initializes a new instance of the Image<float> class
Top
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 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
See Also