Jafar
|
Read image from rtmaps raw data. More...
Read image from rtmaps raw data.
Definition at line 15 of file RtmapsReader.hpp.
#include <RtmapsReader.hpp>
Public Member Functions | |
RtmapsReader (const std::string &confFileName) | |
jafar::image::Image | imageAt (unsigned int i) |
int | nbFrames () |
int | width () |
int | height () |
int | depth () |
std::string | base () |
Private Member Functions | |
jafar::image::Image | readUYVY (unsigned int index) |
template<class T > | |
T | readValue (const std::string &line) |
Private Attributes | |
std::string | m_base |
std::string | m_codingFormat |
std::string | m_channelsSequence |
int | m_nbFrames |
int | m_width |
int | m_height |
Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |