Uses of Class
feature_extraction.DescriptorExtractor

Packages that use DescriptorExtractor
feature_extraction   
 

Uses of DescriptorExtractor in feature_extraction
 

Subclasses of DescriptorExtractor in feature_extraction
 class SIFTExtractor
          This class used the BOOFCV library for extracting SIFT features.
 class SURFExtractor
          This class implements SURF feature extraction using the BoofCV library.