[vtkusers] quick question, how to apply a filter

David E DeMarle dave.demarle at kitware.com
Wed May 9 11:04:52 EDT 2012


I think you need the itk mailing list, not the vtk one.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Wed, May 9, 2012 at 10:54 AM, gonza8888 <gonzaloama at yahoo.com.ar> wrote:
> Hello, sorry for this basic question ,but I am very new at this.
>
> I have an Image, and I want to apply mitk::ImageToSurfaceFilter , and use
> the surface obtained as an argument of other function.
>
> - First question: This filter transforms the image into a triangular mesh?
>
> (If first question is true)
>
> - Second (what I wanted to do) :
>
>  boost::shared_ptr< Mask > myMask = *maskIter;  // Mask = mitk::image
>  surface = ImageToSurfaceFilter (myMask);
>  otherFunction (surface);
>
>
> That is the idea of what I wanted to do. But reading the Documentation of
> the filter I don't get how to use it, and I can't find examples either.
>
> Thanks!
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/quick-question-how-to-apply-a-filter-tp5697621.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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list