[vtkusers] question ? [vtkContourFilter & vtkMarchingCubes]

Cory Quammen cory.quammen at kitware.com
Wed Aug 26 09:13:45 EDT 2015


vtkContourFilter is typically better to use IMHO.

- it is multithreaded
- it handles more kinds of input data volumes

For a binary 3D image, you might prefer to use vtkDiscreteMarchingCubes (
http://www.vtk.org/doc/nightly/html/classvtkDiscreteMarchingCubes.html).

HTH,
Cory

On Wed, Aug 26, 2015 at 2:27 AM, agatte <agatakrason at gmail.com> wrote:

> Hi,
>
> I want to extract surface from 3D binary volume.
> I found in vtk : two filter vtkContourFilter and vtkMarchningCubes.
> I have a doupt which is better ? What's the difference ?
>
>
> I would appreciate for any info.
>
>
> agatte
>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/question-vtkContourFilter-vtkMarchingCubes-tp5733626.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150826/1f635752/attachment.html>


More information about the vtkusers mailing list