|
Jafar
|
This class makes it easy to read stereo images from a sequence. More...
This class makes it easy to read stereo images from a sequence.
Definition at line 116 of file ImageReader.hpp.
#include <ImageReader.hpp>
Public Member Functions | |
| void | setup (std::string directory_, std::string leftPattern_="image.l.%04d.tiff", std::string rightPattern_="image.r.%04d.tiff", double scale_=1.0, BayerType isBayerized_=bayerNo, int width_=-1, int height_=-1, int depth_=-1, int first_=-1, int last_=-1, int step_=1, double reduction=1.0, bool isRectified_=false) |
| jafar::image::Image * | loadLeft (unsigned int index_) const |
| load left image number index_ | |
| jafar::image::Image * | loadRight (unsigned int index_) const |
| load right image number index_ | |
Private Attributes | |
| ImageReader | m_leftImageReader |
| ImageReader | m_rightImageReader |
| Generated on Wed Oct 15 2014 00:37:33 for Jafar by doxygen 1.7.6.1 |
|