PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::MaxSubsampling2DModule |
Reduce the size of the 2D images by taking the max value of nearby pixels. More... | |
class | PLearn::DiffTemplate< ObjectType, MaxSubsampling2DModule > |
class | PLearn::TypeTraits< MaxSubsampling2DModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const MaxSubsampling2DModule &o) |
PStream & | PLearn::operator>> (PStream &in, MaxSubsampling2DModule &o) |
PStream & | PLearn::operator>> (PStream &in, MaxSubsampling2DModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const MaxSubsampling2DModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< MaxSubsampling2DModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MaxSubsampling2DModule > *opt, PLearnDiff *diffs) |
Definition in file MaxSubsampling2DModule.h.