|
BagOfVisualWordsLoad Method (Stream)
|
Note: This API is now obsolete.
Loads a bag of words from a stream.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Accord.IO.Serializer<BagOfVisualWords>.Load(stream) method instead.")]
public static BagOfVisualWords Load(
Stream stream
)
<ObsoleteAttribute("Please use the Accord.IO.Serializer<BagOfVisualWords>.Load(stream) method instead.")>
Public Shared Function Load (
stream As Stream
) As BagOfVisualWords
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from which the bow is to be deserialized.
Return Value
Type:
BagOfVisualWordsThe deserialized bag of words.
See Also