Click or drag to resize
ThermalImageFile Methods

The ThermalImageFile type exposes the following members.

Methods
  NameDescription
Public methodCalculateEmissivity
Calculates the emissivity from reference temperature.
(Inherited from ThermalImage.)
Public methodClose
Closes the file stream.
Public methodConvertToUltraMax
Converts the image to an UltraMax image
Public methodCount
Gets the number of frames.
Public methodDispose
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.
(Inherited from ThermalImage.)
Public methodGetEmissivityFromValue(Int32, Int32, Double)
Calculates emissivity from a known temperature.
(Inherited from ThermalImage.)
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.
(Inherited from ThermalImage.)
Public methodGetValueFromEmissivity
Calculates temperature in current TemperatureUnit.
(Inherited from ThermalImage.)
Public methodGetValueFromSignal
Gets a ThermalValue from a signal.
(Inherited from ThermalImage.)
Public methodGetValues(Point)
Gets a ThermalValue from a signal.
(Inherited from ThermalImage.)
Public methodGetValues(Rectangle)
Gets a ThermalValue from a signal.
(Inherited from ThermalImage.)
Public methodImageArray
Returns a double array representing the image.
(Inherited from ThermalImage.)
Public methodStatic memberIsThermalImage
Check if the file contains thermal data.
Public methodLoad
Loads an Thermal FFF Image from a byte array.
(Inherited from ImageBase.)
Public methodOpen
Opens an Thermal Image from the specified file.
Public methodRenderTo
Render the new image to the input image buffer IPixels.
(Inherited from ThermalImage.)
Public methodSave
Saves the Thermal Image to file.
Public methodSave(Bitmap)
Saves the Thermal Image to file.
Public methodSave(String)
Saves the Thermal Image to the specified file.
Public methodSave(String, Bitmap)
Saves the Thermal Image to the specified file.
Public methodSaveSnapshot(String)
Saves the current image to disk.
(Inherited from ThermalImage.)
Public methodSaveSnapshot(String, Bitmap)
Saves the current image to disk.
(Inherited from ImageBase.)
Public methodSetRotate
Rotate the image.
(Inherited from ThermalImage.)
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
See Also