[Insight-users] References?

Joshua Cates cates at sci . utah . edu
Wed, 24 Sep 2003 11:28:19 -0600 (MDT)


Hello Koen,


The best description of the watersheds implementation in ITK can be found 
in the ITK Software Guide. See http://www . itk . org/HTML/Documentation . htm . 

The closest published implementation is probably the following reference.  
The biggest difference being obviously that in ITK the algorithm is
applied to images and not meshes.

@Article{Mangan1999,
  author =       "Alan P. Mangan and Ross T. Whitaker",
  title =        "Partitioning {3D} Surface Meshes Using Watershed
                  Segmentation",
  journal =      "IEEE Transactions on Visualization and Computer 
Graphics",
  year =         "1999",
  volume =       "5",
  number =       "4",
  pages =        "308--321",
  month =        "October/December",
}


Hope this helps,

Josh.



______________________________
 Josh Cates			
 Scientific Computing and Imaging Institute
 University of Utah
 Email: cates at sci . utah . edu
 Phone: (801) 587-7697
 URL:   http://www . sci . utah . edu/~cates


On Fri, 12 Sep 2003, Koen Van Leemput wrote:

> Hi, 
> 
> I'm trying to track down a number of articles that describe some of the 
> algorithms ITK implements. 
> 
> Unfortunately, I haven't been able to find any concrete references for ITK's 
> watershed framework, in particular for the intial watershed transform and the 
> flooding (I checked both the software guide and the header files). Also, I 
> didn't find any references for the itk::HistogramMatchingImageFilter, but it 
> looks very much like the method described in Nuyl et al., TMI vol. 19 no. 2, 
> 2000. 
> 
> Could one of the developers provide some more information?
> 
> Thanks,
> 
> - Koen
> 
> 
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>