ThermalImage Class |
Namespace: Flir.Atlas.Image
public class ThermalImage : ImageBase, IDisposable
The ThermalImage type exposes the following members.
Name | Description | |
---|---|---|
ThermalImage | Initializes a new instance of the ThermalImage class |
Name | Description | |
---|---|---|
CalculateEmissivity |
Calculates the emissivity from reference temperature.
| |
Dispose |
Releases all resources used by this Thermal-image.
| |
EnterLock |
Acquires an exclusive lock.
(Inherited from ImageBase.) | |
Equals | (Inherited from Object.) | |
ExitLock |
Releases an exclusive lock.
(Inherited from ImageBase.) | |
GetData |
Get embedded radiometric data blob.
(Inherited from ImageBase.) | |
GetEmissivityFromValue(Double, Double) |
Calculates emissivity from a known temperature.
| |
GetEmissivityFromValue(Int32, Int32, Double) |
Calculates emissivity from a known temperature.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValueAt |
Gets an ThermalValue from a position in the Thermal Image.
| |
GetValueFromEmissivity |
Calculates temperature in current TemperatureUnit.
| |
GetValueFromSignal |
Gets a ThermalValue from a signal.
| |
GetValues(Point) |
Gets a ThermalValue from a signal.
| |
GetValues(Rectangle) |
Gets a ThermalValue from a signal.
| |
ImageArray |
Returns a double array representing the image.
| |
Load |
Loads an Thermal FFF Image from a byte array.
(Inherited from ImageBase.) | |
RenderTo |
Render the new image to the input image buffer IPixels.
(Overrides ImageBaseRenderTo(IPixels).) | |
SaveSnapshot(String) |
Saves the current image to disk.
| |
SaveSnapshot(String, Bitmap) |
Saves the current image to disk.
(Inherited from ImageBase.) | |
SetRotate |
Rotate the image.
| |
Swap |
Manually swaps the image back buffer.
(Inherited from ImageBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryEnterLock |
Attempts to acquire an exclusive lock.
(Inherited from ImageBase.) |
Name | Description | |
---|---|---|
Alarms |
Gets the collection of isotherms.
| |
CameraInformation |
Gets information about the camera used to create this Thermal image.
| |
ColorDistribution |
Gets or sets the Thermal image color distribution.
| |
CompassInformation |
Gets the compassInformation of the image.
(Inherited from ImageBase.) | |
DateTime |
Gets the image creation date and time.
| |
DistanceUnit |
Gets or sets the distance unit.
| |
Fusion |
Gets the Fusion object.
| |
GpsInformation |
Gets the GPS information from the image.
(Inherited from ImageBase.) | |
Height |
Gets the height of the image in pixels.
(Inherited from ImageBase.) | |
Image |
Returns a Bitmap representing the image.
(Overrides ImageBaseImage.) | |
ImageProcessing |
Advanced image processing.
(Inherited from ImageBase.) | |
Isotherms |
Gets the collection of isotherms.
| |
MaxSignalValue |
Gets the maximum signal value of the image.
| |
Measurements |
Gets the measurements collection.
| |
MinSignalValue |
Gets the minimum signal value of the image.
| |
OverflowSignalValue |
Gets the overflow signal value.
| |
Palette |
Handle palette selections
| |
PaletteManager |
Gets the palette object.
| |
Precision |
Presentation precision gets number of decimals.
| |
Scale |
Gets the scale object.
| |
Size |
Gets the width and height of the image in pixels.
(Inherited from ImageBase.) | |
Statistics |
Gets the image results ImageStatistics | |
TemperatureUnit |
Gets or sets the temperature unit and will propagate a TemperatureUnitChanged event when changed.
| |
ThermalParameters |
Gets the image statistics i.e. max, min etc.
| |
Trigger |
Gets the trigger settings for this image.
| |
UnderflowSignalValue |
Gets the underflow signal value.
| |
Width |
Gets the width of the image in pixels.
(Inherited from ImageBase.) | |
Zoom |
Image zoom settings.
|
Name | Description | |
---|---|---|
Changed |
Occurs when an image has changed e.g. needs to be uppdated.
(Inherited from ImageBase.) | |
TemperatureUnitChanged |
Occurs when the temperature unit is changed.
|