Abstract
Filling regions in raster images is the term given to the problem of extracting a connected region (that contains some preselected
In this paper, a region to be filled is represented as a connected directed a-cyclic planar graph in which nodes are
This method turns out to be similar to [Lieberman-78], that is shown here to be incorrect. The complexity of the new algorithm is 0(N*L+ N*Log N), compared to 0(N*L*Log N) there, where N is the number of nodes in the graph and L is the average composite degree of each node. A proof of correctness for the new algorithm is given too.
- 1 Aho, A.V. et al. The Design and Analysis of Computer Algorithms, Addison Wesley, (1976). Google Scholar
Digital Library
- 2 Berge, C. Graphs and Hyper Graphs, North Holland/American Alsevier, (1976). Google Scholar
Digital Library
- 3 Guttag, S. Abstract data types and the development of data structures, CACM, 20(6), (June 1977), 396-404. Google Scholar
Digital Library
- 4 Kay, A.L. Microelectronics and the personal computer, Scientific American 273(3), (September 1977), 231-244.Google Scholar
- 5 Knuth, D.E. The Art of Computer Programming, vol 1, section 2.2.1. Google Scholar
Digital Library
- 6 Lieberman, H. How to color in a coloring book, Proceedings SIGGRAPH'78, (August 1978), 111-116. Google Scholar
Digital Library
- 7 Smith, A.R. Tint fill, Proc. SIGGRAPH'79, (August 1979), 276-283. Google Scholar
Digital Library
Index Terms
Filling regions in binary raster images: A graph-theoretic approach
Recommendations
Filling regions in binary raster images: A graph-theoretic approach
SIGGRAPH '80: Proceedings of the 7th annual conference on Computer graphics and interactive techniquesFilling regions in raster images is the term given to the problem of extracting a connected region (that contains some preselected seed pixel) and filling it with some color. A connected region is formally defined as the collection of all pixels that ...
On the adjacent vertex distinguishing edge colourings of graphs
A k-adjacent vertex distinguishing edge colouring or a k-avd-colouring of a graph G is a proper k-edge colouring of G such that no pair of adjacent vertices meets the same set of colours. The avd-chromatic number, denoted by χ'a(G), is the minimum ...
Even and odd holes in cap-free graphs
It is an old problem in graph theory to test whether a graph contains a chordless cycle of length greater than three (hole) with a specific parity (even, odd). Studying the structure of graphs without odd holes has obvious implications for Berge's ...





Comments