#include "ObjRec/ObjRec.H"
#include "Component/OptionManager.H"
#include "Image/DrawOps.H"
#include "Image/ColorOps.H"
#include "Image/Kernels.H"
#include "Image/Convolutions.H"
#include "Image/MathOps.H"
#include "Image/CutPaste.H"
#include "Image/FilterOps.H"
#include "GUI/DebugWin.H"
#include "Util/MathFunctions.H"
#include "SIFT/Histogram.H"
#include "SIFT/FeatureVector.H"
Go to the source code of this file.
Defines | |
#define | ORIENTARRAY 36 |
Functions | |
void | findMinMax (const std::vector< double > &vec, double &min, double &max) |
double | normalizeHist (std::vector< double > &hist) |
Image< PixRGB< byte > > | showHist (const std::vector< double > &hist) |
void | calculateOrientationVector (const float x, const float y, const float s, const Image< float > &gradmag, const Image< float > &gradorie, Histogram &OV) |
uint | createVectorsAndKeypoints (const float x, const float y, const float s, const Image< float > &gradmag, const Image< float > &gradorie, Histogram &OV) |
Obj Reconition class
Definition in file ObjRec.C.