Package feature_extraction

Class Summary
DescriptorExtractor Abstract class for all descriptor extractors.
ImageScaling This class performs image scaling
SIFTExtractor This class used the BOOFCV library for extracting SIFT features.
SURFExtractor This class implements SURF feature extraction using the BoofCV library.
SURForSIFTExtractionExample Extracts SURF or SIFT features from images contained in a folder and writes a .surf(b) or .sift(b) file for each image.