#include "Image/Image.H"
#include "HMAX/Hmax.H"
#include <vector>
#include <cmath>
#include <string>
#include <dirent.h>
Go to the source code of this file.
Classes | |
class | HmaxFL |
Object recognition model inspired from Riesenhuber & Poggio's HMAX model. More... | |
Defines | |
#define | C1_PATCH_FILE_NAME "C1Patches" |
Modified from T. Serre's HMAX model with feature learning
Definition in file HmaxFL.H.