[Insight-developers] New IsolatedWatershed filter
   
    Bill Lorensen
     
    wlorens1 at nycap.rr.com
       
    Tue, 18 May 2004 20:45:36 -0400
    
    
  
Folks,
Under Jim's tutorship (and nagging), I added a filter to Algorithms called 
itkIsolatedWatershedImageFilter. You give it two seeds and it generates the 
maximum water level that separates the basins that contain the two seeds. 
It produces an output image that contains the basins of seed1 and seed2, 
each with a user specified label.
Sound familiar? I used the same notion in itkIsolatedConnectedImageFilter.
Bill