АвтоАвтоматизацияАрхитектураАстрономияАудитБиологияБухгалтерияВоенное делоГенетикаГеографияГеологияГосударствоДомДругоеЖурналистика и СМИИзобретательствоИностранные языкиИнформатикаИскусствоИсторияКомпьютерыКулинарияКультураЛексикологияЛитератураЛогикаМаркетингМатематикаМашиностроениеМедицинаМенеджментМеталлы и СваркаМеханикаМузыкаНаселениеОбразованиеОхрана безопасности жизниОхрана ТрудаПедагогикаПолитикаПравоПриборостроениеПрограммированиеПроизводствоПромышленностьПсихологияРадиоРегилияСвязьСоциологияСпортСтандартизацияСтроительствоТехнологииТорговляТуризмФизикаФизиологияФилософияФинансыХимияХозяйствоЦеннообразованиеЧерчениеЭкологияЭконометрикаЭкономикаЭлектроникаЮриспунденкция

Line Drawing Algorithms

Читайте также:
  1. Computers and algorithms
  2. Drawing a Closed Cardinal Spline
  3. Drawing a Polygon
  4. Drawing and Manipulating Shapes and Images
  5. Simplest Line Drawing Algorithm
  6. Объекты Graphics и Drawing в Windows Forms

Since the raster display screen can be considered as a matrix of discrete elements (pixels), each of which can be highlighted, we cannot directly draw the segment from one point to another. The process of determining pixels that best approximate the specified line segment, is called the decomposition to the raster. For horizontal, vertical and inclined at an angle of 45° segments selection of screen elements is obvious. For any other orientation we select the desired pixels harder, as shown in Fig. 4.1.

Fig.4.1. Decomposition Line Segment to the Raster

Before proceeding to discuss specific line drawing algorithms, it is useful to answer the question, what are the desirable characteristics of the result image and examine the general requirements for these algorithms:

· the segments have to look straight, start and finish at fixed points;

· brightness along the segment should be constant and not depend on the length and inclination;

· drawing should be quick.

As often happens, not all of these criteria can be satisfied. The very nature of the raster display eliminates the generation of absolutely straight lines (except for some special cases), as well as the exact start and end of the segment with the given points. Nevertheless, at sufficiently high resolution display can get a reasonable approximation.

Constant brightness along the entire segment is achieved only during the horizontal, vertical and inclined at an angle of 45° lines. For all other orientations the expansion will lead to uneven screen brightness, as shown in Fig. 4.1. Even for special cases, the brightness depends on the slope: note, for example, that the distance between neighboring pixels for a segment at an angle of 45 ° is greater than for the vertical and horizontal lines. Therefore, the vertical and horizontal segments will look brighter than the oblique ones. For ensuring equal brightness along segments of different lengths and orientation it is required to take the square root, but it will slow down the calculation. A common compromise for this situation is finding the approximate length of the segment, reducing of computation to a minimum, the preferred using of integer arithmetic, and implementation of algorithms in hardware or firmware level.


1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 |

Поиск по сайту:



Все материалы представленные на сайте исключительно с целью ознакомления читателями и не преследуют коммерческих целей или нарушение авторских прав. Студалл.Орг (0.004 сек.)