PLearn 0.1
Classes | Namespaces | Functions
Subsampling2DModule.h File Reference
#include <plearn_learners/online/OnlineLearningModule.h>
Include dependency graph for Subsampling2DModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::Subsampling2DModule
 Reduce the size of the 2D images by adding the values of nearby pixels. More...
class  PLearn::DiffTemplate< ObjectType, Subsampling2DModule >
class  PLearn::TypeTraits< Subsampling2DModule >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const Subsampling2DModule &o)
PStream & PLearn::operator>> (PStream &in, Subsampling2DModule &o)
PStream & PLearn::operator>> (PStream &in, Subsampling2DModule *&o)
PStream & PLearn::operator<< (PStream &out, const Subsampling2DModule &o)
PStream & PLearn::operator>> (PStream &in, PP< Subsampling2DModule > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Subsampling2DModule > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file Subsampling2DModule.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines