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

An iterator over sliding windows of an image. More...

#include <image_iterators.h>

Public Member Functions

 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 ()
 

Detailed Description

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: