An iterator over list of image files.
More...
#include <image_iterators.h>
|
| RawImageFileIterator (const string &filelist, const int image_size, const int raw_image_size, const bool flip, const bool translate) |
|
void | GetNext (T *data_ptr) |
|
void | GetNext (T *data_ptr, const int row, const int position) |
|
void | Seek (int row) |
|
int | GetDataSetSize () const |
|
template<typename T>
class RawImageFileIterator< T >
An iterator over list of image files.
Takes a list of image files and iterates over them. Images are cropped, jittered, flip etc.
The documentation for this class was generated from the following files: