Algorithm of Bresenhams line drawing
Write down the Bresenhams line drawing algorithm?
Expert
Step 1: Input the line end-points and store the left end-point in (X0, Y0)
Step 2: Load the (X0, Y0) to the frame buffer.
Step 3: Compute constants Δx, Δy, 2 Δy, -2 Δx, and get the decision parameters as: P0 = 2 Δy – Δx
Step 4: At all Xk all along the line, beginning at k = 0, execute the following test
If Pk < 0, then the next point to plot is (Xk+1, Yk) and Pk+1 = Pk + 2 Δy. Or else, next point to the plot is (Xk+1, Yk+1) and Pk+1 = Pk+2 Δy - 2 Δx.
Step 5: Repeat the step 4 Δx times.
What do you understand by the term seed fill? Briefly explain it.
Explain the use of control points?
Briefly define the term Projection? Write down the steps included in the 3D transformation?
Explain the term Image scanners?
What is the basic difference among impact and non-impact printers?
What are the steps involved in 3D transformation?
What do you understand by scan line polygon algorithm?
What is meant by persistence in terms of the CRT Phosphorous? What do you mean by the resolution?
What do you understand by the term Projection reference point?
Describe briefly the Scan Line Polygon Fill Algorithm with appropriate diagram?
18,76,764
1953979 Asked
3,689
Active Tutors
1429301
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!