Blender addons to make the bridge between Blender and geographic data
-
Updated
Dec 20, 2025 - Python
Blender addons to make the bridge between Blender and geographic data
A simple Delaunay 2D triangulation in python (with numpy)
📐 Convert images to Low-Poly art using Delaunay triangulation.
Automatic Image Morphing
Python bindings for JIGSAW: a Delaunay-based unstructured mesh generator.
[SGP 2021] Scalable Surface Reconstruction with Delaunay-Graph Neural Networks
A numpy geometry class and functions. The focus is on polygons and polylines. Methods to convert to/from other geometry representations are available (eg geojson, ESRI featureclasses)
Geometric partitioning (triangulation, trapezoidal decomposition)
Python bindings for JIGSAW(GEO): an unstructured mesh generator for geoscientific modelling.
A short python script to tessellate any image into a bunch of colored triangles using weighted blue noise sampling.
Geometries processing
Averages faces from the input using OpenCV and Dlib
A simple Delaunay mesh generator based on the Bowyer-Watson algorithm. I have based my code on the pseudocode present in the Wikipedia page. I have viewed other people's code and I believe this code is simpler and easier to understand the algorithm. This is an incremental algorithm and it is slower than the Divide and conquer method available.
Parallel implementation of Guibas & Stolfi's divide-and-conquer algorithm for Delaunay triangulation, using MPI in Python.
A foundational Geographic Information System project developed in Python, demonstrating basic GIS operations like handling spatial data, triangulation, and spatial analysis. This archived project serves as an early career milestone and a resource for those new to GIS programming.
Flask Server for Face-Morp webapp. This server exposes api-endpoints to generate morphed GIFs of the incoming images.
Turn years of daily selfies into a smooth time-lapse. Faces stay locked in place, real morphing between shots — not a crossfade. Python + MediaPipe + ffmpeg, native on macOS and Linux.
Python package to reconstruct a multimaterial nonmanifold surface mesh from 3D segmentation masks of tissues or nuclei
Real-time 3D face modeling application that generates textured mesh models from webcam input.
Delaunay triangulation, PDE solving by FEM, and possion image editing.
Add a description, image, and links to the delaunay-triangulation topic page so that developers can more easily learn about it.
To associate your repository with the delaunay-triangulation topic, visit your repo's landing page and select "manage topics."