Click or drag to resize
Accord.NET (logo)

ITextureGenerator Interface

Texture generator interface.

Namespace:  Accord.Imaging.Textures
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface ITextureGenerator
Request Example View Source

The ITextureGenerator type exposes the following members.

Methods
  NameDescription
Public methodGenerate
Generate texture.
Public methodReset Obsolete.
Reset generator.
Top
Remarks

Each texture generator generates a 2-D texture of the specified size and returns it as two dimensional array of intensities in the range of [0, 1] - texture's values.

See Also