Overview of Graphics Systems: I

Slides:



Advertisements
Similar presentations
Computer Graphics- SCC 342
Advertisements

Introduction to Raster scan display C A E D C Computer Aided Engineering Design Centre.
Overview of Graphic Systems
© 2005 Pearson Education Chapter2 Overview of Graphics Systems.
CMPE 466 COMPUTER GRAPHICS
Java ThreadsGraphics Programming Graphics Programming: Graphics Devices.
Graphics Device Principles B.Sc. (Hons) Multimedia ComputingMedia Technologies.
Graphics Device Principles B.Sc. (Hons) Multimedia ComputingMedia Technologies.
EET 450 – Advanced Digital Video Display Systems.
Imaging Science Fundamentals Chester F. Carlson Center for Imaging Science Display Systems Viewing Images.
It is technology which is used as an output device for the presentation of visual information. For eg: Color CRT Monitors Flat panel display Kiosk.
CS 450: COMPUTER GRAPHICS REVIEW: INTRODUCTION TO COMPUTER GRAPHICS – PART 1 SPRING 2015 DR. MICHAEL J. REALE.
Monitors and Sound Systems section 3A This lesson includes the following sections: · Monitors · PC Projectors · Sound Systems.
Graphics Hardware Display (CRT, LCD,…) Graphics accelerator
IE433 CAD/CAM Computer Aided Design and Computer Aided Manufacturing Part-2 CAD Systems Industrial Engineering Department King Saud University.
Output Thomas W. Davis. What is Output? Output it data that has been processed into a useful form Output includes: Monitors Printers Speakers Etc.
display screens and ergonomics
BY Kamran Yousaf Computer Graphics & Animation. BY Kamran Yousaf Contents Introduction Usage, Application & Advantages Video Display Devices Output Devices.
University College Dublin1 Output devices COMP 3003.
CHAPTER 2 GRAPHICS HARDWARE.
Display Technologies.
Lecture No. 3.  Screen resolution  Color  Blank space between the pixels  Intentional image degradation  Brightness  Contrast  Refresh rate  Sensitivity.
Computer Graphics Hardware
Objectives Differentiate between raster scan display and random scan display.
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.
CSE 494/598 Intro to Applied Computer Graphics Anshuman Razdan DCST AR's Web Page AR's Web Page
Hardware used in Multimedia Systems. Hardware demands on multimedia systems Multimedia puts huge demands on a computer system, so designers and users.
Introduction to Graphical Hardware Display Technologies
Institute for Visualization and Perception Research 1 © Copyright Haim Levkowitz Graphics Systems Overview Video display devices … Input devices.
 Video Display Devices Video Display Devices  Cathode-ray tube (CRT) Monitors Cathode-ray tube (CRT) Monitors  Display Technologies Display Technologies.
 Objective Objective  Basic Techniques Basic Techniques - Beam Penetration methodBeam Penetration method - The Shadow - Mask method.The Shadow - Mask.
Beam Penetration & Shadow Mask Method
Computer Organisation 1 Sébastien Piccand Display devices.
Overview of Graphics System
Computer Graphics & Multimedia
K.B.H.POLYTECHNIC,MALEGAON CAMP, MALEGAON. Computer Hardware & Maintenance. S.Y.C.M/I.F Guided By :- Mr.K.S.Pawar. Lecturer in Computer Department.
Hardware Components Display. 1.Display (Monitor) The screen is made up of thousands of picture elements or pixels Displays can be either CRT (Cathode.
Computer Graphics Lecture -02. Frame Buffer The image being displayed is stored in a dedicated system memory area that is often referred.
Computer Graphics Lecture 02 Graphics Systems Taqdees A. Siddiqi
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.
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.
Hardware: Input / Output Devices
Introduction to Computer Graphics
Graphics System 2017, Fall.
Computer Graphics Lecture 4 Computer Graphics Hardware
Unit 1 Basic of computer graphics
Computer Graphics Lecture 3 Computer Graphics Hardware
COMPUTER GRAPHICS QUESTIONS AND ANSWERS.
Overview of Graphics Systems
Graphics Systems.
Overview of Graphics Systems
Overview of Graphics Systems
Displays Emissive display -- convert electrical energy into light
Digital Displays Cathode Ray Tubes Flat Panel Displays
Overview (Display Devices)
Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion.
Introduction to Computers
گرافيک کامپيوتري فصل اول : مقدمه ای بر گرافیک کامپیوتری (A Survey of Computer Graphics) فصل دوم: مروری بر سیستم های گرافیکی (Overview of graphic systems)
OVERVIEW OF GRAPHICS SYSTEMS
Monitors and Sound Systems
Graphics Systems SUBJECT: COMPUTER GRAPHICS LECTURE NO: 02 BATCH: 16BS(INFORMATION TECHNOLOGY) 1/4/
Graphics Systems SUBJECT: COMPUTER GRAPHICS LECTURE NO: 04 BATCH: 16BS(INFORMATION TECHNOLOGY) 1/4/
Chapter 2 Overview of Graphics Systems
Overview of Graphics Systems
This lesson includes the following sections:
Presentation transcript:

Overview of Graphics Systems: I

Cathode-ray tube (CRT) Monitor Rater-Scan Displays Video Display Devices Cathode-ray tube (CRT) Monitor Rater-Scan Displays Random-Scan Displays Color CRT Monitors Flat-Panel Displays © 2005 Pearson Education

Cathode-ray tube (CRT) Monitors Primary output device – Video monitors Standard design of video monitor: Cathode-ray tube (CRT) © 2005 Pearson Education

Cathode-ray tube (CRT) Monitors © 2005 Pearson Education

Display Technologies

Cathode-ray tube (CRT) Monitors Refresh CRT Beam of electrons hit phosphor-coated screen, light emitted by phosphor Direct electron beam to the same screen repeatedly, keeping phosphor activated The frequency at which a picture is redrawn on the screen is referred to as the “refresh rate” The maximum number of points that can be displayed on a CRT is referred to as the “resolution” http://en.wikipedia.org/wiki/Display_resolution Display principle Raster Scan Display Principle Random Scan Display Principle © 2005 Pearson Education

CRT Display Principles Raster-Scan Displays Based on TV technology Electron beam swept across screen one row at a time from top to bottom Each row is referred to as a scan line © 2005 Pearson Education

CRT Display Principles Raster-Scan Displays Picture elements: screen point referred as “Pixel” Picture information stored in refresh (frame) buffer © 2005 Pearson Education

CRT Display Principles Raster-Scan Displays Picture information stored in refresh (frame) buffer The number of bits per pixel in the frame buffer is called depth or bit planes Buffer with 1 bit per pixel – Bitmap Buffer with multiple bits per pixel – Pixmap Interlaced refresh procedure Beams sweeps across every other scan line © 2005 Pearson Education

Frame Buffer A frame buffer is characterized by size, x, y, and pixel depth. the resolution of a frame buffer is the number of pixels in the display. e.g. 1024x1024 pixels. Bit Planes or Bit Depth is the number of bits corresponding to each pixel. This determines the color resolution of the buffer. Bilevel or monochrome displays have 1 bit/pixel 8bits/pixel -> 256 simultaneous colors 24bits/pixel -> 16 million simultaneous colors

Specifying Color direct color : each pixel directly specifies a color value e.g., 24bit : 8bits(R) + 8bits(G) + 8 bits(B) palette-based color : indirect specification use palette (CLUT) e.g., 8 bits pixel can represent 256 colors Green Red Blue 8 24 bits plane, 8 bits per color gun. 224 = 16,777,216

Refresh Rates and Bandwidth Frames per second (FPS)

Interlaced Scanning Scan frame 30 times per second To reduce flicker, divide frame into two fields—one consisting of the even scan lines and the other of the odd scan lines. Even and odd fields are scanned out alternately to produce an interlaced image.

Aspect Ratio Pixel aspect ratio (PAR) = FAR vres/hres Frame aspect ratio (FAR) = horizontal/vertical size TV 4:3 HDTV 16:9 Page 8.5:11 ~ 3/4 Pixel aspect ratio (PAR) = FAR vres/hres Nuisance in graphics if not 1

CRT Display Principles Random-Scan Display Principles Calligraphic Displays also called vector, stroke or line drawing graphics Electron beam directed only to the points of picture to be displayed. Vector displays, electron beams trace out lines to generate pictures Picture stores as a set of line-drawing commands Storage referred as display list, refresh display file, vector file or display program http://groups.csail.mit.edu/graphics/classes/6.837/F98/Lecture1/Slide11.html © 2005 Pearson Education

CRT Display Principles Sample of Random-Scan displays principles © 2005 Pearson Education

CRT Display Principles Images are described in terms of line segments rather than pixels Display processor cycles through the commands

Advantages to Raster Displays Pros and Cons Advantages to Raster Displays lower cost filled regions/shaded images Disadvantages to Raster Displays a discrete representation, continuous primitives must be scan-converted (i.e. fill in the appropriate scan lines) Aliasing or "jaggies" Arises due to sampling error when converting from a continuous to a discrete representation

Comparing Raster and Vector (1/2) advantages of vector: very fine detail of line drawings (sometimes curves), whereas raster suffers from jagged edge problem due to pixels (aliasing, quantization errors) geometry objects (lines) whereas raster only handles pixels eg. 1000 line plot: vector disply computes 2000 endpoints raster display computes all pixels on each line

Comparing Raster and Vector (2/2) advantages of raster: cheaper colours, textures, realism unlimited complexity of picture: whatever you put in refresh buffer, whereas vector complexity limited by refresh rate

Color CRT Monitors Using a combination of phosphors that emit different-colored light Beam-penetration Used in random-scan monitors Use red and green phosphors layers Color depends on the penetrated length of electrons Shadow mask Used in raster-scan systems Produce wide range of color with RGB color model © 2005 Pearson Education

Color CRT Monitors Color CRTs are much more complicated Requires manufacturing very precise geometry Uses a pattern of color phosphors on the screen: Delta electron gun arrangement In-line electron gun arrangement http://www.udayton.edu/~cps/cps460/notes/displays/

Color CRT Monitors Operation of delta-delta, shadow mask CRT © 2005 Pearson Education

Flat-Panel Displays A class of video devices that have reduced volume, weight and power requirement compared with CRT Two main categories Emissive Displays Convert electrical energy to light energy e.g. Plasma panels Non-emissive Displays Use optical effects to convert light from other sources into graphics patterns e.g. LCD monitors © 2005 Pearson Education

Plasma Panel Display Plasma panels (gas-discharge display) Contracted by filling the region between two glass plates with a mixture of gases Refresh buffer used to store picture information Firing voltages applied to refresh the pixel positions © 2005 Pearson Education

Liquid-crystal Displays Liquid-crystal displays (LCD) commonly used in small systems Liquid crystal, compounds have a crystalline arrangement of molecules, flow like a liquid Passive-matrix LCD To control light twisting, voltage applied to intersecting conductors to align the molecules Active-matrix LCD Using thin-film transistor technology, place a transistor at each pixel location © 2005 Pearson Education

Video Output Devices Immersive Head-mounted displays (HMD) Stereo shutter glasses Virtual Retinal Display (VRD) CAVE™ http://www.evl.uic.edu/research/template_res_project.php3?indi=27

Video Output Devices Desktop Vector display CRT LCD flatpanel Plasma workstation displays(Sun Lab) PC and Mac laptops Tablet computers Wacom’s display tablet Digital Micromirror Devices (projectors) Field Emission Devices (FEDs) Organic Light-Emitting Diode (OLED) Arrays