|
Jafar
|
Virtual interface to implement to add a different preprocess type for images. More...
Virtual interface to implement to add a different preprocess type for images.
Definition at line 14 of file ImagePreprocessor.hpp.
#include <ImagePreprocessor.hpp>

Public Member Functions | |
| virtual void | preprocessImage (const jafar::image::Image &src, jafar::image::Image &dst)=0 |
| Preprocess an image. | |
| virtual bool | hasWork () |
| 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
| src | |
| dst |
Implemented in jafar::image::ImagePreprocessor, and jafar::preprocessing::Preprocessing.
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |
|