This PR contains code for pattern-based distortion using 3 different techniques - Voronoi, Delaunay, and Quasicrystals. Perlin Noise is added to the Voronoi and Delaunay Tessellations patterns to create smoother and organic-looking images mentioned in https://github.com/sparkfish/augraphy/issues/242.
Made changes to the docs and benchmark results in README.md
resolves https://github.com/sparkfish/augraphy/issues/242
This PR contains code for pattern-based distortion using 3 different techniques - Voronoi, Delaunay, and Quasicrystals. Perlin Noise is added to the Voronoi and Delaunay Tessellations patterns to create smoother and organic-looking images mentioned in https://github.com/sparkfish/augraphy/issues/242. Made changes to the docs and benchmark results in README.md