# CUDA_Marching_Cubes **Repository Path**: pyrami/CUDA_Marching_Cubes ## Basic Information - **Project Name**: CUDA_Marching_Cubes - **Description**: A CUDA implementation of the marching cubes algorithm to reconstruct a 3D model from a CT Scan - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CUDA Marching Cubes A CUDA implementation of the marching cubes algorithm to reconstruct a 3D model from a CT Scan. This project was submitted as an assignment for the class "Parallel Programming for High Performance Computing" at the University of Missouri. A gif examing the reconstruction of a shattered pelvis is shown below. ![pelvis reconstruction](pelvis.gif) The project requires some helper functions from the CUDA SDK. It was developed using CUDA 10.0 and an Nvidia GTX 1080 GPU.