Implementation and complexity of the watershed-from-markers algorithm computed as a minimal cost forest

Computer Science – Data Structures and Algorithms

Scientific paper

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

v1: 10 pages, 6 figures, 7 tables EUROGRAPHICS conference, Manchester, UK, 2001. v2: 12 pages, reformated for letter, correcte

Scientific paper

The watershed algorithm belongs to classical algorithms in mathematical morphology. Lotufo et al. published a principle of the watershed computation by means of an Image Foresting Transform (IFT), which computes a shortest path forest from given markers. The algorithm itself was described for a 2D case (image) without a detailed discussion of its computation and memory demands for real datasets. As IFT cleverly solves the problem of plateaus and as it gives precise results when thin objects have to be segmented, it is obvious to use this algorithm for 3D datasets taking in mind the minimizing of a higher memory consumption for the 3D case without loosing low asymptotical time complexity of O(m+C) (and also the real computation speed). The main goal of this paper is an implementation of the IFT algorithm with a priority queue with buckets and careful tuning of this implementation to reach as minimal memory consumption as possible. The paper presents five possible modifications and methods of implementation of the IFT algorithm. All presented implementations keep the time complexity of the standard priority queue with buckets but the best one minimizes the costly memory allocation and needs only 19-45% of memory for typical 3D medical imaging datasets. Memory saving was reached by an IFT algorithm simplification, which stores more elements in temporary structures but these elements are simpler and thus need less memory. The best presented modification allows segmentation of large 3D medical datasets (up to 512x512x680 voxels) with 12-or 16-bits per voxel on currently available PC based workstations.

No associations

LandOfFree

Say what you really think

Search LandOfFree.com for scientists and scientific papers. Rate them and share your experience with other people.

Rating

Implementation and complexity of the watershed-from-markers algorithm computed as a minimal cost forest does not yet have a rating. At this time, there are no reviews or comments for this scientific paper.

If you have personal experience with Implementation and complexity of the watershed-from-markers algorithm computed as a minimal cost forest, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Implementation and complexity of the watershed-from-markers algorithm computed as a minimal cost forest will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFWR-SCP-O-95771

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.