Click or drag to resize
Accord.NET (logo)

TestVideos Constructor

Downloads and prepares the test videos dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public TestVideos(
	string path = null
)
Request Example View Source

Parameters

path (Optional)
Type: SystemString
The path where datasets will be stored. If null or empty, the dataset will be saved on a subfolder called "data" in the current working directory.
See Also