Initializes a new instance of the TexturedMerge class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public TexturedMerge(
	float[,] texture
)

Parameters

texture
Type: array< System..::.Single ,2>[,](,)[,]
Generated texture.

See Also