1 / 16

2D Scan-line Conversion

2D Scan-line Conversion. University of Missouri at Columbia. 2D Scan-line Conversion. DDA algorithm Bresenham’s algorithm. DDA algorithm. The simplest algorithm. Named after Digital Differential Analyzer. ( x 1 , y 1 ). d y. ( x 0 , y 0 ). d x. DDA Algorithm. DDA Algorithm.

Download Presentation

2D Scan-line Conversion

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2D Scan-line Conversion University of Missouri at Columbia

  2. 2D Scan-line Conversion • DDA algorithm • Bresenham’s algorithm

  3. DDA algorithm • The simplest algorithm. • Named after Digital Differential Analyzer. (x1, y1) dy (x0, y0) dx

  4. DDA Algorithm

  5. DDA Algorithm

  6. DDA Algorithm

  7. DDA Algorithm

  8. DDA Algorithm

  9. DDA Algorithm

  10. 2D Scan-line Conversion • DDA algorithm • Bresenham’s algorithm

  11. Bresenham’s Midpoint Algorithm • DDA is simple, efficient, but needs floating points. • Bresenham’s use integer addition only. (x1, y1) dy (x0, y0) dx

  12. Bresenham’s Midpoint Algorithm • To choose from the two pixels NE or E depending on the relative position of the midpoint Mand the line. • Choose E if M is above the line, • Choose NE if M is below the line. NE M E (x0, y0)

  13. Bresenham’s Midpoint Algorithm • Choose NE if d is positive, • Choose E if d is negative. NE M E (x0, y0)

  14. Bresenham’s Midpoint Algorithm • Choose NE if d is positive, • Choose E if d is negative. NE M E (x0, y0)

  15. Incremental Calculation of the decision variable dnew NE M E (x0, y0)

  16. Bresenham’s Midpoint Algorithm NE M E (x0, y0)

More Related