坐标转换 计算机图形学_扫描计算机图形学中的转换定义

坐标转换 计算机图形学

扫描转换定义 (Scan Conversion Definition)

The process of representing continuous graphics object as a collection of discrete pixels is known as scan conversion.

将连续图形对象表示为离散像素的集合的过程称为扫描转换

This can be demonstrated by a line that is defined by its two endpoints and the equation of that line. Also, by a circle that is represented by its mid-point and the radius.

这可以通过一条由其两个端点定义的线以及该线的方程式来证明。 同样,用一个以其中点和半径表示的圆。

The job of conversion of every primitive object represented on the graphics screen into a set of pixels that is its basic form is termed as scan conversion or rasterization. The conversion of the graphic screen lines and objects depicted in pixels is scan conversion.
Thus, the process of scan conversion requires some basic rules and guidelines to be followed,

将图形屏幕上表示的每个基本对象转换为像素的基本形式的工作称为扫描转换光栅化 。 图形屏幕线条和以像素表示的对象的转换是扫描转换。
因此,扫描转换过程需要遵循一些基本规则和准则,

  • All the objects drawn on the graphics screen should be of uniform brightness. The brightness content must be the same for every point so that the conversion is made easy.

    图形屏幕上绘制的所有对象应具有均匀的亮度。 每个点的亮度含量必须相同,以便转换容易。

  • The objects drawn on the graphics screen should be free from any orientation and independent of length and size.

    图形屏幕上绘制的对象应该没有任何方向,并且与长度和大小无关。

Scan Conversion Definition in Computer Graphics

Image source: https://www.docsity.com/en/scan-conversion-introduction-to-computer-graphics-lecture-slides/313686/

图片来源:https://www.docsity.com/en/scan-conversion-introduction-to-computer-graphics-lecture-slides/313686/

像素 (Pixels)

A pixel is the smallest unit of a graphics image or referred to as a physical point in a raster. This is the component of the original graphics image which provides even more clear representation than the original image.

像素是图形图像的最小单位,或称为栅格中的物理点。 这是原始图形图像的组成部分,它提供了比原始图像更清晰的表示。

The intensity of each pixel may vary as it depends on the image represented in the graphics image and the color combination is represented by the three basic colors that are red, green and blue.

每个像素的强度可能会有所不同,因为它取决于图形图像中表示的图像,并且颜色组合由红色,绿色和蓝色这三种基本颜色表示。

Scan conversion is done using two methods or techniques,

扫描转换使用两种方法或技术完成,

  1. Analog methods: This conversion is done for large numbers of delay cells and is appropriate for an analog video. It may be performed also using a particular specialized scan converter vacuum tube. In this case, all polar coordinates i.e. (Angle and distance) data from a source such as a radar receiver, so that it can be displayed on any raster scan display.

    模拟方法 :此转换对大量延迟单元进行,适用于模拟视频。 也可以使用特定的专用扫描转换器真空管来执行。 在这种情况下,所有极坐标,即来自雷达接收器等来源的数据(角度和距离),因此可以将其显示在任何光栅扫描显示器上。

  2. Digital methods: In this particular method, any picture is stored in a line or frame buffer with n1 speed (data rate) and is read with n2 speed, several picture processing techniques are applicable when the picture is stored in buffer memory including kinds of interpolation from simple to smart high order comparisons, motion detection and to improve the picture quality and prevent the conversion complications.

    数字方法 :在这种特定方法中,任何图片都以n1速度(数据速率)存储在行或帧缓冲区中,并以n2速度读取,当图片存储在缓冲存储器中时,可以使用几种图片处理技术,包括各种插值从简单到智能的高阶比较,运动检测并提高了图像质量并防止了转换的复杂性。

需要扫描转换算法 (Need of scan conversion algorithms)

This helps in accelerating the process of scan conversion and can generate graphic objects at a faster rate comparatively. Using these algorithms memory is also used efficiently and the production quality of the objects on the screen is also improved.

这有助于加速扫描转换过程,并且可以相对更快地生成图形对象。 使用这些算法,还可以有效地使用内存,并且还可以提高屏幕上对象的生产质量。

We can use a random scan system for this process. It uses a beam of electrons that are accelerated through the potential difference and operates like a pencil on the screen of the cathode ray tube thus producing objects on the screen. These are constructed through a particular sequence of lines drawn.

我们可以为此过程使用随机扫描系统。 它使用电子束,该电子束通过电势差加速,并像铅笔一样在阴极射线管的屏幕上工作,从而在屏幕上产生物体。 这些是通过绘制特定的线条顺序构造而成的。

The Scan Converting rate is a technique that is used in video processing. In this technique, we can change the horizontal and vertical frequencies for different purposes.

扫描转换率是视频处理中使用的一种技术。 在此技术中,我们可以出于不同目的更改水平和垂直频率。

We can apply the scan conversion algorithm for various objects that are,

我们可以将扫描转换算法应用于各种对象,

  • Point

  • Line

    线

  • Polygon example rectangle, triangle and many more

    多边形示例矩形,三角形等

  • Circle

  • Arc

  • Sector

    部门

  • Any filled region

    任何填充区域

扫描转换的优点 (Advantages of Scan Conversion)

  • This scan conversion methodology is used for many purposes including TV, the card used to capture a video, LCD monitor, projectors used for video display any more.

    这种扫描转换方法可用于多种用途,包括电视,用于捕获视频的卡,LCD监视器以及用于视频显示的投影仪。

  • This conversion technique has large and many applications in daily life.

    这种转换技术在日常生活中具有大量应用。

  • One can efficiently perform this scan conversion using high and good speed circuits that are integrated.

    可以使用集成的高速电路有效地执行此扫描转换。

扫描转换的缺点 (Disadvantages of Scan Conversion)

  • While digital scan conversion, the analog video signal gets converted into digital signals of data.

    在进行数字扫描转换时,模拟视频信号将转换为数据的数字信号。

  • We can apply scan conversion with only LSI (Large Scale Integration) and VLSI (Very Large Scale Integration) integrated circuits.

    我们只能对LSI(大规模集成)和VLSI(大规模集成)集成电路应用扫描转换。

翻译自: https://www.includehelp.com/computer-graphics/scan-conversion-definition.aspx

坐标转换 计算机图形学

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值