Title of article :
Breadth-first search and its application to image processing problems
Author/Authors :
Silvela، نويسنده , , J.، نويسنده , , Portillo، نويسنده , , J. ، نويسنده ,
Issue Information :
روزنامه با شماره پیاپی سال 2001
Pages :
6
From page :
1194
To page :
1199
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.
Keywords :
Morphological processing.
Journal title :
IEEE TRANSACTIONS ON IMAGE PROCESSING
Serial Year :
2001
Journal title :
IEEE TRANSACTIONS ON IMAGE PROCESSING
Record number :
396644
Link To Document :
بازگشت