GitHub - KdotJPG/MST-Blob: Creates a connected blob-like image by analytically integrating the edges of a Minimum Spanning Tree through a blur kernel, and thresholding. Inspired by a post on /r/proceduralgeneration
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a connected blob-like image by analytically integrating the edges of a Minimum Spanning Tree through a blur kernel, and thresholding. Inspired by a post on /r/proceduralgeneration
Creates a connected blob-like image by analytically integrating the edges of a Minimum Spanning Tree through a blur kernel, and thresholding.
Inspired by a post on /r/proceduralgeneration
Sample result
Sample result with tree
Sample result, raw output
Usage
javac MSTBlob.java && java MSTBlob
About
Creates a connected blob-like image by analytically integrating the edges of a Minimum Spanning Tree through a blur kernel, and thresholding. Inspired by a post on /r/proceduralgeneration