Objectives Differentiate between raster scan display and random scan display.

Slides:



Advertisements
Similar presentations
Computer Graphics- SCC 342
Advertisements

Introduction to Raster scan display C A E D C Computer Aided Engineering Design Centre.
Line Drawing Algorithms. Rasterization-Process of determining which pixels give the best approximation to a desired line on the screen. Scan Conversion-Digitizing.
OUTPUT PRIMITIVES Screen vs. World coordinate systems ● Objects positions are specified in a Cartesian coordinate system called World Coordinate.
CGMB214: Intro. To Computer Graphics
In the name of God Computer Graphics Bastanfard.
Overview of Graphic Systems
MR.E.S.AGRAWAL SGGSIE&T, NANDED CAD Software and Hardware.
Output Primitives Computer Graphics.
CMPE 466 COMPUTER GRAPHICS
Java ThreadsGraphics Programming Graphics Programming: Graphics Devices.
Graphics Device Principles B.Sc. (Hons) Multimedia ComputingMedia Technologies.
Input/Output Devices Graphical Interface Systems Dr. M. Al-Mulhem Feb. 1, 2008.
Graphics Device Principles B.Sc. (Hons) Multimedia ComputingMedia Technologies.
1 King ABDUL AZIZ University Faculty Of Computing and Information Technology CS 454 Computer graphicsIntroduction Dr. Eng. Farag Elnagahy
Monitors and Sound Systems section 3A This lesson includes the following sections: · Monitors · PC Projectors · Sound Systems.
Video Monitor Uses raster scanning to display images
IE433 CAD/CAM Computer Aided Design and Computer Aided Manufacturing Part-2 CAD Systems Industrial Engineering Department King Saud University.
Digital Imaging Systems –I/O. Workflow of digital imaging Two Competing imaging format for motion pictures Film vs Digital Video( TV) Presentation of.
Dr. S.M. Malaek Assistant: M. Younesi
University College Dublin1 Output devices COMP 3003.
Raster-scan system In addition to the central processing unit a special purpose processor called the video controller or display controller is used to.
Lecture No. 3.  Screen resolution  Color  Blank space between the pixels  Intentional image degradation  Brightness  Contrast  Refresh rate  Sensitivity.
Video Monitor Uses raster scanning to display images –Beam of electrons illuminates phosphorus dots on the screen called pixels. Starting at the top of.
Computer Graphics Hardware
Computer Graphics Raster Devices Transformations Areg Sarkissian.
1 Computer Graphics Part 2: Images. 2 What is an image?  An image is the graphical and visual representation of some information that can be displayed.
Computer Graphics Lecture 04 Fasih ur Rehman. Last Class Overview of Graphics Systems – Display Devices Colors and colored displays Raster displays and.
 PLASMA DISPLAY MONITOR  RASTOR VS RANDOM SCAN  INTERLACING AND NON- INTERLACING.
Overview of Graphics Systems. Cathode-ray Tube (CRT) - colors are represented using Red, Green, and Blue components - the CRT has a mechanism for.
Video Monitor CRT: Cathode Ray Tube
Character Generation.
CGMB214: Introduction to Computer Graphics
Introduction to Graphical Hardware Display Technologies
 Video Display Devices Video Display Devices  Cathode-ray tube (CRT) Monitors Cathode-ray tube (CRT) Monitors  Display Technologies Display Technologies.
Graphics: Conceptual Model Real Object Human Eye Display Device Graphics System Synthetic Model Synthetic Camera Real Light Synthetic Light Source.
Image Formation Ch. 3 Kevin Bechet. Review for this Chapter Key Terms Video Formats High Definition vs Standard Definition Image Formation.
Overview of Graphics System
GEOMETRY AND LINE GENERATION Geometry and Line Generation Chapter 2.
In the name of God Computer Graphics. Today Introduction Sampling Graphic Output Primitives 1.Line 2.Circle 3.Curve 4.polygon.
Computer Graphics & Multimedia
Week 9 Monitors and output to the screen. Monitors, also known as Visual display units (V.D.Us) Desktop computers contain a Cathode Ray Tube (C.R.T.)
Name Enrolment no.: Dhruti Desai Khushboo Desai Sneha Gangwani Rajul Shah
OUTPUT PRIMITIVES A.Aruna/Faculty of Information technology/SNSCE13/19/2016.
Lecture 2: 19/4/1435 Graphical algorithms Lecturer/ Kawther Abas CS- 375 Graphics and Human Computer Interaction.
1.  The primary output device in a graphics system is a video monitor. These monitors are based on Cathode Ray Tube (CRT) design.  CRT is a vacuum tube/electron.
Computer Graphics CC416 Lecture 02: Overview of Graphics Systems: Raster & Random Displays – Chapter 2 Dr. Manal Helal – Fall 2014.
Computer Graphics CC416 Lecture 04: Bresenham Line Algorithm & Mid-point circle algorithm Dr. Manal Helal – Fall 2014.
Graphic Systems. Basic Graphics System Input devices Output device Image formed in FB [Edward Angel, Interactive computer Graphics, 2009]
The Cathode Ray Tube Monitor
CAD Display Devices J. M. Dave Assistant Professor
Computer Graphics Lecture 3. Graphics Output Devices A- VIDEO DISPLAY DEVICES 1.Refresh cathode-ray tube (CRT) 2.Raster-Scan Displays 3.Random-Scan Displays.
Computer Graphics Lecture 4 Computer Graphics Hardware
Unit 1 Basic of computer graphics
Computer Graphics Lecture 3 Computer Graphics Hardware
Computer Graphics Raster Devices Transformations
COMPUTER GRAPHICS QUESTIONS AND ANSWERS.
Overview of Graphics Systems: I
Overview of Graphics Systems
Graphics Systems.
Overview of Graphics Systems
Overview of Graphics Systems
Overview (Display Devices)
Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion.
OVERVIEW OF GRAPHICS SYSTEMS
Graphics Systems SUBJECT: COMPUTER GRAPHICS LECTURE NO: 02 BATCH: 16BS(INFORMATION TECHNOLOGY) 1/4/
Graphics Systems Lecture-2
Chapter 2 Overview of Graphics Systems
Overview of Graphics Systems
INTERACTIVE COMPUTER GRAPHICS
Presentation transcript:

Objectives Differentiate between raster scan display and random scan display.

Raster scan display The most common type of monitor employing a CRT is raster scan display. In Raster scan display the electron beam is swept across the screen one row at a time from top to bottom.

Beam intensity is turned on and off to create a pattern of illuminated spots as the electron moves across each row . In a raster scan system entire screen is a matrix of pixels. Frame buffer or refresh buffer holds the set of all intensity values for all screen points. Stored intensity values are then retrieved from the refresh buffer and painted on the screen one row at a time. Disadvantage Raster system produces jagged lines that are plotted as discrete points

Refreshing is carried out at the rate of 60 to 80 frames per sec.

A raster is a rectangular array of points or dots

Horizontal Retrace At the end of each scan line , the electron beam returns to the left side of the screen to begin displaying the next scan line. The return to the left of the screen , after refreshing each scan line is called horizontal retrace of electron beam. Vertical retrace At the end of each frame the electron beam returns to the top left corner of the screen to begin the next frame.

Random Scan Display The electron beam is directed only to the parts of the screen where a picture is to be drawn. Picture definition is stored as a set of line drawing commands in an area of memory referred to as refresh display file. To display a specified picture ,the system cycles through a set of commands in the display file , drawing each component line . After processing all lines drawing commands the s/m cycle back to the first line command in the list. Advantage Has high resolution since picture definition is stored as line drawing commands

Refresh rate depends on the number of lines to be displayed. CRT has electron beam directed to the points of the screen where a picture is to be drawn. Refresh rate depends on the number of lines to be displayed. Picture definition is stored as a set of line drawing commands in an area of the memory called as refresh display file or frame buffer. Adv: Has high resolution since picture definition is stored as line drawing commands

A special purpose processor called video controller or display controller is used to control the operation of the display device. Frame buffer can be anywhere in the s/m memory & video coordinate origin is upper left corner (in most pc’s) or lower left screen corner. Screen surface is represented as the first quadrant of a 2D system with positive x value increasing to right positive y value increasing from bottom to top. Scan lines are labelled from ymax at the top of the screen to 0 at the bottom and screen pixel positions from 0 to xmax

ymax xmax

Raster Scan Display Processor Raster scan system containing a separate display processor is also called as graphics controller or display coprocessor. It frees the CDU from graphics function. In addition to the system memory a separate display processor memory is also provided. Display processor digitizes the picture definition into a set of pixel intensity values for storage in the frame buffer. This digitization process is called as scan conversion.

Two registers are used to store the coordinates of screen pixels. Initially x register is set to zero and y register to ymax. The value stored in the frame buffer for this pixel position is then retrieved and used to set the intensity of the CRT beam. Then x register is incremented by one and the process repeated for the next pixel on the top scan line. After the last pixel on the top scan line has been processed, the x register is reset to 0 and y register is decremented by one. After cycling through all pixels along the bottom scan line (y=0) video controller resets the register to the first pixel position on the top scan line and refresh process starts over.

Random Display Processor

Application program is the input and stored in the system memory along with a graphics package. The display file is accessed by the display processor to refresh the screen. Display processor is called as display processing unit or graphics controller

Advantages and Disadvantages of raster scan system. Low cost (memory has become cheap) Refresh rate independent of image complexity Can handle colour and filled areas Disadvantages Uses more memory Mathematical models of objects must be scan converted by the host processor aliasing jagged lines that are plotted as discrete points Advantages and disadvantages of random scan system. Advantages are high resolution since picture definition is stored as line drawing commands, easy animation, and requires little memory (just display program), Disadvantages are limited colour capability and flicker occurs as complexity of image increases