Definition at line 9 of file feature.py.
 
◆ __init__()
      
        
          | def jsk_recognition_utils.feature.BagOfFeatures.__init__ | ( |  | self, | 
        
          |  |  |  | hist_size = 500 | 
        
          |  | ) |  |  | 
      
 
 
◆ fit()
      
        
          | def jsk_recognition_utils.feature.BagOfFeatures.fit | ( |  | self, | 
        
          |  |  |  | X | 
        
          |  | ) |  |  | 
      
 
Fit features and extract bag of features
 
Definition at line 14 of file feature.py.
 
 
◆ make_hist()
      
        
          | def jsk_recognition_utils.feature.BagOfFeatures.make_hist | ( |  | self, | 
        
          |  |  |  | descriptors | 
        
          |  | ) |  |  | 
      
 
Make histogram for one image
 
Definition at line 26 of file feature.py.
 
 
◆ transform()
      
        
          | def jsk_recognition_utils.feature.BagOfFeatures.transform | ( |  | self, | 
        
          |  |  |  | X | 
        
          |  | ) |  |  | 
      
 
 
◆ hist_size
      
        
          | jsk_recognition_utils.feature.BagOfFeatures.hist_size | 
      
 
 
◆ nn
      
        
          | jsk_recognition_utils.feature.BagOfFeatures.nn | 
      
 
 
The documentation for this class was generated from the following file: