[ITK] [ITK-users] Region Growing after seed points

Abdelkhalek Bakkari bakkari.abdelkhalek at hotmail.fr
Thu Oct 13 19:05:50 EDT 2016


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20161013/549a1223/attachment.html>
-------------- next part --------------
_____________________________________
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


More information about the Community mailing list