An iterator over sliding windows of an image.
More...
#include <image_iterators.h>
|
| SlidingWindowIterator (const int window_size, const int stride) |
|
void | SetImage (const string &filename) |
|
int | GetNumWindows () |
|
void | GetNext (T *data_ptr) |
|
void | GetNext (T *data_ptr, int left, int top) |
|
bool | Done () |
|
void | Reset () |
|
template<typename T>
class SlidingWindowIterator< T >
An iterator over sliding windows of an image.
The documentation for this class was generated from the following files: