VisualImage Class |
Namespace: Flir.Atlas.Image
public sealed class VisualImage : ImageBase, IDisposable
The VisualImage type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the VisualImage | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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 imagePixels.
(Overrides ImageBaseRenderTo(IPixels).) | |
SaveSnapshot(String) |
Saves the current image to disk.
(Inherited from ImageBase.) | |
SaveSnapshot(String, Bitmap) |
Saves the current image to disk.
(Inherited from ImageBase.) | |
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 | |
---|---|---|
CompassInformation |
Gets the compassInformation of the image.
(Inherited from ImageBase.) | |
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.) | |
Size |
Gets the width and height of the image in pixels.
(Inherited from ImageBase.) | |
Width |
Gets the width of the image in pixels.
(Inherited from ImageBase.) |
Name | Description | |
---|---|---|
Changed |
Occurs when an image has changed e.g. needs to be uppdated.
(Inherited from ImageBase.) |