Digital Halftoning Algorithm Based o Space-Filling Curve

Size: px
Start display at page:

Download "Digital Halftoning Algorithm Based o Space-Filling Curve"

Transcription

1 JAIST Reposi Title Digital Halftoning Algorithm Based o Space-Filling Curve Author(s)ASANO, Tetsuo Citation IEICE TRANSACTIONS on Fundamentals o Electronics, Communications and Comp Sciences, E82-A(3): Issue Date Type Journal Article Text version publisher URL Rights Copyright (C)1999 IEICE. T. Asano, I TRANSACTIONS on Fundamentals of Elec Communications and Computer Sciences 1999, Description Japan Advanced Institute of Science and

2 IEICE TRANS. FUNDAMENTALS, VOL.E82 A, NO.3 MARCH LETTER Digital Halftoning Algorithm Based on Random Space-Filling Curve Tetsuo ASANO, Member SUMMARY This letter introduces a new digital halftoning technique based on error diffusion along a random space-filling curve. The purpose of introducing randomness is to erase regular patterns which tend to arise in an image area of uniform intensity. A simple algorithm for generating a random space-filling curve is proposed based on a random spanning tree and maze traversal. Some experimental results are also given. key words: digital halftoning, error diffusion, random space filling curve 1. Introduction Digital halftoning is a well-known technique in image processing to convert an image having several bits for brightness levels into a binary image consisting of black and white dots. Up to now, a large number of methods and algorithms for digital halftoning have been proposed (see e.g., [4] [7], [9]). The error-diffusion method [5]among them is known to be good enough in quality of its output images and efficiency in ordinary serial machines. It scans each pixel in a raster manner and determines its output binary level by comparing its gray level with some average intensity level. The difference of its intensity level from the average level as the threshold is distributed as error over its neighboring pixels which have not been examined yet. Unfortunately, the regularity of error distribution is sometimes recognized as regular patterning in large uniform regions. Therefore, to have better quality we need to incorporate some randomness for error distribution. An idea here is to use random space-filling curve instead of raster scan. Recently, it has been observed that error diffusion along some space-filling curves such as Peano curve [4]and Hilbert curve [11]sometimes achieve better quality compared to the traditional error diffusion based on a raster scan. In [10]parallel implementation of cluster-dot technique using a spacefilling curve is proposed. One drawback of the methods comes from the fact that such space-filling curves are usually defined recursively on a square grid plane. Thus, there is some difficulty when they are applied to Manuscript received July 6, Manuscript revised October 15, The author is with the School of Information Science, Japan Advanced Institute of Science and Technology, Ishikawa-ken, Japan. A part of this paper was presented at IEEE International Conference on Image Processing, Lausanne, Switzerland, rectangular images. Another drawback is found in its quality of an output image due to its recursive structure. Since it is recursively defined, each quarter of an image is completely separated and their boundaries are often recognized in the resulting binary image. Our idea is to use a space-filling curve based on random choices to avoid regular patterning. We have studied space-filling curves from different standpoints [1], [2], [8]. Some experimental results are included to show the effectiveness of those ideas. 2. Random Space Filling Curve Given a lattice plane G, a space-filling curve on G is a curve which visits every lattice point on G exactly once. Since the shape of the curve itself is not important, it is sometimes represented as a permutation of lattice points of G. Many space-filling curves such as Hilbert and Peano curves are non-selfcrossing although this property is not a necessary condition for a curve to be space-filling. A number of space-filling curves are defined in addition to those famous curves (see for example, [8]). The idea of using space-filling curves for digital halftoning is not new. Velho and Gomes [11]use spacefilling curves for cluster-dot dithering. Zhang and Webber [10]give a parallel halftoning algorithm based on space-filling curves. Asano, Ranjan and Roos [2]formulate digital halftoning as a mathematical optimization problem and obtain an approximation algorithm based on space-filling curves. So, the digital halftoning techniques based on space-filling curves seem to be promising. However, one of their serious disadvantages is that there is some difficulty when the size of an input image is not a power of 2 since most of recursively defined space-filling curves such as Hilbert and Peano curves are defined for square lattice planes of sizes of powers of 2. One advantage of the random space-filling curve proposed in this paper is that it can be defined even for irregular-shaped lattice planes under some reasonable conditions. A more precise description for an irregular-shaped lattice plane will be given later. Another disadvantage of using a recursive spacefilling curve comes from the shapes of the curves. Suppose that we draw space-filling curves by connecting vertices which are consecutive in the order specified by the space-filling curves. Then, a straight gap is defined

3 554 IEICE TRANS. FUNDAMENTALS, VOL.E82 A, NO.3 MARCH 1999 Fig. 2 Is there any space-filling curve with starting and target positions specified on a lattice graph consisting of an odd number of lattice points? Fig. 1 Representative space-filling curves. (a) Hilbert curve, (b) Sierpinski curve, (c) Raster scan, and (d) Serpentine rack. to be a horizontal or vertical line segment which does not intersect the space-filling curve. It should be noted that those gaps could be barriers against error propagation. Thus, long straight gaps are sometimes easily recognized in the resulting image. Figure 1 shows several representative space-filling curves which are defined recursively. It is easy to see that each space-filling curve contains long straight gaps. Especially, the serpentine rack has gaps which are as long as the side of the entire plane. On the other hand, since the random spacefilling curve frequently changes its direction, it seldom contains long gaps. This is one of the advantages of the random space-filling curve. Then, how can we generate random space-filling curves? First of all, can we guarantee the existence of such space-filling curves? And how can we incorporate randomness into space-filling curves? In [3]a general scheme for defining a class of spacefilling curves based on a grammar is presented. Although this suggests a way of constructing space-filling curves looking random, this kind of approaches bear some limit as far as they are based on a grammar. That is, such a space-filling curve exists only when the sizes of a rectangular grid are powers of some constants. On the other hand, this letter discusses a class of spacefilling curves defined on a rectangular lattice plane of any even sizes. Consider a lattice plane looking like a checker board as shown in Fig. 2. If it consists of odd number of cells (small squares), the number of black cells is different from that of white cells. Thus, there is no space-filling curve starting and ending at cells of different colors. The reason is as follows. Colors of Fig. 3 Partitioning an image matrix into 2 2 small submatrices (to the left) and its associated lattice graph (to the right). cells alternate in any space-filling curve. Therefore, the length of the space-filling curve must be even if the starting and ending cells have the same color. It contradicts to the fact that there are an odd number of cells in total. So, the questions above are not really trivial. In this letter we present a simple incremental algorithm for generating space-filling curves based on random choices at each step. Let A = (a ij ), i = 0, 1,...,2n 1,j = 0, 1,...,2m 1 be a two-dimensional array with sides of even lengths. We first partition the entire array into 2 2 small arrays. We define a cell b ij (0 i n 1, 0 j m 1) to consist of elements a 2i,2j,a 2i+1,2j,a 2i,2j+1,a 2i+1,2j+1 (see Fig. 3 (a)). Now, we can imagine a lattice graph whose vertices are those b ij s and two vertices are joined by an edge if they are horizontally or vertically adjacent to each other. In Fig. 3 (b) those vertices and edges are represented by black disks and solid bold lines, respectively. Here we want to find a random spanning tree of the lattice graph. For the purpose we choose any vertex on the external boundary of the lattice graph as the root

4 LETTER 555 of the spanning tree. Then, we implement a depth-first search on the lattice graph starting at the root. To incorporate randomness, at each step during the search we choose the next adjacent vertex randomly if two or three unvisited vertices are adjacent to the current vertex. Formally, the algorithm is described as follows: Generating a Random Spanning Tree G := a lattice graph associated with an input image; V := its vertex set; Choose a vertex u on the external boundary of G; Let T be a tree which has one node u as a root; Call a recursive procedure rdfs(u); procedure rdfs(u){ Mark u; C(u) := a set of unmarked vertices adjacent to u; while(c(u) is not empty){ Remove a vertex v randomly out of C(u); Add the edge (u, v) tot ; Recursively call rdfs(v); } } An example of a random spanning tree is shown in Fig. 4 (a). Now it is easy to see that the resulting tree serves as a connected wall which defines a maze on the rectangular grid plane. Thus, if we follow the wall while keeping one hand touching the wall, we can traverse the entire image. See Fig. 4 (b) in which the traverse associated with the spanning tree is depicted by dotted lines. The above definition of a random space-filling curve on a rectangular lattice plane can be generalized to an irregular-shaped plane. It may have holes. The condition for a lattice region to satisfy is the following; It is a collection of 2 2 small lattice regions. We say that two such small regions are fully adjacent to each other if they share their horizontal or vertical sides of length two. Then, those small lattices must form a single connected component. Fig. 4 Maze which defines a random space-filling curve. (a) Spanning tree. (b) Traverse along the tree. 3. Error Diffusion along RSFC Once a random space-filling curve (or RSFC for short) is fixed, we can implement error diffusion along the curve. More concretely, we scan pixels in the order defined by the curve. For each such pixel, we compare its intensity level with some predetermined threshold level to determine its binary level. Then, the rounding error is diffused to adjacent pixels which have not been scanned yet. In the Floyd-Steinberg algorithm [5] based on a raster scan the error is distributed to adjacent pixels based on the following matrix: 0/16 0/16 0/16 0/16 7/16 3/16 5/16 1/16 Since the rounding error is propagated to those adjacent pixels whose output levels have not been determined, we have 0 weights for those four pixels in the upper and left parts. 1/16 is the normalizing factor of the weights. In our case based on a random space-filling curve a set of pixels to which the error is propagated is not fixed. So, each entry could have a non-zero value. We have tested several weight matrices against standard test patterns in the SIDBA library, and chose the following weight matrix based on experimental evaluation At each pixel p we first find those pixels adjacent to p that have not been scanned yet, and then compute the sum of the weights associated with those pixels to determine the normalizing factor at p. Note that the algorithm behaves exactly in the same fashion if space filling-curve is raster scan. According to our experience on experiments, the error propagating ratio defined above is somewhat too large. So, in our program we used 30% larger value of the total weights as the normalizing factor. In other words we propagated only about 76% of the rounding error generated at each pixel to its adjacent pixels. This prohibits too long error propagation since the influence decreases exponentially in the distance. Figures 5 and 6 show output images due to ordinary error diffusion method based on raster scan, and error diffusion along a random space-filling curve defined above. Regular patternings are recognized in Fig. 5 especially in its upper parts while such patterns are not included in Fig. 6. Moreover, details are somewhat more clearer in our result in Fig. 6. See for example the boundary of the sleeve of the right hand. 4. Concluding Remarks In this paper we have proposed a new algorithm for

5 556 IEICE TRANS. FUNDAMENTALS, VOL.E82 A, NO.3 MARCH 1999 digital halftoning based on a random space-filling curve induced by a random spanning tree. Using space-filling curves for halftoning is not new, but we experimentally showed that randomness is important to use spacefilling curves as a guide for halftoning. Space filling curves have been extensively investigated for various applications in mind [2], [8], [10], [11]. To the author s best knowledge, this is the first efficient algorithm for generating random space-filling curve. Acknowledgement The basic idea in this paper was devised by Takashi Hashimoto, a former student of Osaka Electro- Communication University. The author would like to thank him for his great contribution to this work. This work was partly supported by Grant in Aid for Scientific Research of the Ministry of Education, Science and Cultures of Japan. References Fig. 5 Output image by ordinary error diffusion method. Fig. 6 Output image by error diffusion along a random spacefilling curve. [1] T. Asano, N. Katoh, H. Tamaki, and T. Tokuyama, Convertibility among grid filling curves, in Proc. International Conf. on Algorithms and Computation, pp , Taejon, Korea, Dec [2] T. Asano, D. Ranjan, and T. Roos, Digital halftoning algorithms based on optimization criteria and their experimental evaluation, IEICE Trans., vol.e79-a, no.4, pp , April [3] T. Asano, D. Ranjan, T. Roos, E. Welzl, and P. Widmayer, Space-filling curves and their use in the design of geometric data structure, Theoretical Computer Science, vol.181, pp.3 15, [4] A.J. Cole, Halftoning without dither or edge enhancement, The Visual Computer, vol.7, pp , [5] R.W. Floyd and L. Steinberg, An adaptive algorithm for spatial gray scale, SID 75 Digest, Society for Information Display, pp.36 37, [6] R. Geist, R. Reynolds, and D. Suggs, A Markovian framework for digital halftoning, ACM Trans. Graphics, vol.12, no.2, pp , [7] D.E. Knuth, Digital halftones by dot diffusion, ACM Trans. Graphics, vol.6, no.4, pp , [8] T. Roos, T. Asano, D. Ranjan, E. Welzl, and P. Widmayer, Space filling curves and their use in the design of geometric data structures, Theoretical Computer Science, vol.181, pp.3 15, [9] R. Ulichney, Digital halftoning, The MIT Press, Cambridge, [10] Y. Zhang and R.E. Webber, Space diffusion: An improved parallel halftoning technique using space-filling curves, Proc. of SIGGRAPH 93, pp , [11] L. Velho and de M. Gomes, Digital halftoning with space filling curves, Proc. of SIGGRAPH 91, pp.81 90, 1991.

Color Dithering with n-best Algorithm

Color Dithering with n-best Algorithm Color Dithering with n-best Algorithm Kjell Lemström, Jorma Tarhio University of Helsinki Department of Computer Science P.O. Box 26 (Teollisuuskatu 23) FIN-00014 University of Helsinki Finland {klemstro,tarhio}@cs.helsinki.fi

More information

Picture Maze Generation by Repeated Contour Connection and Graph Structure of Maze

Picture Maze Generation by Repeated Contour Connection and Graph Structure of Maze Computer Science and Engineering 2013, 3(3): 76-83 DOI: 10.5923/j.computer.20130303.04 Picture Maze Generation by Repeated Contour Connection and Graph Structure of Maze Tomio Kurokawa Department of Information

More information

Maze Construction by Using Characteristics of Eulerian Graphs

Maze Construction by Using Characteristics of Eulerian Graphs British Journal of Mathematics & Computer Science 9(6): 453-472, 2015, Article no.bjmcs.2015.217 ISSN: 2231-0851 SCIENCEDOMAIN international www.sciencedomain.org Maze Construction by Using Characteristics

More information

Self-formation, Development and Reproduction of the Artificial System

Self-formation, Development and Reproduction of the Artificial System Solid State Phenomena Vols. 97-98 (4) pp 77-84 (4) Trans Tech Publications, Switzerland Journal doi:.48/www.scientific.net/ssp.97-98.77 Citation (to be inserted by the publisher) Copyright by Trans Tech

More information

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds 9 1th International Conference on Document Analysis and Recognition Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds Weihan Sun, Koichi Kise Graduate School

More information

Error-Diffusion Robust to Mis-Registration in Multi-Pass Printing

Error-Diffusion Robust to Mis-Registration in Multi-Pass Printing Error-Diffusion Robust to Mis-Registration in Multi-Pass Printing Zhigang Fan, Gaurav Sharma, and Shen-ge Wang Xerox Corporation Webster, New York Abstract Error-diffusion and its variants are commonly

More information

Exercise Computer graphics (till October 30, 2007)

Exercise Computer graphics (till October 30, 2007) (till October 30, 2007) Ordered dithering Ordered dithering meant that a gray value is approximated by different patterns like these: Solution: Like in the dithering example which only took black and white

More information

Space-filling curves for 2-simplicial meshes created with bisections and reflections

Space-filling curves for 2-simplicial meshes created with bisections and reflections Space-filling curves for 2-simplicial meshes created with bisections and reflections Dr. Joseph M. Maubach Department of Mathematics Eindhoven University of Technology Eindhoven, The Netherlands j.m.l.maubach@tue.nl

More information

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 9 (2014 ) 72 77 2014 AASRI Conference on Circuit and Signal Processing (CSP 2014) Three-Dimensional Reconstruction from Projections

More information

Error diffusion using linear pixel shuffling

Error diffusion using linear pixel shuffling Rochester Institute of Technology RIT Scholar Works Presentations and other scholarship 2000 Error diffusion using linear pixel shuffling Peter Anderson Follow this and additional works at: http://scholarworks.rit.edu/other

More information

Benchmarking the UB-tree

Benchmarking the UB-tree Benchmarking the UB-tree Michal Krátký, Tomáš Skopal Department of Computer Science, VŠB Technical University of Ostrava, tř. 17. listopadu 15, Ostrava, Czech Republic michal.kratky@vsb.cz, tomas.skopal@vsb.cz

More information

Approximation Algorithms for Geometric Intersection Graphs

Approximation Algorithms for Geometric Intersection Graphs Approximation Algorithms for Geometric Intersection Graphs Subhas C. Nandy (nandysc@isical.ac.in) Advanced Computing and Microelectronics Unit Indian Statistical Institute Kolkata 700108, India. Outline

More information

HOUGH TRANSFORM CS 6350 C V

HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM The problem: Given a set of points in 2-D, find if a sub-set of these points, fall on a LINE. Hough Transform One powerful global method for detecting edges

More information

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters

Two Algorithms of Image Segmentation and Measurement Method of Particle s Parameters Appl. Math. Inf. Sci. 6 No. 1S pp. 105S-109S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Two Algorithms of Image Segmentation

More information

Filling Space with Random Line Segments

Filling Space with Random Line Segments Filling Space with Random Line Segments John Shier Abstract. The use of a nonintersecting random search algorithm with objects having zero width ("measure zero") is explored. The line length in the units

More information

TSP Art. Craig S. Kaplan School of Computer Science University of Waterloo

TSP Art. Craig S. Kaplan School of Computer Science University of Waterloo TSP Art Craig S. Kaplan School of Computer Science University of Waterloo csk@cgl.uwaterloo.ca Robert Bosch Department of Mathematics Oberlin College bobb@cs.oberlin.edu Abstract Bosch and Herman recently

More information

Joint Advanced Student School 2007 Martin Dummer

Joint Advanced Student School 2007 Martin Dummer Sierpiński-Curves Joint Advanced Student School 2007 Martin Dummer Statement of the Problem What is the best way to store a triangle mesh efficiently in memory? The following points are desired : Easy

More information

CSC Computer Graphics

CSC Computer Graphics // CSC. Computer Graphics Lecture Kasun@dscs.sjp.ac.lk Department of Computer Science University of Sri Jayewardanepura Polygon Filling Scan-Line Polygon Fill Algorithm Span Flood-Fill Algorithm Inside-outside

More information

New Edge-Enhanced Error Diffusion Algorithm Based on the Error Sum Criterion

New Edge-Enhanced Error Diffusion Algorithm Based on the Error Sum Criterion New Edge-Enhanced Error Diffusion Algorithm Based on the Error Sum Criterion Jae Ho Kim* Tae Il Chung Hyung Soon Kim* Kyung Sik Son* Pusan National University Image and Communication Laboratory San 3,

More information

An Automatic Hole Filling Method of Point Cloud for 3D Scanning

An Automatic Hole Filling Method of Point Cloud for 3D Scanning An Automatic Hole Filling Method of Point Cloud for 3D Scanning Yuta MURAKI Osaka Institute of Technology Osaka, Japan yuta.muraki@oit.ac.jp Koji NISHIO Osaka Institute of Technology Osaka, Japan koji.a.nishio@oit.ac.jp

More information

Morphological Image Processing

Morphological Image Processing Morphological Image Processing Ranga Rodrigo October 9, 29 Outline Contents Preliminaries 2 Dilation and Erosion 3 2. Dilation.............................................. 3 2.2 Erosion..............................................

More information

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings On the Relationships between Zero Forcing Numbers and Certain Graph Coverings Fatemeh Alinaghipour Taklimi, Shaun Fallat 1,, Karen Meagher 2 Department of Mathematics and Statistics, University of Regina,

More information

Determining Differences between Two Sets of Polygons

Determining Differences between Two Sets of Polygons Determining Differences between Two Sets of Polygons MATEJ GOMBOŠI, BORUT ŽALIK Institute for Computer Science Faculty of Electrical Engineering and Computer Science, University of Maribor Smetanova 7,

More information

Graph Adjacency Matrix Automata Joshua Abbott, Phyllis Z. Chinn, Tyler Evans, Allen J. Stewart Humboldt State University, Arcata, California

Graph Adjacency Matrix Automata Joshua Abbott, Phyllis Z. Chinn, Tyler Evans, Allen J. Stewart Humboldt State University, Arcata, California Graph Adjacency Matrix Automata Joshua Abbott, Phyllis Z. Chinn, Tyler Evans, Allen J. Stewart Humboldt State University, Arcata, California Abstract We define a graph adjacency matrix automaton (GAMA)

More information

Polyominoes and Polyiamonds as Fundamental Domains for Isohedral Tilings of Crystal Class D 2

Polyominoes and Polyiamonds as Fundamental Domains for Isohedral Tilings of Crystal Class D 2 Symmetry 2011, 3, 325-364; doi:10.3390/sym3020325 OPEN ACCESS symmetry ISSN 2073-8994 www.mdpi.com/journal/symmetry Article Polyominoes and Polyiamonds as Fundamental Domains for Isohedral Tilings of Crystal

More information

Polyominoes and Polyiamonds as Fundamental Domains for Isohedral Tilings of Crystal Class D 2

Polyominoes and Polyiamonds as Fundamental Domains for Isohedral Tilings of Crystal Class D 2 Symmetry 2011, 3, 325-364; doi:10.3390/sym3020325 OPEN ACCESS symmetry ISSN 2073-8994 www.mdpi.com/journal/symmetry Article Polyominoes and Polyiamonds as Fundamental Domains for Isohedral Tilings of Crystal

More information

Revision of Inconsistent Orthographic Views

Revision of Inconsistent Orthographic Views Journal for Geometry and Graphics Volume 2 (1998), No. 1, 45 53 Revision of Inconsistent Orthographic Views Takashi Watanabe School of Informatics and Sciences, Nagoya University, Nagoya 464-8601, Japan

More information

SUPPLEMENTARY FILE S1: 3D AIRWAY TUBE RECONSTRUCTION AND CELL-BASED MECHANICAL MODEL. RELATED TO FIGURE 1, FIGURE 7, AND STAR METHODS.

SUPPLEMENTARY FILE S1: 3D AIRWAY TUBE RECONSTRUCTION AND CELL-BASED MECHANICAL MODEL. RELATED TO FIGURE 1, FIGURE 7, AND STAR METHODS. SUPPLEMENTARY FILE S1: 3D AIRWAY TUBE RECONSTRUCTION AND CELL-BASED MECHANICAL MODEL. RELATED TO FIGURE 1, FIGURE 7, AND STAR METHODS. 1. 3D AIRWAY TUBE RECONSTRUCTION. RELATED TO FIGURE 1 AND STAR METHODS

More information

This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane?

This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane? Intersecting Circles This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane? This is a problem that a programmer might have to solve, for example,

More information

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions Data In single-program multiple-data (SPMD) parallel programs, global data is partitioned, with a portion of the data assigned to each processing node. Issues relevant to choosing a partitioning strategy

More information

BMVC 1996 doi: /c.10.41

BMVC 1996 doi: /c.10.41 On the use of the 1D Boolean model for the description of binary textures M Petrou, M Arrigo and J A Vons Dept. of Electronic and Electrical Engineering, University of Surrey, Guildford GU2 5XH, United

More information

Hierarchical Graph Color Dither

Hierarchical Graph Color Dither Hierarchical Graph Color Dither Alejo Hausner Department of Computer Science, University of New Hampshire, Durham, NH, USA Web: www.cs.unh.edu/~ah Email: ah@cs.unh.edu Keywords: Halftoning, Ordered Dither,

More information

Color Universal Design without Restricting Colors and Their Combinations Using Lightness Contrast Dithering

Color Universal Design without Restricting Colors and Their Combinations Using Lightness Contrast Dithering Color Universal Design without Restricting Colors and Their Combinations Using Lightness Contrast Dithering Yuki Omori*, Tamotsu Murakami**, Takumi Ikeda*** * The University of Tokyo, omori812@mail.design.t.u-tokyo.ac.jp

More information

A motion planning method for mobile robot considering rotational motion in area coverage task

A motion planning method for mobile robot considering rotational motion in area coverage task Asia Pacific Conference on Robot IoT System Development and Platform 018 (APRIS018) A motion planning method for mobile robot considering rotational motion in area coverage task Yano Taiki 1,a) Takase

More information

LOW-DENSITY PARITY-CHECK (LDPC) codes [1] can

LOW-DENSITY PARITY-CHECK (LDPC) codes [1] can 208 IEEE TRANSACTIONS ON MAGNETICS, VOL 42, NO 2, FEBRUARY 2006 Structured LDPC Codes for High-Density Recording: Large Girth and Low Error Floor J Lu and J M F Moura Department of Electrical and Computer

More information

A Real Time GIS Approximation Approach for Multiphase Spatial Query Processing Using Hierarchical-Partitioned-Indexing Technique

A Real Time GIS Approximation Approach for Multiphase Spatial Query Processing Using Hierarchical-Partitioned-Indexing Technique International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 6 ISSN : 2456-3307 A Real Time GIS Approximation Approach for Multiphase

More information

Solutions to Midterm 2 - Monday, July 11th, 2009

Solutions to Midterm 2 - Monday, July 11th, 2009 Solutions to Midterm - Monday, July 11th, 009 CPSC30, Summer009. Instructor: Dr. Lior Malka. (liorma@cs.ubc.ca) 1. Dynamic programming. Let A be a set of n integers A 1,..., A n such that 1 A i n for each

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

SOME stereo image-matching methods require a user-selected

SOME stereo image-matching methods require a user-selected IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 2, APRIL 2006 207 Seed Point Selection Method for Triangle Constrained Image Matching Propagation Qing Zhu, Bo Wu, and Zhi-Xiang Xu Abstract In order

More information

Refinement of digitized documents through recognition of mathematical formulae

Refinement of digitized documents through recognition of mathematical formulae Refinement of digitized documents through recognition of mathematical formulae Toshihiro KANAHORI Research and Support Center on Higher Education for the Hearing and Visually Impaired, Tsukuba University

More information

Using Semi-Regular 4 8 Meshes for Subdivision Surfaces

Using Semi-Regular 4 8 Meshes for Subdivision Surfaces Using Semi-Regular 8 Meshes for Subdivision Surfaces Luiz Velho IMPA Instituto de Matemática Pura e Aplicada Abstract. Semi-regular 8 meshes are refinable triangulated quadrangulations. They provide a

More information

3D Modeling in Teaching and Learning Geometry

3D Modeling in Teaching and Learning Geometry 3D Modeling in Teaching and Learning Geometry Petra Surynková Charles University in Prague, Faculty of Mathematics and Physics, Sokolovská 83, 186 75 Praha 8, Czech Republic This article addresses the

More information

Task analysis based on observing hands and objects by vision

Task analysis based on observing hands and objects by vision Task analysis based on observing hands and objects by vision Yoshihiro SATO Keni Bernardin Hiroshi KIMURA Katsushi IKEUCHI Univ. of Electro-Communications Univ. of Karlsruhe Univ. of Tokyo Abstract In

More information

Chapter 3. Image Processing Methods. (c) 2008 Prof. Dr. Michael M. Richter, Universität Kaiserslautern

Chapter 3. Image Processing Methods. (c) 2008 Prof. Dr. Michael M. Richter, Universität Kaiserslautern Chapter 3 Image Processing Methods The Role of Image Processing Methods (1) An image is an nxn matrix of gray or color values An image processing method is algorithm transforming such matrices or assigning

More information

Mathematics and Statistics, Part A: Graph Theory Problem Sheet 1, lectures 1-4

Mathematics and Statistics, Part A: Graph Theory Problem Sheet 1, lectures 1-4 1. Draw Mathematics and Statistics, Part A: Graph Theory Problem Sheet 1, lectures 1-4 (i) a simple graph. A simple graph has a non-empty vertex set and no duplicated edges. For example sketch G with V

More information

Halftoning and quasi-monte Carlo

Halftoning and quasi-monte Carlo Halftoning and quasi-monte Carlo Ken Hanson CCS-2, Methods for Advanced Scientific Simulations Los Alamos National Laboratory This presentation available at http://www.lanl.gov/home/kmh/ LA-UR-04-1854

More information

Identifying Layout Classes for Mathematical Symbols Using Layout Context

Identifying Layout Classes for Mathematical Symbols Using Layout Context Rochester Institute of Technology RIT Scholar Works Articles 2009 Identifying Layout Classes for Mathematical Symbols Using Layout Context Ling Ouyang Rochester Institute of Technology Richard Zanibbi

More information

Including the Size of Regions in Image Segmentation by Region Based Graph

Including the Size of Regions in Image Segmentation by Region Based Graph International Journal of Emerging Engineering Research and Technology Volume 3, Issue 4, April 2015, PP 81-85 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Including the Size of Regions in Image Segmentation

More information

Node-to-Set Disjoint Paths Problem in Pancake Graphs

Node-to-Set Disjoint Paths Problem in Pancake Graphs 1628 IEICE TRANS. INF. & SYST., VOL.E86 D, NO.9 SEPTEMBER 2003 PAPER Special Issue on Parallel and Distributed Computing, Applications and Technologies Node-to-Set Disjoint Paths Problem in Pancake Graphs

More information

RESEARCH ON OPTIMIZATION OF IMAGE USING SKELETONIZATION TECHNIQUE WITH ADVANCED ALGORITHM

RESEARCH ON OPTIMIZATION OF IMAGE USING SKELETONIZATION TECHNIQUE WITH ADVANCED ALGORITHM 881 RESEARCH ON OPTIMIZATION OF IMAGE USING SKELETONIZATION TECHNIQUE WITH ADVANCED ALGORITHM Sarita Jain 1 Sumit Rana 2 Department of CSE 1 Department of CSE 2 Geeta Engineering College 1, Panipat, India

More information

COMP 558 lecture 22 Dec. 1, 2010

COMP 558 lecture 22 Dec. 1, 2010 Binocular correspondence problem Last class we discussed how to remap the pixels of two images so that corresponding points are in the same row. This is done by computing the fundamental matrix, defining

More information

(Refer Slide Time: 0:32)

(Refer Slide Time: 0:32) Digital Image Processing. Professor P. K. Biswas. Department of Electronics and Electrical Communication Engineering. Indian Institute of Technology, Kharagpur. Lecture-57. Image Segmentation: Global Processing

More information

STRAIGHT LINE ORTHOGONAL DRAWINGS OF COMPLETE TERNERY TREES SPUR FINAL PAPER, SUMMER July 29, 2015

STRAIGHT LINE ORTHOGONAL DRAWINGS OF COMPLETE TERNERY TREES SPUR FINAL PAPER, SUMMER July 29, 2015 STRIGHT LINE ORTHOGONL DRWINGS OF COMPLETE TERNERY TREES SPUR FINL PPER, SUMMER 2015 SR LI MENTOR: SYLVIN CRPENTIER PROJECT SUGGESTED Y LRRY GUTH July 29, 2015 bstract. In this paper we study embeddings

More information

Scope and Sequence for the New Jersey Core Curriculum Content Standards

Scope and Sequence for the New Jersey Core Curriculum Content Standards Scope and Sequence for the New Jersey Core Curriculum Content Standards The following chart provides an overview of where within Prentice Hall Course 3 Mathematics each of the Cumulative Progress Indicators

More information

Basic Idea. The routing problem is typically solved using a twostep

Basic Idea. The routing problem is typically solved using a twostep Global Routing Basic Idea The routing problem is typically solved using a twostep approach: Global Routing Define the routing regions. Generate a tentative route for each net. Each net is assigned to a

More information

Digital Halftoning. Prof. George Wolberg Dept. of Computer Science City College of New York

Digital Halftoning. Prof. George Wolberg Dept. of Computer Science City College of New York Digital Halftoning Prof. George Wolberg Dept. of Computer Science City College of New York Objectives In this lecture we review digital halftoning techniques to convert grayscale images to bitmaps: - Unordered

More information

Geometry Sixth Grade

Geometry Sixth Grade Standard 6-4: The student will demonstrate through the mathematical processes an understanding of shape, location, and movement within a coordinate system; similarity, complementary, and supplementary

More information

Simulation of the pass through the labyrinth as a method of the algorithm development thinking

Simulation of the pass through the labyrinth as a method of the algorithm development thinking Simulation of the pass through the labyrinth as a method of the algorithm development thinking LIBOR MITROVIC, STEPAN HUBALOVSKY Department of Informatics University of Hradec Kralove Rokitanskeho 62,

More information

A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points

A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points Tomohiro Nakai, Koichi Kise, Masakazu Iwamura Graduate School of Engineering, Osaka

More information

Locating 1-D Bar Codes in DCT-Domain

Locating 1-D Bar Codes in DCT-Domain Edith Cowan University Research Online ECU Publications Pre. 2011 2006 Locating 1-D Bar Codes in DCT-Domain Alexander Tropf Edith Cowan University Douglas Chai Edith Cowan University 10.1109/ICASSP.2006.1660449

More information

2x + 3x = 180 5x = (5x) = 1 5 (180) x = 36. Angle 1: 2(36) = 72 Angle 2: 3(36) = 108

2x + 3x = 180 5x = (5x) = 1 5 (180) x = 36. Angle 1: 2(36) = 72 Angle 2: 3(36) = 108 GRADE 7 MODULE 6 TOPIC A LESSONS 1 4 KEY CONCEPT OVERVIEW In this topic, students return to using equations to find unknown angle measures. Students write equations to model various angle relationships

More information

Data Hiding in Binary Text Documents 1. Q. Mei, E. K. Wong, and N. Memon

Data Hiding in Binary Text Documents 1. Q. Mei, E. K. Wong, and N. Memon Data Hiding in Binary Text Documents 1 Q. Mei, E. K. Wong, and N. Memon Department of Computer and Information Science Polytechnic University 5 Metrotech Center, Brooklyn, NY 11201 ABSTRACT With the proliferation

More information

Packing Trominoes is NP-Complete, #P-Complete and ASP-Complete

Packing Trominoes is NP-Complete, #P-Complete and ASP-Complete CCCG 2012, Charlottetown, P.E.I., August 8 10, 2012 Packing Trominoes is NP-Complete, #P-Complete and ASP-Complete Takashi Horiyama Takehiro Ito Keita Nakatsuka Abstract We study the computational complexity

More information

EECS490: Digital Image Processing. Lecture #17

EECS490: Digital Image Processing. Lecture #17 Lecture #17 Morphology & set operations on images Structuring elements Erosion and dilation Opening and closing Morphological image processing, boundary extraction, region filling Connectivity: convex

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

More information

CSIT 691 Independent Project

CSIT 691 Independent Project CSIT 691 Independent Project A comparison of Mean Average Error (MAE) Based Image Search for Hexagonally and Regularly Structured Pixel Data Student: Sijing LIU Email: sijing@ust.hk Supervisor: Prof. David

More information

DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD

DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD Akira IGARASHI 1, Hirokazu IEMURA 2 And Takanori SUWA 3 SUMMARY Since various kinds of issues arise in the practical application of structural response

More information

Matching and Planarity

Matching and Planarity Matching and Planarity Po-Shen Loh June 010 1 Warm-up 1. (Bondy 1.5.9.) There are n points in the plane such that every pair of points has distance 1. Show that there are at most n (unordered) pairs of

More information

THE isoperimetric problem asks, given a length of

THE isoperimetric problem asks, given a length of , July 3-5, 2013, London, U.K. Threshold of Isoperimetric Ratio based on Compressibility via Invertible Affine Transformations Toshio Suzuki, Member, IAENG, and Yuji Hatakeyama Abstract The isoperimetric

More information

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Tool 1: Standards for Mathematical ent: Interpreting Functions CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Name of Reviewer School/District Date Name of Curriculum Materials:

More information

Mathematics Curriculum

Mathematics Curriculum 6 G R A D E Mathematics Curriculum GRADE 6 5 Table of Contents 1... 1 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)... 11 Lesson 1: The Area of Parallelograms Through Rectangle Facts...

More information

TILING PROBLEMS: FROM DOMINOES, CHECKERBOARDS, AND MAZES TO DISCRETE GEOMETRY

TILING PROBLEMS: FROM DOMINOES, CHECKERBOARDS, AND MAZES TO DISCRETE GEOMETRY TILING PROBLEMS: FROM DOMINOES, CHECKERBOARDS, AND MAZES TO DISCRETE GEOMETRY BERKELEY MATH CIRCLE 1. Looking for a number Consider an 8 8 checkerboard (like the one used to play chess) and consider 32

More information

Specific Objectives Students will understand that that the family of equation corresponds with the shape of the graph. Students will be able to create a graph of an equation by plotting points. In lesson

More information

Generating All Solutions of Minesweeper Problem Using Degree Constrained Subgraph Model

Generating All Solutions of Minesweeper Problem Using Degree Constrained Subgraph Model 356 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 Generating All Solutions of Minesweeper Problem Using Degree Constrained Subgraph Model Hirofumi Suzuki, Sun Hao, and Shin-ichi Minato Graduate

More information

OBJECT detection in general has many applications

OBJECT detection in general has many applications 1 Implementing Rectangle Detection using Windowed Hough Transform Akhil Singh, Music Engineering, University of Miami Abstract This paper implements Jung and Schramm s method to use Hough Transform for

More information

SIMULATION OF ARTIFICIAL SYSTEMS BEHAVIOR IN PARAMETRIC EIGHT-DIMENSIONAL SPACE

SIMULATION OF ARTIFICIAL SYSTEMS BEHAVIOR IN PARAMETRIC EIGHT-DIMENSIONAL SPACE 78 Proceedings of the 4 th International Conference on Informatics and Information Technology SIMULATION OF ARTIFICIAL SYSTEMS BEHAVIOR IN PARAMETRIC EIGHT-DIMENSIONAL SPACE D. Ulbikiene, J. Ulbikas, K.

More information

Floyd-Steinberg Dithering

Floyd-Steinberg Dithering Floyd-Steinberg Dithering STEPHEN M. OMOHUNDRO Intemationol Computer Science Institute 1947 Center Street. SUite 60) Berkeley. Colifomio 94704 Phone:41~9153 Intemet: om@lcsl.berkeley.edu October 25. 1990

More information

Robot Motion Planning in Eight Directions

Robot Motion Planning in Eight Directions Robot Motion Planning in Eight Directions Miloš Šeda and Tomáš Březina Abstract In this paper, we investigate the problem of 8-directional robot motion planning where the goal is to find a collision-free

More information

Obstacle-Aware Longest-Path Routing with Parallel MILP Solvers

Obstacle-Aware Longest-Path Routing with Parallel MILP Solvers , October 20-22, 2010, San Francisco, USA Obstacle-Aware Longest-Path Routing with Parallel MILP Solvers I-Lun Tseng, Member, IAENG, Huan-Wen Chen, and Che-I Lee Abstract Longest-path routing problems,

More information

C Curves That Fill Space

C Curves That Fill Space C Curves That Fill Space A space-filling curve completely fills up part of space by passing through every point in that part. It does that by changing direction repeatedly. We will only discuss curves

More information

Evolution of Impossible Objects

Evolution of Impossible Objects Evolution of Impossible Objects Kokichi Sugihara Meiji Institute for Advanced Study of Mathematical Sciences, Meiji University, 4-21-1 Nakano, Nakano-ku, Tokyo 164-8525, Japan http://www.isc.meiji.ac.jp/~kokichis/

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 14, NO. 3, MARCH

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 14, NO. 3, MARCH IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 14, NO. 3, MARCH 2005 343 Rate-Distortion Optimized Tree-Structured Compression Algorithms for Piecewise Polynomial Images Rahul Shukla, Member, IEEE, Pier Luigi

More information

On the Number of Rooms in a Rectangular Solid Dissection

On the Number of Rooms in a Rectangular Solid Dissection IPSJ Journal Vol. 51 No. 3 1047 1055 (Mar. 2010) Regular Paper On the Number of Rooms in a Rectangular Solid Dissection Hidenori Ohta, 1 Toshinori Yamada 2 and Kunihiro Fujiyoshi 1 In these years, 3D-LSIs

More information

Unit Maps: Grade 2 Math

Unit Maps: Grade 2 Math Place Value and Comparing Numbers 2.3 Place value. The student understands how to represent and compare whole numbers, the relative position and magnitude of whole numbers, and relationships within the

More information

1. (10 pts) Order the following three images by how much memory they occupy:

1. (10 pts) Order the following three images by how much memory they occupy: CS 47 Prelim Tuesday, February 25, 2003 Problem : Raster images (5 pts). (0 pts) Order the following three images by how much memory they occupy: A. a 2048 by 2048 binary image B. a 024 by 024 grayscale

More information

Production of Video Images by Computer Controlled Cameras and Its Application to TV Conference System

Production of Video Images by Computer Controlled Cameras and Its Application to TV Conference System Proc. of IEEE Conference on Computer Vision and Pattern Recognition, vol.2, II-131 II-137, Dec. 2001. Production of Video Images by Computer Controlled Cameras and Its Application to TV Conference System

More information

Twiddle Factor Transformation for Pipelined FFT Processing

Twiddle Factor Transformation for Pipelined FFT Processing Twiddle Factor Transformation for Pipelined FFT Processing In-Cheol Park, WonHee Son, and Ji-Hoon Kim School of EECS, Korea Advanced Institute of Science and Technology, Daejeon, Korea icpark@ee.kaist.ac.kr,

More information

Use Math to Solve Problems and Communicate. Level 1 Level 2 Level 3 Level 4 Level 5 Level 6

Use Math to Solve Problems and Communicate. Level 1 Level 2 Level 3 Level 4 Level 5 Level 6 Number Sense M.1.1 Connect and count number words and numerals from 0-999 to the quantities they represent. M.2.1 Connect and count number words and numerals from 0-1,000,000 to the quantities they represent.

More information

Introducing Robotics Vision System to a Manufacturing Robotics Course

Introducing Robotics Vision System to a Manufacturing Robotics Course Paper ID #16241 Introducing Robotics Vision System to a Manufacturing Robotics Course Dr. Yuqiu You, Ohio University c American Society for Engineering Education, 2016 Introducing Robotics Vision System

More information

As a consequence of the operation, there are new incidences between edges and triangles that did not exist in K; see Figure II.9.

As a consequence of the operation, there are new incidences between edges and triangles that did not exist in K; see Figure II.9. II.4 Surface Simplification 37 II.4 Surface Simplification In applications it is often necessary to simplify the data or its representation. One reason is measurement noise, which we would like to eliminate,

More information

CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS

CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS This chapter presents a computational model for perceptual organization. A figure-ground segregation network is proposed based on a novel boundary

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Threshold Visual Cryptography Scheme for Color Images with No Pixel Expansion

Threshold Visual Cryptography Scheme for Color Images with No Pixel Expansion ISBN 978-952-5726-07-7 (Print), 978-952-5726-08-4 (CD-ROM) Proceedings of the Second Symposium International Computer Science and Computational Technology(ISCSCT 09) Huangshan, P. R. China, 26-28,Dec.

More information

On ɛ-unit distance graphs

On ɛ-unit distance graphs On ɛ-unit distance graphs Geoffrey Exoo Department of Mathematics and Computer Science Indiana State University Terre Haute, IN 47809 g-exoo@indstate.edu April 9, 003 Abstract We consider a variation on

More information

Aspect-Ratio Voronoi Diagram with Applications

Aspect-Ratio Voronoi Diagram with Applications Aspect-Ratio Voronoi Diagram with Applications Tetsuo Asano School of Information Science, JAIST (Japan Advanced Institute of Science and Technology), Japan 1-1 Asahidai, Nomi, Ishikawa, 923-1292, Japan

More information

Connected components - 1

Connected components - 1 Connected Components Basic definitions Connectivity, Adjacency, Connected Components Background/Foreground, Boundaries Run-length encoding Component Labeling Recursive algorithm Two-scan algorithm Chain

More information

Triangle Rasterization

Triangle Rasterization Triangle Rasterization Computer Graphics COMP 770 (236) Spring 2007 Instructor: Brandon Lloyd 2/07/07 1 From last time Lines and planes Culling View frustum culling Back-face culling Occlusion culling

More information

Scientific Visualization Example exam questions with commented answers

Scientific Visualization Example exam questions with commented answers Scientific Visualization Example exam questions with commented answers The theoretical part of this course is evaluated by means of a multiple- choice exam. The questions cover the material mentioned during

More information

Classification and Generation of 3D Discrete Curves

Classification and Generation of 3D Discrete Curves Applied Mathematical Sciences, Vol. 1, 2007, no. 57, 2805-2825 Classification and Generation of 3D Discrete Curves Ernesto Bribiesca Departamento de Ciencias de la Computación Instituto de Investigaciones

More information