Jafar
|
Definition at line 19 of file Preprocessing.hpp.
Public Member Functions | |
Preprocessing (CamPreprocDistortion pd=CAMPP_DISTORTION_R3, CamPreprocInterp interp=CAMPP_INTERP_BILIN) | |
virtual void | preprocessImage (const jafar::image::Image &src, jafar::image::Image &dst) |
Preprocess an image. | |
virtual bool | hasWork () |
void JAFAR_DEPRECATED | rectificationWithCrop (const jafar::image::Image &src, jafar::image::Image &dst) |
Protected Member Functions | |
void | loadKeyValueFile (jafar::kernel::KeyValueFile const &keyValueFile) |
Implement this method calling repeatedly KeyValueFile::getItem() method. | |
Private Member Functions | |
void | init (int reduction, int width, int height) |
Private Attributes | |
Private *const | d |
bool | hasWork_ |
virtual void jafar::preprocessing::Preprocessing::preprocessImage | ( | const jafar::image::Image & | src, |
jafar::image::Image & | dst | ||
) | [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 |
Implements jafar::image::ImagePreprocessorNode.
Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |