|
TexturedFilterTexture Property
|
Generated texture.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic float[,] Texture { get; set; }
Public Property Texture As Single(,)
Get
Set
Request Example
View SourceProperty Value
Type:
Single
RemarksTwo dimensional array of texture intensities.
Note |
---|
Size of the provided texture should be the same as size of images, which will
be passed to the filter. |
Note |
---|
The TextureGenerator property has priority over this property - if
generator is specified than the static generated texture is not used. |
See Also