Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
jafar::image::ImagePreprocessorNode Class Reference

Virtual interface to implement to add a different preprocess type for images. More...


Detailed Description

Virtual interface to implement to add a different preprocess type for images.

Definition at line 14 of file ImagePreprocessor.hpp.

#include <ImagePreprocessor.hpp>

Inheritance diagram for jafar::image::ImagePreprocessorNode:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void preprocessImage (const jafar::image::Image &src, jafar::image::Image &dst)=0
 Preprocess an image.
virtual bool hasWork ()

Member Function Documentation

virtual void jafar::image::ImagePreprocessorNode::preprocessImage ( const jafar::image::Image src,
jafar::image::Image dst 
) [pure virtual]

Preprocess an image.

In most case the size of src and dst must be equal. And it is possible to use dst == src

Parameters:
src
dst

Implemented in jafar::image::ImagePreprocessor, and jafar::preprocessing::Preprocessing.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1
LAAS-CNRS