|
|
BagOfVisualWordsCreate Method |
| Name | Description | |
|---|---|---|
| Create(Int32) |
Creates a Bag-of-Words model using SpeededUpRobustFeaturesDetector and KMeans | |
| CreateTClustering(TClustering) |
Creates a Bag-of-Words model using the SURF feature detector and the given clustering algorithm.
| |
| CreateTExtractor(TExtractor, Int32) |
Creates a Bag-of-Words model using the given feature detector and KMeans.
| |
| CreateTExtractor, TClustering(TExtractor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
| |
| CreateTExtractor, TClustering, TFeature(TExtractor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
| |
| CreateTExtractor, TClustering, TPoint, TFeature(TExtractor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
| |
| CreateTExtractor, TClustering(IImageFeatureExtractorFeatureDescriptor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
|