
Definition in file Jet.H.
#include "Util/Assert.H"
#include "Util/Types.H"
#include "Channels/VisualFeatures.H"
#include "Util/Promotions.H"
#include "Util/log.H"
#include "rutz/shared_ptr.h"
#include <cstdarg>
#include <vector>
Include dependency graph for Jet.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | JetSpec |
| This class specifies the features, scales and indices represented in a Jet. More... | |
| struct | JetSpec::JFT |
| Chained list element that holds index range defs for given feature type. | |
| struct | JetSpec::JF |
| chained list element that holds JTF definitions for given feature | |
| class | Jet< T > |
| This class specifies a Jet, i.e., array of feature values for one location. More... | |
Functions | |
| double | raodistance (const Jet< float > &j1, const Jet< float > &j2, const int idxmin, const int idxmax) |
| Compute distance between two Jets like Rao et al., Vis Res, 2002. | |
| template<class Stream, class T> | |
| Stream & | operator<< (Stream &s, const Jet< T > &j) |
| template<class Stream, class T> | |
| Stream & | operator>> (Stream &s, Jet< T > &j) |
|
||||||||||||||||||||
|
Compute distance between two Jets like Rao et al., Vis Res, 2002.
|
1.4.4