#include <JainAndHealeyFeatureExtractor.h>
Inheritance diagram for prapi::extras::JHExtractor:

Public Methods | |
| util::List< double > | getFeatureVector (const RGBColorImage<> &img) throw (FeatureExtractionException&) |
| Calculates the FeatureVector. | |
| double | calculateFeature (util::Matrix< double > &mat) |
| Calculates the feature from the image. | |
| double | calculateOpponentFeature (util::Matrix< double > &mat1, double val1, util::Matrix< double > &mat2, double val2) |
| Calculate the opponent feature. | |
| util::Matrix< double > | getFilteredImage (const util::Matrix< double > &mat, int orientation, int scale) throw (InvalidArgumentException&) |
| Filters the image. | |
Static Public Methods | |
| util::Matrix< double > | getGaborMask (int orientation, int scale) throw (InvalidArgumentException&) |
| Get the Gabor mask. | |
|
||||||||||||
|
Get the Gabor mask.
|