Dies ist eine Übersichtsseite mit Metadaten zu dieser wissenschaftlichen Arbeit. Der vollständige Artikel ist beim Verlag verfügbar.
Breadth-first search and its application to image processing problems
64
Zitationen
2
Autoren
2001
Jahr
Abstract
This paper explores the use of breadth-first graph traversal for the processing of digital images. It presents efficient algorithms for eroding, dilating, skeletonizing, and distance-transforming regions. These algorithms work by traversing regions in a breadth-first manner using a queue for storage of unprocessed pixels. They use memory efficiently--pixels are removed from the queue as soon as their processing has been completed--and they process only pixels in the region (and their neighbors), rather than requiring a complete scan of the image. The image is still represented as a pixel matrix in memory; the graph is just a convenient framework for thinking about the algorithms.
Ähnliche Arbeiten
Use of the Hough transformation to detect lines and curves in pictures
1972 · 6.522 Zit.
Efficient Graph-Based Image Segmentation
2004 · 6.190 Zit.
Statistical and structural approaches to texture
1979 · 5.739 Zit.
Watersheds in digital spaces: an efficient algorithm based on immersion simulations
1991 · 5.564 Zit.
The quickhull algorithm for convex hulls
1996 · 5.317 Zit.