Click or drag to resize
ThermalImage Class
Specifies the base features for an ThermalImage.
Inheritance Hierarchy

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class ThermalImage : ImageBase, 
	IDisposable

The ThermalImage type exposes the following members.

Constructors
  NameDescription
Public methodThermalImage
Initializes a new instance of the ThermalImage class
Top
Methods
  NameDescription
Public methodCalculateEmissivity
Calculates the emissivity from reference temperature.
Public methodDispose
Releases all resources used by this Thermal-image.
Public methodEnterLock
Acquires an exclusive lock.
(Inherited from ImageBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExitLock
Releases an exclusive lock.
(Inherited from ImageBase.)
Public methodGetData
Get embedded radiometric data blob.
(Inherited from ImageBase.)
Public methodGetEmissivityFromValue(Double, Double)
Calculates emissivity from a known temperature.
Public methodGetEmissivityFromValue(Int32, Int32, Double)
Calculates emissivity from a known temperature.
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 methodGetValueAt
Gets an ThermalValue from a position in the Thermal Image.
Public methodGetValueFromEmissivity
Calculates temperature in current TemperatureUnit.
Public methodGetValueFromSignal
Gets a ThermalValue from a signal.
Public methodGetValues(Point)
Gets a ThermalValue from a signal.
Public methodGetValues(Rectangle)
Gets a ThermalValue from a signal.
Public methodImageArray
Returns a double array representing the image.
Public methodLoad
Loads an Thermal FFF Image from a byte array.
(Inherited from ImageBase.)
Public methodRenderTo
Render the new image to the input image buffer IPixels.
(Overrides ImageBaseRenderTo(IPixels).)
Public methodSaveSnapshot(String)
Saves the current image to disk.
Public methodSaveSnapshot(String, Bitmap)
Saves the current image to disk.
(Inherited from ImageBase.)
Public methodSetRotate
Rotate the image.
Public methodSwap
Manually swaps the image back buffer.
(Inherited from ImageBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryEnterLock
Attempts to acquire an exclusive lock.
(Inherited from ImageBase.)
Top
Properties
  NameDescription
Public propertyAlarms
Gets the collection of isotherms.
Public propertyCameraInformation
Gets information about the camera used to create this Thermal image.
Public propertyColorDistribution
Gets or sets the Thermal image color distribution.
Public propertyCompassInformation
Gets the compassInformation of the image.
(Inherited from ImageBase.)
Public propertyDateTime
Gets the image creation date and time.
Public propertyDistanceUnit
Gets or sets the distance unit.
Public propertyFusion
Gets the Fusion object.
Public propertyGpsInformation
Gets the GPS information from the image.
(Inherited from ImageBase.)
Public propertyHeight
Gets the height of the image in pixels.
(Inherited from ImageBase.)
Public propertyImage
Returns a Bitmap representing the image.
(Overrides ImageBaseImage.)
Public propertyImageProcessing
Advanced image processing.
(Inherited from ImageBase.)
Public propertyIsotherms
Gets the collection of isotherms.
Public propertyMaxSignalValue
Gets the maximum signal value of the image.
Public propertyMeasurements
Gets the measurements collection.
Public propertyMinSignalValue
Gets the minimum signal value of the image.
Public propertyOverflowSignalValue
Gets the overflow signal value.
Public propertyPalette
Handle palette selections
Public propertyPaletteManager
Gets the palette object.
Public propertyPrecision
Presentation precision gets number of decimals.
Public propertyScale
Gets the scale object.
Public propertySize
Gets the width and height of the image in pixels.
(Inherited from ImageBase.)
Public propertyStatistics
Gets the image results ImageStatistics
Public propertyTemperatureUnit
Gets or sets the temperature unit and will propagate a TemperatureUnitChanged event when changed.
Public propertyThermalParameters
Gets the image statistics i.e. max, min etc.
Public propertyTrigger
Gets the trigger settings for this image.
Public propertyUnderflowSignalValue
Gets the underflow signal value.
Public propertyWidth
Gets the width of the image in pixels.
(Inherited from ImageBase.)
Public propertyZoom
Image zoom settings.
Top
Events
  NameDescription
Public eventChanged
Occurs when an image has changed e.g. needs to be uppdated.
(Inherited from ImageBase.)
Public eventTemperatureUnitChanged
Occurs when the temperature unit is changed.
Top
See Also