[ITK-users] Region Growing after seed points

Francois Budin francois.budin at kitware.com
Fri Oct 14 07:09:15 EDT 2016


Dear Abdelkhalek,

You may want to contact the VTK user mailing list for your question as it
concerns VTK. You can register on this webpage:
http://www.vtk.org/mailing-lists/ .You will get better answers there.

Best,
Francois

On Thu, Oct 13, 2016 at 7:05 PM, Abdelkhalek Bakkari <
bakkari.abdelkhalek at hotmail.fr> wrote:

> Dear insight-users,
>
>
> After applying the vtkSeedWidget in order to get Seed Points, I am trying
> to use the Seed Points to apply the region growing algorithm.
>
> My question is : How to get the index of the seed points as seed[0],
> seed[1] and seed[2] ?
>
>
>
>
>
>  void PlaceSeed(double x, double y, double z, vtkRenderWindowInteractor *
> interactor, vtkRenderer * renderer);
>    vtkHandleWidget * GetSeed(int index);
>    void RemoveSeeds();
>
>
>    // Set seed
>   ImageType::IndexType seed;
>   seed[0] = x ;
>   seed[1] = y ;
>   seed[2] = z ;
>
> Thank you in advance.
>
> Best regards,
>
>
> Abdelkhalek Bakkari
> Ph.D candidate in Computer Science
> Institute of Applied Computer Science
> Lodz University of Technology, Poland
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20161014/699bc356/attachment.html>


More information about the Insight-users mailing list