#include <FeatureExtractor.h>
Inheritance diagram for prapi::FeatureExtractor< T, U >:

This is a very general representation as the type of "something" isn't restricted in any way. It may be an image, a speech sample or whatever.
Public Methods | |
| virtual | ~FeatureExtractor () |
| virtual util::List< T > | getFeatureVector (const U &pattern)=0 throw (FeatureExtractionException&) |
| Create a feature vector for a pattern. | |
|
||||||||||
|
Create a feature vector for a pattern. In most cases, the length of the returned vector is assumed to be constant for all possible patterns. This assumption is not restrictive, however, and one may use the returned value as needed.
Implemented in CoOccurence, GeneralLBP< T >, LBP8, LBP8Color, OpponentColorLBP< T >, ColorCorrelogram, ColorCubeExtractor< T, comps >, ColorPercentile, JHExtractor, prapi::IntegerHistogram, prapi::MultiFeatureHistogram, prapi::MultiDimensionalHistogram, and prapi::GeneralHistogram< T >. |