[vtkusers] Filling in blood vessels

David Gobbi david.gobbi at gmail.com
Sat Dec 18 19:47:59 EST 2010


Hi Gib,

I have a VTK filter that does thresholded flood-filling, it would do a
little better than thresholding by itself:
http://github.com/dgobbi/VTK/blob/5df7a182240c/Imaging/vtkImageFloodFill.h
http://github.com/dgobbi/VTK/blob/5df7a182240c/Imaging/vtkImageFloodFill.cxx
http://github.com/dgobbi/VTK/blob/5df7a182/Imaging/Testing/Tcl/TestFloodFill.tcl
But I'd have to agree with Mauro that vessel segmentation might be tough
with VTK alone.

  David

On Sat, Dec 18, 2010 at 5:37 PM, Mauro Maiorca <mauromaiorca at gmail.com>wrote:

> Hi Gib,
>
> if I've understood correctly your problem, you want to segment ("fill
> in") the vessels then render the segmented image.
> VTK is great for rendering, but you might want to use ITK
> (www.itk.org) for segmentation (for just a threshold you can still use
> VTK - though).
> You might also want to have a look to ITK-snap
> (http://www.itksnap.org) and other VTK-related applications
> (http://www.vtk.org/VTK/resources/applications.html).
>
> cheers,
> Mauro
>
>
>
>
> On Sun, Dec 19, 2010 at 9:59 AM, Gib Bogle <g.bogle at auckland.ac.nz> wrote:
> >
> > I've just started to become aware of the image-processing capabilities of
> VTK, and I'm wondering if I can use it for some tasks that I was expecting
> to use Amira for.  We are generating images in which the walls of blood
> vessels are stained, so that the vessels appear in 3D as tubes.  I believe
> the first processing step I need to make is to "fill in" the vessels, i.e.
> generate a thresholded 3D image in which the vessels appear solid.  Is this
> the kind of thing that VTK can handle?
> >
> > Thanks
> > Gib
> >
> > ----------------------------------------------------------------
> > This message was sent using IMP, the Internet Messaging Program.
> >
> > _______________________________________________
> > 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
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101218/5b9ac4e8/attachment.htm>


More information about the vtkusers mailing list