Skip to content

Plotting iso-contours/surfaces using 2D/3D volumetric data on grid points.

Notifications You must be signed in to change notification settings

20akshay00/marching-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Marching algorithms

These are methods used to visualize volumetric data, by finding iso-contours of the underlying function that the data is supposedly generated from. The 2D and 3D analogues of the algorithm are the marching cubes and squares, respectively.

Useful resources

This was done in Winter 2020, as an attempt to learn basic fortran. The fortran code calculates vertices of the triangles, and produces a .vtk file which is then visualized in ParaView. There is a single python file to manage vtk formatting, as I could not wrangle with fortran to get rid of some whitespace.

About

Plotting iso-contours/surfaces using 2D/3D volumetric data on grid points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published