Skip to content
/ DeVola Public

Small framework for random sampling of images and its interpolation using voronoi diagrams, delaunay triangulation and splatting

Notifications You must be signed in to change notification settings

Arduqq/DeVola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delaunay-Voronoi-Splatter

Functionality

DeVola samples images using a pseudo-random halton sequence while saving the sampled data in a .txt-file. Based on the created samples, we can interpolate the image using Voronoi diagrams and Delaunay triangulation. Splatting is a very simple way of interpolating the image, yet salt-and-pepper-noise should be eliminiated by using the two algorithms as a base for the result. With different sizes and shrink-thresholds the splat sizes can vary to achieve simply beautiful images.

Usage

python devola.py -h

About

Small framework for random sampling of images and its interpolation using voronoi diagrams, delaunay triangulation and splatting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published