[vtkusers] Find Edge between Two Points
Ken Urish
ken.urish at gmail.com
Sun Jul 8 08:53:59 EDT 2012
Katya
ITK is excellent for this. Yes, its a new librarary, but it will do
what you want perfectly.
You need to implement a path framework. Given a series of points
manually selected by the user, the path framwork will create a
chain-code segmentation.
In itk:
http://www.itk.org/Doxygen/html/classitk_1_1PathToChainCodePathFilter.html
Please refer to the Inisght Journal article -
http://insight-journal.org/browse/publication/38
I believe the insight journal article has supporting examples as well.
Thanks
--Ken--
On 7/7/12, Katya <grekova.ekaterina at gmail.com> wrote:
> I am new to vtk. I need to find a way to detect an edge on an image.
> Since the images that are used are very noisy, regular segmentation
> methods do not produce desired results.
>
> So a user would select four or more points on the edge of the object,
> and the system needs to connect those points along the boundary. Are
> there methods in vtk that could help me with this?
>
> Thank you for your help.
>
> Katya
>
> _______________________________________________
> 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