Click or drag to resize
ImageProcessing Class
ImageProcessing is a class for advanced usage of the Thermal image like running custom filter pipelines.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Image.ImageProcessingImageProcessing

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

The ImageProcessing 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 methodCode exampleGetPixels
This method BitmapSourceWrapper. .
Public methodGetPixelsArray
Get the signal image as a double array.When integrating Atlas SDK in Matlab use this method.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReplaceSignalValues
Replace all the IR signal values in the image. Must be the same size as the original image.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also