[ITK-users] [ITK] Isosurface extraction with ITK

Will Schroeder will.schroeder at kitware.com
Tue Apr 8 11:36:00 EDT 2014


Also VTK has gone through recent modularization so it should be a little
easier to pull out what you want.
W


On Tue, Apr 8, 2014 at 11:29 AM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> No one has taken the effort to create a marching cubes for ITK. I
> recommend using VTK's version. It is well tested, and robust. Also VTK
> has many supporting filters for the generated polydata.
>
> Bill
>
>
> On Tue, Apr 8, 2014 at 8:35 AM, Matt McCormick
> <matt.mccormick at kitware.com> wrote:
> > Hi Joel,
> >
> > Bill L., knows the history better, but it would be convenient to have
> > a port of VTK's marching cube's to ITK.
> >
> > Thanks,
> > Matt
> >
> > On Tue, Apr 8, 2014 at 8:25 AM, Joël Schaerer <joel.schaerer at gmail.com>
> wrote:
> >> Hi all,
> >>
> >> I'm trying to perform isosurface extraction from a continuous map using
> ITK
> >> (no VTK). The closest match I've found is the BinaryMask3DMeshSource
> which
> >> performs the Marching Cubes on a binary mask.
> >>
> >> Unfortunately this requires thresholding the input before meshing, which
> >> results in rough edges in the output mesh. VTK's marching cube filter
> allows
> >> setting a floating-point isosurface value and the resulting meshes are
> >> noticeably smoother.
> >>
> >> Is there a better solution to this problem using ITK only? Is there any
> >> particular reason why the marching cubes algorithm is implemented
> >> differently in ITK and VTK?
> >>
> >> Thanks!
> >>
> >> joel
> >>
> >> PS: A sample input image with the corresponding ITK and VTK meshes is
> >> available here:
> >> http://sd-33294.dedibox.fr/~joel/isosurface_extraction.tar.gz
> >>
> >>
> >> _____________________________________
> >> Powered by www.kitware.com
> >>
> >> Visit other Kitware open-source projects at
> >> http://www.kitware.com/opensource/opensource.html
> >>
> >> Kitware offers ITK Training Courses, for more information visit:
> >> http://www.kitware.com/products/protraining.php
> >>
> >> Please keep messages on-topic and check the ITK FAQ at:
> >> http://www.itk.org/Wiki/ITK_FAQ
> >>
> >> Follow this link to subscribe/unsubscribe:
> >> http://www.itk.org/mailman/listinfo/insight-users
> >> _______________________________________________
> >> Community mailing list
> >> Community at itk.org
> >> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>



-- 
William J. Schroeder, PhD
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
will.schroeder at kitware.com
http://www.kitware.com
(518) 881-4902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140408/6697e4da/attachment.html>


More information about the Insight-users mailing list