[Insight-users] outlining a segmented object
Richard Beare
richard.beare at gmail.com
Sun Mar 16 05:19:31 EDT 2008
Hi,
You might want to look at the LabelOverlayImageFilter. This was
written by Gaetan and there are examples of its usage in a few
InsightJournal articles, such as the watershed one, and it may have a
submission of its own.
If you have a mask or label image then you can turn it into an outline
by subtracting the erosion from the original.
On Fri, Mar 14, 2008 at 6:27 AM, Luis Ibanez <luis.ibanez at kitware.com> wrote:
>
> Hi Ken,
>
> This sounds like a visualization taks,
> more than an image processing one.
>
>
>
> You may want to look at the following examples
>
> InsightApplications/Auxiliary/vtk
> itkReadITKImage3DSegmentShowVTK.cxx
> itkReadITKImageSegmentShowVTK.cxx
> itkReadITKImageShowSplineVTK.cxx
> itkReadITKImageShowVTK.cxx
>
>
> They combine VTK and ITK for doing something similar
> to what you are describing.
>
>
> Regards,
>
>
> Luis
>
>
> -----------------------
>
>
> Ken Urish wrote:
> > Is there a filter/class that outlines an object that has been
> > segmented on a 2d or 3d image on the original input image?
> > For example, after segmenting an object, is there a filter that takes
> > the mask of the segmentation and the input image and creates an image
> > of the input image with the segmentation output outlined? I can think
> > of a few ways to do this but I thought ITK already has an easy way to
> > do this in its vast troves of code. I checked the archive to no avail.
> >
> > I appreciate the help.
> >
> > Thanks
> > --Ken--
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
> >
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list