Table of Contents ▸ List of Commands ▸ Values Manipulation ▸ noise_poissondisk | ◀ noise_perlin | normp ▶ |
noise_poissondisk
Arguments:
- _radius[%]>0,_max_sample_attempts>0,_p_norm>0
Description:
Add poisson disk sampling noise to selected images.Implements the algorithm from the article "Fast Poisson Disk Sampling in Arbitrary Dimensions",
by Robert Bridson (SIGGRAPH'2007).
Default values:
radius=8, max_sample_attempts=30 and p_norm=2.
Example of use:
300,300 noise_poissondisk 8
