|
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; }
Public Property Texture As Single(,)
Get
Set
Request Example
View SourceProperty Value
Type:
SingleRemarks Two dimensional array of texture intensities.
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 |
---|
The TextureGenerator property has priority over this property - if
generator is specified than the static generated texture is not used. |
See Also