Click or drag to resize
Accord.NET (logo)

BagOfVisualWordsLoadTPoint 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<TPoint>>.Load() method instead.")]
public static BagOfVisualWords<TPoint> Load<TPoint>(
	Stream stream
)
where TPoint : Object, IFeaturePoint<double[]>
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from which the bow is to be deserialized.

Type Parameters

TPoint

Return Value

Type: BagOfVisualWordsTPoint
The deserialized bag of words.
See Also