Click or drag to resize
Accord.NET (logo)

LabyrinthTextureGenerate Method

Generate texture.

Namespace:  Accord.Imaging.Textures
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public override 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 intensities.

Implements

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