Uniform distribution from a fractal Perlin noise function in C#

后端 未结 2 1120
[愿得一人]
[愿得一人] 2021-02-14 08:23

My Perlin noise function (which adds up 6 octaves of 3D simplex at 0.75 persistence) generates a 2D array array of doubles.

These numbers each come out norm

2条回答
  •  情话喂你
    2021-02-14 09:07

    You will probably be interested in one of the following (related) techniques:

    • Probability integral transform

    • Histogram equalization

提交回复
热议问题