Public Member Functions | Private Attributes
puma2::ThermalToColorOperator Class Reference

Converts a GrayLevelImage containing temperature information to RGB. More...

#include <ThermalToColorOperator.h>

Inheritance diagram for puma2::ThermalToColorOperator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void apply (const GrayLevelImage8 &thermalImage, ColorImageRGB8 &imageRGB)
 Do the real work of the operator.
 ThermalToColorOperator ()
 Default constructor/destructor.
 ThermalToColorOperator (const GrayLevelImage8 &constThermalImage, ColorImageRGB8 &imageRGB, int thermalMin=20, int thermalMax=50)
 Create, apply, delete.
virtual ~ThermalToColorOperator ()

Private Attributes

int m_ThermalMax
int m_ThermalMin

Detailed Description

Converts a GrayLevelImage containing temperature information to RGB.

Definition at line 25 of file ThermalToColorOperator.h.


Constructor & Destructor Documentation

Default constructor/destructor.

Definition at line 31 of file ThermalToColorOperator.h.

Definition at line 32 of file ThermalToColorOperator.h.

puma2::ThermalToColorOperator::ThermalToColorOperator ( const GrayLevelImage8 constThermalImage,
ColorImageRGB8 imageRGB,
int  thermalMin = 20,
int  thermalMax = 50 
)

Create, apply, delete.

Definition at line 17 of file ThermalToColorOperator.cpp.


Member Function Documentation

void puma2::ThermalToColorOperator::apply ( const GrayLevelImage8 thermalImage,
ColorImageRGB8 imageRGB 
) [virtual]

Do the real work of the operator.

Implements puma2::ImageToImageOperator< GrayLevelImage8, ColorImageRGB8 >.

Definition at line 25 of file ThermalToColorOperator.cpp.


Member Data Documentation

Definition at line 42 of file ThermalToColorOperator.h.

Definition at line 42 of file ThermalToColorOperator.h.


The documentation for this class was generated from the following files:


obj_rec_gui
Author(s): AGAS/agas@uni-koblenz.de
autogenerated on Mon Oct 6 2014 02:53:44