English, asked by sunithakonduri21, 8 months ago

comparsion between scan line and xiaolin wu's algorithm ​

Answers

Answered by alokkthp16
0

Answer:

Anti-Aliased Line Drawing

Below is the image showing line drawn with Bresenham’s line algorithm (left) and Xiaolin Wu’s line algorithm (right) which smooths the line. Which one looks better to you ?

AALine

Anti Aliasing concept

Suppose we want to draw a line from point(1 , 1) to point(8 , 4) with rectangular edges . The ideal line would be the one shown in figure A . Since I want to display it on screen I cannot use that . Line needs to go through a process called Rasterization which would determine color of individual pixels . Several algorithms

Similar questions