Chapter - 2: Geometry and Line Generations

Similar documents
Einführung in Visual Computing

Scan Conversion. CMP 477 Computer Graphics S. A. Arekete

Computer Graphics: Graphics Output Primitives Line Drawing Algorithms

Tópicos de Computação Gráfica Topics in Computer Graphics 10509: Doutoramento em Engenharia Informática. Chap. 2 Rasterization.

Unit 2 Output Primitives and their Attributes

OpenGL Graphics System. 2D Graphics Primitives. Drawing 2D Graphics Primitives. 2D Graphics Primitives. Mathematical 2D Primitives.

CS 4731: Computer Graphics Lecture 21: Raster Graphics: Drawing Lines. Emmanuel Agu

Output Primitives. Dr. S.M. Malaek. Assistant: M. Younesi

Rasterization, or What is glbegin(gl_lines) really doing?

Computer Graphics : Bresenham Line Drawing Algorithm, Circle Drawing & Polygon Filling

Output Primitives Lecture: 3. Lecture 3. Output Primitives. Assuming we have a raster display, a picture is completely specified by:

Rasterization: Geometric Primitives

MODULE - 4. e-pg Pathshala

Computer Graphics D Graphics Algorithms

Digital Differential Analyzer Bresenhams Line Drawing Algorithm

Chapter 3. Sukhwinder Singh

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

From Vertices to Fragments: Rasterization. Reading Assignment: Chapter 7. Special memory where pixel colors are stored.

UNIT 2 GRAPHIC PRIMITIVES

CS 450: COMPUTER GRAPHICS REVIEW: DRAWING LINES AND CIRCLES SPRING 2015 DR. MICHAEL J. REALE

Graphics (Output) Primitives. Chapters 3 & 4

Computer Graphics. - Rasterization - Philipp Slusallek

Overview of Computer Graphics

From Ver(ces to Fragments: Rasteriza(on

1 Introduction to Graphics

GRAPHICS OUTPUT PRIMITIVES

COMP371 COMPUTER GRAPHICS

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 14

Scan Converting Lines

Painter s HSR Algorithm

CS Rasterization. Junqiao Zhao 赵君峤

CS6504 & Computer Graphics Unit I Page 1

UNIT -8 IMPLEMENTATION

R asterisation. Part I: Simple Lines. Affine transformation. Transform Render. Rasterisation Line Rasterisation 2/16

About Graphing Lines

MET71 COMPUTER AIDED DESIGN

Computer Graphics (CS 543) Lecture 10: Rasterization and Antialiasing

Chapter 8: Implementation- Clipping and Rasterization

Efficient Plotting Algorithm

CS 543: Computer Graphics. Rasterization

Line Drawing Week 6, Lecture 9

Computer Graphics D Graphics Algorithms

Points and lines. x x 1 + y 1. y = mx + b

Scan Conversion. Drawing Lines Drawing Circles

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Computer Graphics

CS2401 Computer Graphics

CSCI 4620/8626. Coordinate Reference Frames

Introduction to Computer Graphics

CS 4300 Computer Graphics. Prof. Harriet Fell Fall 2012 Lecture 5 September 13, 2012

Moore Catholic High School Math Department

Line Drawing. Foundations of Computer Graphics Torsten Möller

Computer Graphics Lecture Notes

Rendering. A simple X program to illustrate rendering

Moore Catholic High School Math Department

Computer Graphics. Attributes of Graphics Primitives. Somsak Walairacht, Computer Engineering, KMITL 1

CS-184: Computer Graphics. Today. 2D Scan Conversion. Tuesday, October 7, Drawing Lines Drawing Curves Filled Polygons Filling Algorithms

CS-184: Computer Graphics

Topic #1: Rasterization (Scan Conversion)

Renderer Implementation: Basics and Clipping. Overview. Preliminaries. David Carr Virtual Environments, Fundamentals Spring 2005

Write C++/Java program to draw line using DDA and Bresenham s algorithm. Inherit pixel class and Use function overloading.

Announcements. Midterms graded back at the end of class Help session on Assignment 3 for last ~20 minutes of class. Computer Graphics

Line Drawing. Introduction to Computer Graphics Torsten Möller / Mike Phillips. Machiraju/Zhang/Möller

(Refer Slide Time: 9:36)

Display Technologies: CRTs Raster Displays

Computer Graphics. Chapter 4 Attributes of Graphics Primitives. Somsak Walairacht, Computer Engineering, KMITL 1

(Refer Slide Time: 00:02:00)

The base of a solid is the region in the first quadrant bounded above by the line y = 2, below by

Department of Computer Sciences Graphics Fall 2003 (Lecture 2) Pixels

Grade 9 Math Terminology

COMP30019 Graphics and Interaction Scan Converting Polygons and Lines

Computer Graphics. Lecture 2. Doç. Dr. Mehmet Gokturk

Rasterization. Rasterization (scan conversion) Digital Differential Analyzer (DDA) Rasterizing a line. Digital Differential Analyzer (DDA)

Introduction to Computer Graphics (CS602) Lecture 05 Line Drawing Techniques

CS 450: COMPUTER GRAPHICS RASTERIZING LINES SPRING 2016 DR. MICHAEL J. REALE

(Refer Slide Time: 00:03:51)

Scan Converting Circles

Computer Graphics: 6-Rasterization

ax + by = 0. x = c. y = d.

PARAMETRIC EQUATIONS AND POLAR COORDINATES

Rasterization. COMP 575/770 Spring 2013

2D Image Synthesis. 2D image synthesis. Raster graphics systems. Modeling transformation. Vectorization. u x u y 0. o x o y 1

SNAP Centre Workshop. Graphing Lines

UNIT I INTRODUCTION. Survey of Computer Graphics

Output Primitives Lecture: 4. Lecture 4

Rendering. A simple X program to illustrate rendering

EF432. Introduction to spagetti and meatballs

CS488 2D Graphics. Luc RENAMBOT

Graphics Output Primitives

Use of Number Maths Statement Code no: 1 Student: Class: At Junior Certificate level the student can: Apply the knowledge and skills necessary to perf

0. Introduction: What is Computer Graphics? 1. Basics of scan conversion (line drawing) 2. Representing 2D curves

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

HOUGH TRANSFORM CS 6350 C V

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

Pipeline implementation II

P1 REVISION EXERCISE: 1

Realtime 3D Computer Graphics Virtual Reality

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

RASTERIZING POLYGONS IN IMAGE SPACE

From 3D World to 2D Screen. Hendrik Speleers

An Improved Algorithm for Scan-converting a Line

Transcription:

Chapter - 2: Geometry and Line Generations In Computer graphics, various application ranges in different areas like entertainment to scientific image processing. In defining this all application mathematics is involved deeply. 2.1 Geometry By now we know that the smallest element is a point and that for a raster device, it is pixel. Pixel is the smallest addressable element of raster device. It is derived from the Picture Element. The number of pixel of a display device determines the resolution of the device, and therefore higher number of pixels is preferred for graphics applications. Each of these pixels is associated with the coordinate of Cartesian plane. These coordinates identify pixel or point. To draw any image or object, some of pixels are activated by setting some intensity. In other words, the pixels turned on. For example, to draw a straight line segment the adjacent pixels between two points are turned on. Y Line A(x 1,y 1 ) (0,0) X Fig:2.1 - A Point in XY-Plane Point AS in the figure Point A has been positioned in the XY-plane and ( x 1, y 1 ) is the position of point A. It implies that the A is located at x 1 distance in X direction and at y 1 distance in Y direction from the origin (0,0). Where the (x 1,y 1 ) is known as the coordinates of point A. Any two points specified in the Plane will define a line, which means that for defining the line we must have to specify two points. Y l1 In the figure 2.2, two points P 1 (x 1,y 1 ) and P 2 (x 2,y 2 )define a line l1. To define the line we need an equation. A random point P 1 (x 1,y 1 ) P(x i,y i ) is said to be on the line l1 if and only if it satisfies the equation of the line. The equation of a straight line can be derived P 2 (x 2,y 2 ) with the help of slope concept of a straight line. The slope is the X rate at which an ordinate of a point on a plane changes with (0,0) Fig:2.2 - A Straight Line respect to a change in the horizontal coordinate. The notion slope is denoted by m. Thus, = = So the slope of any line can be one of four types: the straight line 1) with positive slope, 2) with negative slope, 3) with zero slope and 4) with undefined slope. (3,2) (-3,2) (-3,2) (3,2) 2,3) (-1,-2) 1) Slope m = 1 1 (2,-3) (2,-3) 2) Slope m = -1 3) Slope m = 0 4) Slope m undefined Fig:2.3 Possible Slope values

As per previous discussion to derive a line equation the concept of slope is being used. The slope of any line between two points will remain unchanged (constant). According to this Let assume that P 1 (x 1,y 1 ) and P 2 (x 2,y 2 ) constitute a line as well as a point P(x,y) is lying on the same line and the slope remain same at any point of the slope. So the slope can be written as follows: = 2 2 2 2 = 2 1 2 1 1 1 = 2 1 2 1 = => 1 = ( 1) => = 1 + 1 => = + ( 1 1) We can assume that b = 1 1 then the equation of straight line can be given as = +.(1) 2.2 Frame buffer Pixel (picture element) is the smallest addressable screen element. Each pixel has a name or address. The names correspond to the coordinates, which identify points. The display screen is considered as a grid (or array) of pixels. Ea ch row and column can be numbered conveniently to represent the screen coordinates. The coordinate (i, j) gives the column and row of a pixel. Each pixel is centered at its coordinates. Line segments are drawn by setting the intensities (brightness) of a string of pixels between a starting pixel and an ending pixel. The maximum number of distinguishable points, which a line may have, depends on the resolution of the display device. Frame buffer is an array (stored in the computer s memory), which contains an internal representation of the image to be displayed. It collects and stores the pixel values for use by the display device. The graphics display device accesses this array to determine the intensity at each pixel should be illuminated (displayed). 2.3 Line Generation (DDA) Algorithms The digital differential analyzer (DDA) is a scan conversion line algorithm based on calculation either Dy or Dx. The line at unit intervals is one coordinate and determine corresponding integer values nearest line for the other coordinate. Consider first a line with positive slope. 2.3.1 VECGEN Algorithm The concept of drawing a line or a curve, stepping along a row index (y) or a column index (x) to determine the corresponding column index or row index respectively is known as Digital Differential Analyzer (DDA). The line equation works well for gentle slope but when the slope is sharp the role of x and y are interchanged as well as slope m replaced by 1/m. This method is known as VECGEN method. 2

Step: 1 If the slope is less than or equal to 1, the unit x intervals dx=1 and compute each successive y values. dx=1 m = dy / dx m = ( y 2 - y 1 ) / 1 m = ( y k + 1 y k ) /1 y k +1 = y k + m ------ (2) Subscript k takes integer values starting from 1,for the first point and increment by 1 until the final end point is reached. o m -> any real numbers between 0 and 1 o Calculate y values must be rounded to the nearest integer Step: 2 If the slope is greater than 1, the roles of x any y at the unit y intervals dy=1 and compute each successive y values. dy=1 m= dy / dx m= 1/ ( x 2 -x 1 ) m = 1 / ( x k +1 x k ) x k +1 = x k + ( 1 / m ) ------( 3 ) o Equation 2 and Equation 3 that the lines are to be processed from left end point to the right end point. Step: 3 If the processing is reversed, the starting point at the right dx=-1 m= dy / dx m = ( y 2 y 1 ) / -1 y k +1 = y k - m -------- ( 4 ) Intervals dy=1 and compute each successive y values. Step: 4 Here, dy=-1 m= dy / dx m = -1 / ( x 2 x 1 ) m = -1 / ( x k +1 x k ) x k +1 = x k + ( 1 / m ) -------- ( 5 ) Equation 2 and Equation 5 used to calculate pixel position along a line with ve slope. This algorithm can also be written in following form: Step-1: Input two line end points A(x a,y a ) and B(x b,y b ) and start with the left endpoint A(x a,y a ) and declare Δx, Δy, step, k, x inc, y inc, x, y. Step-2: Calculate Δx = x b - x a ; Δy = y b - y a [find the difference of end points] Step-3: If abs(δx) > abs(δy) then step = abs(δx) else step = abs(δy) Step-4: We have x inc = Δx / steps and y inc = Δy / steps [Find total intermediate points] Step-5: setpixel(round(x a ), round(x a ), 1) [Plot the first point] 3

Step-6: x = x + x inc ; y = y + y inc ; setpixel(round(x), round(y),1) [Plot all points] Step-7: Repeat step-6 for step times Adv ant age: 1) It is a faster method for calculating pixel position then simple line algorithm. 2) It eliminates continues multiplication in equation Y=mx+b so that appropriate increments are applied on x or y. Dis adv ant ag e: 1) Round off error in successive additions can cause the pixel positions to drift away from the true line path for long line segments. 2) The rounding operations and floating point arithmetic are still time consuming. 2.3.2 Bresenham s Algorithm The line generating algorithm developed by Bresenham is accurate and faster; which converts scan lines using incremental integer calculations that can be used to draw not only lines but also used to display circles and other curves. As we can see in fig:2.4 last turned on pixel is (2,b) and the problem is which pixel should be turned on next,(3,c) or (3,d)? According to the Bresenham s algorithm the pixel closest to the line to be drawn will be chosen. For this he has defined a decision parameter, so let understand what is this decision parameter? Fig:2.4 Pixel to be turned on next. y k +1 Let us assume that we are drawing a line y = mx+b that passes through a point (x 0,y 0 ). Here 0 < m < 1. Let us also assume that the last pixel turned on is (x k,y k ) and the decision to be made is for the next step that is for the vertical distance x k +1 as in fig:2.5. y y k Y d 2 d 1 x X k +1 Fig:2.6 Distance between Points Therefore, 4 Now let us assume a vertical row of pixels which passes through horizontal distance x k +1. There are three vertical points, (x k +1, y k ), (x k +1, y) and (x k +1, y k +1), fall on this assumed line. in addition the assumed distance between (x k +1, y k ) and (x k +1, y) is d 1 and distance between (x k +1, y) and (x k +1, y k+1 ) is d 2 in above figure. The equation of this vertical line is, y= m (x k +1) + b d 1 = y y k = m (x k +1) + b y k d 2 = y k +1 - y Fig:2.5 Drawing a line.

So, = y k +1 - (m (x k +1) + b) = y k +1 - m (x k +1) - b The difference among these two points can be obtained as d 1 - d 2, d 1 - d 2 = [m (x k +1) + b y k ] [y k +1 - m (x k +1) b] = m (x k )+ m + b y k y k 1 + m (x k ) + m + b = 2m ( x k ) +2m + 2b - 2y k - 1 = 2m (x k + 1) + 2b - 2y k - 1 d 1 - d 2 = 2m (x k + 1) + 2b - 2y k 1 = 2 (x k + 1) + 2b - 2y k 1 [after substituting m = ] dx (d 1 - d 2 ) = 2 dy (x k + 1) + 2b dx - 2y k dx 1 dx = 2 dy x k + 2 dy + 2b dx - 2y k dx dx P k = 2 dy x k - 2y k dx + c..[2] Where c = 2 dy + 2b dx dx and it is independent of the positions of pixel, and P k is a decision parameter for the k th step, The sign of decision parameter is same as the sign of d 1 - d 2, as for our case 0 < m <1, that is dx > 0. If P k is positive, that is dx(d 1 - d 2 ) > 0, and d 1 > d 2. Therefore, the upper pixel at position y k + 1 is closer to the line than the pixel y k, hence the pixel at position y k + 1 will be activated. In case of negative P k, that is dx(d 1 - d 2 ) < 0, (d 2 > d 1 ) and therefore the pixel at position y k will be activated. Now for the (k + 1) st step, P k+1 = 2 dy x k+1-2y k+1 dx + c P k+1 - P k = [2 dy x k+1-2y k+1 dx + c] [2 dy x k - 2y k dx + c] = 2 dy x k+1-2y k+1 dx + c 2 dy x k + 2y k dx c = 2 dy (x k+1 - x k ) - 2dx (y k+1-2y k ) = 2 dy - 2dx (y k+1-2y k ) [since x k+1 - x k = 1] P k+1 - P k = 2 dy - 2dx (y k+1-2y k ) P k+1 = P k + 2 dy - 2dx (y k+1-2y k ) Where the value of (y k+1 - y k ) will be 0 or 1 respectively for positive and negative value of decision parameter P k. From equation [2], the initial value of the decision parameter is given as: P k = 2 (dy dx)..(3) Here, it is noticeable that for making a decision regarding the pixel to be activated, no floating point operation is needed. Other integer coordinate values of the next point in line can be obtained by the following algorithm and so the line is created. Bresenham's Line-Drawing Algorithm for m < 1 Step 1: Input the two line endpoints and store the left endpoint in (x 0,y 0 ) 5

Step 2: Load (x 0,y 0 ) into the frame buffer; that is, plot the first point. Step 3: Calculate constants dx, dy, 2dy, and 2dy 2dx, and obtain the starting value for the decision parameter as P 0 = 2dy - dx Step 4: At each x k along the line, starting at k = 0, perform the following test: If P k < 0, the next point to plot is (x k +1, y k ) and P k +1 = P k + 2dy Otherwise, the next point to plot is (x k +1, y k +1) P k +1 = P k + 2dy - 2dx Step 5: Repeat step 4 dx no. of times. 2.4 Line Styles Generally, solid lines, dashed lines, dotted lines and thick lines are used as different line styles in graphics applications. Dashed lines and dotted lines are generated by just a minor modification in our standard DDA algorithms. A dashed line can be generated by inter-dash spaces between the dashes. Generally, dashes and inter-dash spaces are equal in length whereas a dotted line can be generated by very short length dashes. By using different characters in this method, different line styles can be created. 2.4.1 Thick Lines The thick line primitive is more interesting. A line or a line segment generated by the standard DDA algorithm is a single pixel width. Let us assume a line with a gentle slope, that is, a slope less than 1. If you need such a line segment with a thickness of three pixels, you need to put there a vertical span of three pixels for each value of. Thus, a line with any width, can be generated just by putting a vertical span of ( /2) pixels on both the sides of the central line as shown in fig:2.7 (x 1, y 1 +w y ) (x 1, y 1 ) (x 1, y 1 - w y ) Upper Line Boundary Lower Line Boundary (x 2, y 2 +w y ) (x 2, y 2 ) (x 2, y 2 - w y ) w/2 w/2 Lower Line Boundary Central Line Upper Line Boundary Fig. 2.7- Thick Line Generation Let p 1 (x 1,y 1 ) and p 2 (x 2,y 2 ) be the end points of a line segment with width, which is to be drawn. Here two parallel line segments will be drawn from a central line(x 1,y 1 ) and (x 2,y 2 ) at a distance( /2). 6

As shown in fig:, the coordinates of end points of the upper and lower line boundaries are [(x 1,y 1 + y ), (x 2,y 2 + y )] and [(x 1,y 1 - y), (x 2,y 2 - y)] respectively. Where the y is as below: y = In the above equation, w-1 is taken instead of w. the reason being, on both sides the line boundaries are drawn which are of 1 pixel in length. Therefore, from both the sides half of the pixel width will be deducted to get the exact width w. for a line segment with steep slope, that is slope greater than 1, the role of x and y in equation () will be interchanged. Thus, for steep slope, the value of w y will be y =. ( ) (4) In the above equation, 1 is taken instead of. The reason is we are considering the boundaries which are drawn on both the sides are of 1 pixel in length. So from both side 1 deducted to get its original width. When the slope is steep that is greater than 1, the role of x and y in the above equation will get change and the equation would be written as follows: x =. ( ). (5) In this case, pixels with horizontal span are activated simultaneously. 2.4.2 Line Caps When we construct the thick lines the issue is generated for its ends whether it should be vertical or horizontal. To clear this issue line caps can be used. There are three basic techniques or caps which are used in graphics applications: butt cap, round cap, and projecting square cap. (See in fig.2.8) (c) Butt Cap (b) Round Cap (a) Projection Square Cap Fig.2.8 - Line Caps In the butt cap the end positions of the thick lines are adjusted in such a way that the line segment appears with square ends. The ends of such thick lines are perpendicular to the original line segment. In the round cap, the upper and lower line boundaries are joined by a circular arch with a semi-circle of the diameter of the width of the thick line segment. In the projecting square cap, the portion of line segment is just extended to give a line segment an effect of square. 7

2.4.3 Thick Line Segments When two thick line segments are connected with each other, they create problems at the joining end points. It creates an angle at the joining end. Joint of two such lines is shown in the figure besides: Fig.2.9 Joint of two thick line segments The discreteness that occurs while joining two thick lines can be removed from the poly-lines by adding some additional portion to the joint as some specific types of joining process. There are three joints: Fig.2.10 Thick line Joints Miter Joint, Round Joint, Bevel Joint. The miter joint is one in which the exterior boundaries of two thick line segments are extended up to their intersection point the point where these two line segments meet each other, if they are extended. (See figure 2.11(a)) In the round joint, the exterior boundaries are connected with a circular arch with a diameter of total thickness of two thick lines, which are joined. (See figure 2.11(b)) The bevel joint is one where butt cap is used to draw line segment and the little triangle that is created at the joint is filled with color of these two line segments. (See figure Fig.2.11 Constructs of Thick line Joints 2.11(c)) 2.4.4 Pen Styles There are many graphics applications, which make use of different pens and brushes of different shapes. Different color is also used with different shapes of pens and brushes. Some of the brushes and pens are shown in the following figure. Fig.2.11 Different Shapes of Brushes 8