Multiple material marching cubes algorithm implementation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Multiple material marching cubes algorithm implementation

Asad Ullah
Hello,

I want to know whether imageJ have an implementation of the multiple material marching cubes
algorithm (International Journal of Numerical Methods in Engineering
2003; 58:189–207) ? By multiple material marching cubes, I mean creating
contiguous 3D surfaces for as many materials(iso-surfaces) requested
within a single sweep of an image volume.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Multiple material marching cubes algorithm implementation

David Rueda
There is a student project in the university of Bordeaux (France): VoltIJ.
VoltIJ (for VOLume viewing Tools for ImageJ) is a plugin for ImageJ
allowing the 3D visualization of volumetric scalar data.

There are two sourceforge projects (the second contains additional features
for 3D objects picking):
In this plugin you will find an implementation of the marching cubes for
imagej (in java).

http://sourceforge.net/projects/voltij/
http://sourceforge.net/projects/voltijpickingtm/

Good luck,
David

2012/7/17 Asad Ullah <[hidden email]>

> Hello,
>
> I want to know whether imageJ have an implementation of the multiple
> material marching cubes
> algorithm (International Journal of Numerical Methods in Engineering
> 2003; 58:189–207) ? By multiple material marching cubes, I mean creating
> contiguous 3D surfaces for as many materials(iso-surfaces) requested
> within a single sweep of an image volume.
>
> Thanks
>
>
> --
> View this message in context:
> http://imagej.1557.n6.nabble.com/Multiple-material-marching-cubes-algorithm-implementation-tp4999456.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Multiple material marching cubes algorithm implementation

David Webster
I downloaded VoltJ_.jar but found that I need javax.media.opengl to make it
work. This doesn't seem to the part of the standard java deployment. Do you
know ow I can find and install this?

David Webster

On Tue, Jul 17, 2012 at 3:00 AM, David Rueda <[hidden email]> wrote:

> There is a student project in the university of Bordeaux (France): VoltIJ.
> VoltIJ (for VOLume viewing Tools for ImageJ) is a plugin for ImageJ
> allowing the 3D visualization of volumetric scalar data.
>
> There are two sourceforge projects (the second contains additional features
> for 3D objects picking):
> In this plugin you will find an implementation of the marching cubes for
> imagej (in java).
>
> http://sourceforge.net/projects/voltij/
> http://sourceforge.net/projects/voltijpickingtm/
>
> Good luck,
> David
>
> 2012/7/17 Asad Ullah <[hidden email]>
>
> > Hello,
> >
> > I want to know whether imageJ have an implementation of the multiple
> > material marching cubes
> > algorithm (International Journal of Numerical Methods in Engineering
> > 2003; 58:189–207) ? By multiple material marching cubes, I mean creating
> > contiguous 3D surfaces for as many materials(iso-surfaces) requested
> > within a single sweep of an image volume.
> >
> > Thanks
> >
> >
> > --
> > View this message in context:
> >
> http://imagej.1557.n6.nabble.com/Multiple-material-marching-cubes-algorithm-implementation-tp4999456.html
> > Sent from the ImageJ mailing list archive at Nabble.com.
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Multiple material marching cubes algorithm implementation

Asad Ullah
Dear David, thank you  for sharing the information about voltij. I have downloaded this plugin but faced the same problem as David Webster mentioned about the need of javax.media.opengl. could not figure out it. Any help will be appreciated!

Thanks