Click or drag to resize
Accord.NET (logo)

TexturedMergeTexture Property

Generated texture.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public float[,] Texture { get; set; }
Request Example View Source

Property Value

Type: Single
Remarks

Two dimensional array of texture intensities.

Note Note
In the case if image passed to the filter is smaller or larger than the specified texture, than image's region is processed, which equals to the minimum overlapping area.

Note Note
The TextureGenerator property has priority over this property - if generator is specified than the static generated texture is not used.

See Also