#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/Pixels.H"
#include "SIFT/Histogram.H"
#include "Neuro/getSaliency.H"
#include <vector>
#include <limits>
Go to the source code of this file.
Classes | |
class | ObjRecSPM |
struct | ObjRecSPM::SiftKeypoint |
struct | ObjRecSPM::Descriptor |
struct | ObjRecSPM::Object |
Obj Reconition using spatial pyramid matching algorithem from Lzebnik, Schmid and Ponce
Definition in file ObjRecSPM.H.