Tag: Python

Modified Dual Marching Cubes

May 2024Made with Python Informal Abstract Marching cubes (MC) is a well-known algorithm for constructing meshes out of surface information, and is commonly used in procedural terrain generation…

Inverse Approximation of Non-linear Dimensionality Reduction

Dec 2023Made with Python Informal Abstract Dimensionality reduction (DR) is a technique in data analysis that compresses data to isolate the most important features and relationships. Linear DR…

Face Morph

A face-morph program using python and the OpenCV face detection library.