Classification of Scan Conversion
Classification of Scan Conversion
Department: BCA
Created By: Dr. Sanjeev Punia
SCAN CONVERSION
3
Scan Conversion Techniques
Find the next PIXEL position on Screen
It used to draw :
1. Line
2. Circle
3. Curve
5
Scan Conversion Techniques
Circle Generation Algorithms :
6
Scan Conversion Techniques
Curve Generation Algorithms :
7
Scan Conversion Techniques
Line Generation
DDA Line Drawing Algorithm
8
DDA Line Drawing Algorithm
(Digital Differential Analyzer)
Step 1: Enter the value of starting point
(X1,Y1) and end point (X2,Y2)
Step 5: If m == 1 CASE I
10
DDA Line Drawing Algorithm
11
DDA Line Drawing Algorithm
Xk= Xk + 1/m
Advantage
1. Not Require advance skill
2. Fast method for line generation
Disadvantage
More computation is required in case
of floating point arithmatic operation
13
Next…..
EXAMPLE - SCAN CONVERSION
14
Thank You !!