Click or drag to resize
Accord.NET (logo)

TestImagesGetImage Method

Gets the example image.

Namespace:  Accord.DataSets
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap GetImage(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The standard image name. For a list of all possible names, see ImageNames.

Return Value

Type: Bitmap
See Also