Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Graphics Expert

Write the Liang B arsky line clipping algorithm. Why is Liang Barsky algorithm more efficient than the Cohen Sutherland algorithm? 

Liang Barsky Line Clipping: Faster line clippers have been developed that are based an analysis of the parametric equation of a line segment, Which we can write in the form: where using these parametric equation Cyrus and Beck developed an alga that is generally more efficient than the Cohen Sutherland alga. Later Liang and Barsky independently devised an even faster parametric line clipping alga. In this first write the paint clipping conditions in the parametric form: each of these four inequalities can be expressed as: where parameters p and q are defined.  Any line that is parallel to one of the clipping boundaries has pk­ = 0 for the value of k corresponding to that boundaries ( k = 1, 2, 3, and 4 correspond to the left, right, bottom and top boundaries ) If for the value of k we also find qk < 0, then line is completely outside the boundary and can be eliminated from further consideration. If qk > 0, the infinite extension of the line processed from the outside to the inside of the infinite extension of this particular clipping boundary. If pk > 0 the line proceeds from the inside to the outside. For a nonzero value of p k, we can calculate the value of u that corresponds to the point where the infinitely extended line intersects the extension of boundary k.  For each line, we can calculate values for parameters u­1 and u2 that define that part of the line that lies within the clip rectangle. The value of r is determined by looking at the rectangle edges for which the line proceeds from the outside to the inside . For these edges we calculate. The value of as taken as the largest of the set consisting of 0 and the various values of r. Conversely the value of is determined by examining the boundaries for which the line proceeds from inside to outside. A value of r is calculated for each of these boundaries, and the value of is the minimum of the set consisting of 1 and the calculated r values. If u1 > u2 the line is completely outside the clip window and of can be rejected. Otherwise the endpoints of the clipped line are calculated from the two values of parameter u.  This algorithm is presented in the following procedure, Line intersection parameters are initialized to the values u1 = 0 and u2 = 1. For each clipping boundary the appropriate values for p and q are calculated and rsed by the function clip test to determine whether the line can be rejected of whether the intersection parameters are to be adjusted. When p > 0, the parameter r is used to update  u1; when p > 0 parameter r is used to update u. If updating u­1 or u2 results in u1 > u2 we reject the line. Otherwise we update the appropriate u parameter only if the new value results in a shortening of the line. When p = 0 and q < 0 we can discard the line since it is parallel to and outside of this boundary If the line has not been rejected after all four values of p and q have been tested, the endpoints of the clipped line are determined from values of u1 and u­­2.

Efficiency of Liang Algorithm than Cohen Sutherland algorithm: The Liang-Barky  algorithm is more efficient than the Cohen Sutherland algorithm, since intersection calculations are reduced. Each update of parameters u and u requires only one division; and window intersections of the line are computed only once, when the final values of u and u have been computed. In contrast, the Cohen Sutherland algorithm can repeatedly calculate intersections along a line path, even though the line may be completely outside the clip window. And each intersection calculation requires both a division and a multiplication. Both the Cohen Sutherland and the Liang Barky algorithms can be extended to three dimensional clipping. 

Computer Graphics, Computer Science

  • Category:- Computer Graphics
  • Reference No.:- M9503713

Have any Question?


Related Questions in Computer Graphics

The problemyou are to search a bitmap in rgb format and

The problem: You are to search a bitmap in RGB format and count the number of pixels which match a set of colors. The bitmap will be 1024 by 1024 pixels for the purposes of explaining this problem. The set of colors will ...

The saffir-simpson hurricane scale classifies hurricanes

The Saffir-Simpson Hurricane Scale classifies hurricanes into five categories numbered 1 through 5. Write an application named Hurricane that outputs a hurricane's category based on the user's input of the wind speed. CA ...

Please read my question if you post copy and pasted code

Please read my question if you post copy and pasted code you will get a negative review. This is java In this graphical program, you are going to simulate arcade car racing game. You need a single player that is movable ...

Question a describe the architecture of simple raster

Question : a) Describe the architecture of simple raster graphics system? b) Explain raster scan display processor?

The problemsit is strongly recommended that you tackle the

The problems: It is strongly recommended that you tackle the following tasks in a modular way -- a separate standalone function for each task. Draw a rectangle as a Rectangle and as a Polygon. Make the lines of the Polyg ...

You have a program draw a rectangle on the screen and allow

You have a program draw a rectangle on the screen and allow the user to change the color/size of the rectangle. The program will store in the browser the settings of the color/size so that upon revisiting the page, the v ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As