forked from rogrosso/tmc
reproducibilitystamp/tmc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 31 commits behind rogrosso:master.
# tmc Paper: paper1074 Title: Construction of Topologically Correct and Manifold Isosurfaces Author: Roberto Grosso Platform: The code was tested on a Mac Pro, with OS X El Capitan Version 10.11.5 and MATLAB 2016a and clang++ Apple LLVM version 7.3.0 (clang-703.0.29) Folder matlab In this folder you find the MATLAB script t_mc_figs.m wich compute the intersection of the level set with a unit cell. Execution: The MATLAB script should be run as follows: 1) Change to the folder where you have saved the MATLAB script t_mc_figs.m 2) run the command: /Applications/MATLAB_R2016a.app/bin/matlab -nodisplay -nosplash -nodesktop -r "run t_mc_figs.m ; exit" Folder mc In this folder you find the main function in tmc.cpp and the classes in MarchingCubes.h and MarchingCubes.cpp which compute the topologically correct isosurface from an uniform grid. Furthermore, I provide a small data set used in the paper. Larger data sets were omitted due to their file sizes and can be delivered at any time if required. Execution: 1) within this folder just run bash-script runtmc.sh to compile and run the code. 2) The output are the files "skull128.obj" and "skull128.off". These data sets were used to generate the figures in the paper.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 84.3%
- MATLAB 15.7%