Jafar
|
salient feature item structure More...
salient feature item structure
Definition at line 17 of file feature.hpp.
#include <feature.hpp>
Public Member Functions | |
KBFeature (int x_=0, int y_=0, int sc_=0, double hd_=0, double wd_=0, double yd_=0) | |
Construtor. | |
bool | operator< (const KBFeature &f_) const |
operator < | |
bool | operator> (const KBFeature &f_) const |
operator > | |
KBFeature & | operator= (const KBFeature &f_) |
operator= | |
const void | getPatch (const jafar::image::JfrImage &src_, jafar::image::JfrImage &patch_) const |
Public Attributes | |
double | yd |
Saliency of the feature. | |
int | sc |
best scale of the feature | |
double | hd |
Entropy of the feature. | |
double | wd |
inter-scale saliency of the feature |
const void jafar::imdesc::KBFeature::getPatch | ( | const jafar::image::JfrImage & | src_, |
jafar::image::JfrImage & | patch_ | ||
) | const [inline] |
get the resized patch corresponding to the feature
an | image |
Definition at line 70 of file feature.hpp.
References sc.
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |