Click or drag to resize
Accord.NET (logo)

BaseTextureGeneratorGenerate Method

Generate texture.

Namespace:  Accord.Imaging.Textures
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public abstract float[,] Generate(
	int width,
	int height
)
Request Example View Source

Parameters

width
Type: SystemInt32
Texture's width.
height
Type: SystemInt32
Texture's height.

Return Value

Type: Single
Two dimensional array of texture's intensities.

Implements

ITextureGeneratorGenerate(Int32, Int32)
Remarks
Generates new texture of the specified size.
See Also