Click or drag to resize
Accord.NET (logo)

TestImagesImageNames Property

Gets all the image names that can be passed to the GetImage(String) method.

Namespace:  Accord.DataSets
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IReadOnlyList<string> ImageNames { get; }
Request Example View Source

Property Value

Type: IReadOnlyListString
The image names in this dataset.
See Also