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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Sample result

Sample image without tree shown

Sample result with tree

Sample image with tree shown

Sample result, raw output

Sample image with tree shown

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

License:MIT License


Languages

Language:Java 100.0%