Click or drag to resize
ImageParameters Class
This class is a container for Image parameters
Inheritance Hierarchy
SystemObject
  Flir.Atlas.ImageImageParameters

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class ImageParameters

The ImageParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAtmosphericTemperature
Gets or sets the atmospheric temperature.
Public propertyDistance
Gets or sets the distance from camera to focused object.
Public propertyEmissivity
Gets or sets the default emissivity for the IR Image.
Public propertyExternalOpticsTemperature
Gets or sets the external optics temperature.
Public propertyExternalOpticsTransmission
Gets or sets the external optics transmission.
Public propertyReferenceTemperature
Gets or sets the reference temperature.
Public propertyReflectedTemperature
Gets or sets the reflected temperature.
Public propertyRelativeHumidity
Gets or sets relative humidity (0.0 - 1.0).
Public propertyTransmission
Gets or sets the atmospheric transmission.
Top
Events
  NameDescription
Public eventImageParametersChanged
Occurs when an Image parameter is changed.
Top
See Also