|
BagOfVisualWordsTPoint Constructor (IImageFeatureExtractorTPoint, Int32)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public BagOfVisualWords(
IImageFeatureExtractor<TPoint> extractor,
int numberOfWords
)
Public Sub New (
extractor As IImageFeatureExtractor(Of TPoint),
numberOfWords As Integer
)
Request Example
View SourceParameters
- extractor
- Type: Accord.ImagingIImageFeatureExtractorTPoint
The feature extractor to use. - numberOfWords
- Type: SystemInt32
The number of codewords.
See Also