recategorized by
3,625 views

2 Answers

2 votes
2 votes
Ans is B

There are two types of line drawing algorithms 1) DDA which uses floating point arithmetic hence need approximation for pixels(but algo is simple)

2)Bresenham's   line algo which uses Integer arithmetic only and hence easy to do computation (but algo is difficult)
0 votes
0 votes
Bresenham line drawing algorithm works only on integer arithmetic

Option B is correct
Answer:

Related questions

3 votes
3 votes
2 answers
3
go_editor asked Jul 18, 2016
2,550 views
If f(x, y) is a digital image, then x, y and amplitude values of f areFiniteInfiniteNeither finite nor infiniteNone of the above
2 votes
2 votes
1 answer
4
go_editor asked Jul 18, 2016
1,525 views
The number of distinct binary images which can be generated from a given binary image of right M $\times$ N areM+NM $\times$ N2$^{M+N}$2$^{MN}$