-
read C# script, and integrate physical marching cubes algorithm to convert 3d files into cubes
-
I made a simple program to try out the marching cubes algorithm.
ImgOpener imgOpener = new ImgOpener();
Img img = (Img) imgOpener.openImgs(
new File(args[0]).getAb…
-
marching_cubes from scikit-image provides 2 implementation for marching cubes algo:
- The algorithm [1]_ is an improved version of Chernyaev's Marching
Cubes 33 algorithm. It is an efficient alg…
-
With 0b4ea3a6357db2a6ef1349ffbc9eb47f03fc7909, I added marching cubes signatures that operate as computers rather than functions. We need to review the entire imglib2-mesh codebase to ensure that all …
-
## Marching cubes
Simple, but flawed by ambiguous cases and cannot reproduce sharp features. Also, no specification of how to handle LOD across regions of different detail. Naive implementations of…
-
As discussed on https://forum.image.sc/t/marching-cubes-element-size/35656/ it would be a nice addition to have post-processing tools for meshes generated by the marching cube algorithms.
The VTK …
-
**Description**
The read_tiff function seems like it will error for any non-imagej formatted image written by tifffile -- and perhaps any non-imagej tiff whatsoever -- as tifffile's read function wil…
-
So here are some notes on the implementation of Autodiff for embedded triangulations. A similar discussion on this can be found in [here](https://arxiv.org/pdf/2303.13672).
## Overview of the probl…
-
### Description:
I'm trying to create a series of surface meshes from regions segmented from a 3D image and I'm having trouble creating non-intersecting surfaces to use as FEM simulation geometry. Th…
-
After #16 . Since Unity is a legit 3D game engine, I'm sure that an implementation of Marching Cubes exists for it or is perhaps even built in. I know for a fact that the CUDA library for C++ came wit…