#include <Neuro/GistEstimatorBeyondBoF.H>
Public Member Functions | |
SiftDescriptor (const Image< float > &) | |
SiftDescriptor (const rutz::shared_ptr< Keypoint > &) | |
float & | operator[] (int i) |
const float & | operator[] (int i) const |
Static Public Attributes | |
static const int | SIZE = 128 |
A SIFT descriptor is just a vector of 128 numbers. The following inner class provides a convenient wrapper for this vector.
Definition at line 193 of file GistEstimatorBeyondBoF.H.