Skip to content

Janfiderheld/ImageJ-Voronoi-PlugIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voronoi-Diagram for ImageJ

This is a Plugin for ImageJ, which creates a Voronoi-Diagram of an input image with random colors:

Example Gameplay Image

Project Setup

Open the project and adjust your Run Configuration (at least in eclipse) to build the plugin to your ImageJ-Plugin folder automaticcaly. Otherwise, you can copy the "Voronoi_PlugIn-*-SNAPSHOT.jar" to that folder and start ImageJ.

Image Guidelines

Simply open the image and start the plugin. Boom, finished. Regarding the colors of your input: (Last modified: 12.08.20)

  • completely black pixels are ignored (can be used as background or borders)
  • completly red pixels are scanned in as the data points, which serve as a basis for the triangulation
  • all other pixels are colored based on their distance to the data points

Remarks

Do you have any improvment ideas? Found a bug? Please feel free to contact me.

About

PlugIn to create a Voronoi-Diagram from an input image in ImageJ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages