Texture generation using Perlin noise

Reference: https://github.com/nikagra/python-noise

class image_segmentation.datasets.segmentation.sintetic_dataset.texture_generation.NoiseUtils(imageSize)[source]
cloud(x, y, func=None)[source]
fractalBrownianMotion(x, y, func)[source]
getGradientIndex(x, y)[source]
makeTexture(texture=None)[source]
marble(x, y, noise=None)[source]
perlinNoise(x, y)[source]
wood(x, y, noise=None)[source]