sparkfish / augraphy

Augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes
https://github.com/sparkfish/augraphy
MIT License
352 stars 46 forks source link

Added new augmentations for Pattern Distortion. #242 #272

Closed ss756 closed 1 year ago

ss756 commented 1 year ago

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