#include "Channels/Jet.H"
#include "Util/Assert.H"
#include "Image/Image.H"
#include "rutz/compat_cmath.h"
#include <iostream>
Go to the source code of this file.
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. |
a simple jet
Definition in file Jet.C.
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.
Definition at line 253 of file Jet.C.
References ASSERT, Jet< T >::getIndexRange(), Jet< T >::getNbIndexRanges(), Jet< T >::getVal(), Jet< T >::hasFeatureType(), NBVISUALFEATURES, and RAW.