ConvNet  1.0
A GPU-based C++ implementation of Convolutional Neural Nets
 All Classes Namespaces Functions Variables
Public Member Functions | List of all members
RawImageFileIterator< T > Class Template Reference

An iterator over list of image files. More...

#include <image_iterators.h>

Public Member Functions

 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
 

Detailed Description

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: