Skip to content

Implemented Delaunay Triangulation and used it to process Image with Tkinter

Notifications You must be signed in to change notification settings

LINGAP/Delaunay-Triangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delaunay-Triangulation

Thanks to https://www.cnblogs.com/zhiyishou/p/4430017.html which provides an optimized algorithm for delaunay triangulation. Implemented Delaunay Triangulation in Python.

Class included:

Tkinter Test board: graphics debugging

Delaunay_Lawson: use a list of dots as input, and return a list of triangles.

main_Board: use Tkinter GUI as main board. User can upload local images, use the app to process image, and save the processed image to local.

Application Demo

Before

alt text

After

alt text

About

Implemented Delaunay Triangulation and used it to process Image with Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages