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