Click or drag to resize
Accord.NET (logo)

BagOfVisualWordsCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(Int32)
Creates a Bag-of-Words model using SpeededUpRobustFeaturesDetector and KMeans
Public methodStatic memberCreateTClustering(TClustering)
Creates a Bag-of-Words model using the SURF feature detector and the given clustering algorithm.
Public methodStatic memberCreateTExtractor(TExtractor, Int32)
Creates a Bag-of-Words model using the given feature detector and KMeans.
Public methodStatic memberCreateTExtractor, TClustering(TExtractor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Public methodStatic memberCreateTExtractor, TClustering, TFeature(TExtractor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Public methodStatic memberCreateTExtractor, TClustering, TPoint, TFeature(TExtractor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Public methodStatic memberCreateTExtractor, TClustering(IImageFeatureExtractorFeatureDescriptor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Top
See Also