Package FeatureExtractor

The Feature Extractor is the component in charge of extracting the features from a given image (URL/image file).

See:
          Description

Class Summary
FeatureExtractor Class in charge of extracting the features from a given image (URL/image file).
WindsurfFeatureExtractor Class in charge of extracting the Windsurf features from a given image (URL/image file).
 

Package FeatureExtractor Description

The Feature Extractor is the component in charge of extracting the features from a given image (URL/image file). This is performed in two steps:

  1. a filter is applied to image pixels;
  2. filtered pixels are grouped using a clustering algorithm.