[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/insight-users/attachments/20161013/549a1223/attachment.html>


More information about the Insight-users mailing list