Click or drag to resize
Accord.NET (logo)

Texturer Constructor (Single)

Initializes a new instance of the Texturer class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Texturer(
	float[,] texture
)
Request Example View Source

Parameters

texture
Type: SystemSingle
Generated texture.
See Also