top of page
Search

Delaunay Triangulation and 3D Convex Hull

  • Writer: Justin Zhang
    Justin Zhang
  • Apr 23, 2024
  • 1 min read

This project demonstrates the convex hull algorithm but on 3d point clouds. This program will visualize the 3d hull and also will work for any random set of 3d points in a point cloud.


To extend this, I also implemented a Delaunay Triangulation by finding the dual of the convex hull. An image can be found below and the repository is on my git hub.



 
 
 

Recent Posts

See All
CNN vs FNN

This program was an analysis of a CNN vs FNN on various reinforcement algorithms. It made use of algorithms such as Fitted Q iteration,...

 
 
 

Comments


  • LinkedIn
  • github logo

©2021 by Justin Zhang. Proudly created with Wix.com

bottom of page