Computer Science, asked by gauravtamang8249, 11 months ago

Disadvantages of bresenham's line drawing algorithm over dda

Answers

Answered by Anonymous
0
Advantage of Bresenham line drawing algorithm over DDA

The big advantage of this algorithm is that it uses only integer calculations such as addition/subtraction and bit shifting. The main advantage of Bresenham's algorithm is speed. The disadvantage of such a simple algorithm is that it is meant for basic line drawing

Answered by StaceeLichtenstein
0

Disadvantages of bresenham's line drawing algorithm over dda is given below.

Explanation:

  • The  bresenham's line algorithm  enhances the consistency of point produced but the resulting line is not perfect where as in the dda its perfect.
  • The bresenham's line drawing algorithm can't manage downsizing compression artefacts. where as in the dda its managed by the compression artefacts.
  • In the bresenham's line algorithm we can only perform the integer  calculation where as in the dda we can perform any calculation .

Learn More :

  • brainly.in/question/5990786

Similar questions