Click or drag to resize
Accord.NET (logo)

TexturedFilterTexture 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
Size of the provided texture should be the same as size of images, which will be passed to the filter.

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

See Also