Overview of Graphics Systems

Slides:



Advertisements
Similar presentations
Chapter 5 – Part 2 Input and Output
Advertisements

Interacting with the Computer lesson 2 essential concepts.
Computer Graphics- SCC 342
Module 1 Prepared by Elizabeth Isaac DCS, RSET. Flat-Panel Display 1. Flat-Panel displays are thinner. 2. Its weight is less. 3. Need less power compared.
CGMB214: Intro. To Computer Graphics
Overview of Graphic Systems
MR.E.S.AGRAWAL SGGSIE&T, NANDED CAD Software and Hardware.
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
INPUT & OUTPUT DEVICE. INPUT & OUTPUT HARDWRE Input hardware consist of devices that translate data into computer readable form. On the other hand, Output.
Chapter-2 Overview of Graphics Systems Topics: Topics: Video-display system Video-display system Rater Scan systems Rater Scan systems Random scan systems.
CHAPTER 2 Input & Output Prepared by: Mrs.sara salih 1.
Standard Grade Computing COMPUTER STUDIES Standard Grade INPUT DEVICES Chapter 16.
Chapter 2 – Coputer Hardware
IE433 CAD/CAM Computer Aided Design and Computer Aided Manufacturing Part-2 CAD Systems Industrial Engineering Department King Saud University.
   Input Devices Main Memory Backing Storage PROCESSOR
Peripherals The term peripherals refers to all hardware devices that are attached to your computer and are controlled by your computer system Peripherals.
1 In the name of God Computer Graphics. 2 Image Mathematical Model Image Analysis (pattern recognition) Image Synthesis (Rendering) ModelingImage processing.
Graphics System 2011, Fall.
BY Kamran Yousaf Computer Graphics & Animation. BY Kamran Yousaf Contents Introduction Usage, Application & Advantages Video Display Devices Output Devices.
BY- UPENDRA SHARMA.  It is a electronic machine.  When we gives input in a computer it takes and process then and after then it gives output.  It is.
Computer Graphics Hardware
Objectives Differentiate between raster scan display and random scan display.
UNIT I 2D PRIMITIVES INTRODUCTION 1 SNSCE/IT/ARUNA.
COMPUTER GRAPHICS Hochiminh city University of Technology Faculty of Computer Science and Engineering CHAPTER 01: Graphics System.
Slide 1 Graphics Slide 2 Graphics A graphics package is a general purpose package used to draw pictures (graphics). Once produced, these can be saved.
CSE 494/598 Intro to Applied Computer Graphics Anshuman Razdan DCST AR's Web Page AR's Web Page
Introduction to Graphical Hardware Display Technologies
Overview of Graphics System
Computer Graphics & Multimedia
1 CHAPTER 2 Hardware. 2 CPU : Central Processing Unit -Every PC system unit contains at least one chip called microprocessor (cpu) attached on motherboard.
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
COMP413: Computer Graphics Overview of Graphics Systems Chapter 1.
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.
Elements of Pictures Output primitives:
Input devices Device that accepts data and instructions from the outside world Keyboard Mouse Trackball Joystick Light pen Touch Screen Scanner Bar code.
Hardware: Input / Output Devices
Computer Graphics Lecture 1 Introduction to Computer Graphics
Graphics System 2017, Fall.
Computer Graphics Lecture 4 Computer Graphics Hardware
Input and Output Devices
Computer Graphics Lecture 3 Computer Graphics Hardware
Output Devices.
COMPUTER GRAPHICS QUESTIONS AND ANSWERS.
Overview of Graphics Systems: I
Overview of Graphics Systems
Input Devices and Output Devices
INFORMATION TECHNOLOGY
Introduction to Computers
Graphics Systems.
Introduction to Computing
Computer Hierarchy 1-Super computers
Overview of Graphics Systems
Overview of Graphics Systems
Overview (Display Devices)
گرافيک کامپيوتري فصل اول : مقدمه ای بر گرافیک کامپیوتری (A Survey of Computer Graphics) فصل دوم: مروری بر سیستم های گرافیکی (Overview of graphic systems)
OVERVIEW OF GRAPHICS SYSTEMS
Computer Literacy Chapter 2.
AN INTRODUCTION TO COMPUTER GRAPHICS Subject: Computer Graphics Lecture No: 01 Batch: 16BS(Information Technology)
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/
Computer The word computer comes from the word “compute” which means, to calculate” There by ,a computer is an electronic device that can perform arithmetic.
Chapter 2 Overview of Graphics Systems
Presentation transcript:

Overview of Graphics Systems CHAPTER – 1(b) Overview of Graphics Systems

Video Display Devices Instructions are stored in a display memory display file display list Modes: immediate – each element is processed and displayed retained – objects are defined & stored in a display list on a server & redisplayed on the client request Fig. Early graphics systems - 1960 Fig. Display processor architecture

Cathode Ray Tube (CRT)

CRT-CATHODE RAY TUBE A beam of electrons (cathode rays) emitted by an electron gun, passes through focusing and deflection systems that direct the beam toward specified positions on the phosphor-coated screen. The phosphor then emits a small spot of light at each position contacted by the electron beam. Because the light emitted by the phosphor fades very rapidly, some method is needed for maintaining the screen picture. One way to keep the phosphor glowing is to redraw the picture repeatedly by quickly directing the electron beam back over the same points. This type of display is called a refresh CRT. The frequency at which picture is redrawn on the screen is referred as the refresh rate.

CRT The maximum number of points that can be displayed without overlap on a CRT is referred to as the resolution. The resolution of a CRT is dependent on the type of phosphor, the intensity to be displayed, and the focusing and deflection systems. Typical resolution on high-quality systems is 1280 by 1024, with higher resolutions available on many systems is referred as high-definition (HD) systems.

Raster Scan Systems In a raster-scan system, the electron beam is swept across the screen, one row at a time from top to bottom. Each row is referred as a scan line. As the electron beam moves across each row, the beam intensity is turned on and off to create a pattern of illuminated spots. Picture definition is stored in a memory area called the refresh buffer or frame buffer. This memory area holds the set of intensity values for all the screen points.

Raster Scan Systems Stored intensity values are then retrieved from the refresh buffer and "painted" on the screen one row (scan line) at a time. Each screen point is referred to as a pixel or pel (picture element). Refresh buffer is used to store the set of screen color values, it is called color buffer. The capability of a raster-scan system to store intensity information for each screen point, makes it well suited for the realistic display of scenes containing fine shading and color patterns. Examples: Home television sets and printers

Raster Scan Systems

Raster Scan Systems Aspect ratio = number of pixel columns number of scan lines that can be display on the system Depth: Number of bits per pixel in a frame buffer Bitmap: A frame buffer with one bit per pixel Pixmap: frame buffer with multiple bit per pixel Refresh rate: units of cycles per second or Hertz (Hz), where cycle is referred to as one frame.

Architecture of a Raster-graphics system

Clients-Servers Examples: Distributed computing and networks Distributed graphics, projection walls etc.

Viewing Systems Flat-panel display refers to a class of video devices that have reduced volume, weight, and power requirements compared to a CRT. thinner than CRTs, and we can hang them on walls or wear them on our wrists and even write on some flat-panel displays Examples: pocket notepads, small TV monitors, calculators, pocket video games, laptop computers, armrest viewing of movies on airlines, advertisement boards in elevators, and as graphics displays in application - portable monitors.

3-Dimensional viewing devices Graphics monitors for the display of 3-D’lscenes Technique that reflects a CRT image from a vibrating, flexible mirror Example: Genisco SpaceGraph system Applications: used in medical applications to analyze data from ultra-sonography and CAT scan devices, in geological applications to analyze topological and seismic data, in design applications involving solid objects, and in 3-D’l simulations of systems, such as molecules and terrain.

3-Dimensional viewing devices (2) Technique for representing 3-D’l objects is displaying stereoscopic views component in virtual-reality systems, where users can step into a scene and interact with the environment. An interactive virtual-reality environment can also be viewed with stereoscopic glasses and a video monitor, instead of a headset.

Input Devices Keyboards - An alphanumeric keyboard on a graphics system is used primarily as a device for entering text strings. Mouse - small hand-held box used to position the screen cursor. Trackball and Spaceball - can be rotated with the fingers or palm of the hand, to produce screen-cursor movement. Trackball is a 2-D’l positioning device, Spaceball provides six degrees of freedom and used for 3-D’l positioning and selection operations in virtual-reality systems, modeling, animation, CAD, and other applications. Joysticks - consists of a small, vertical lever mounted on a base that is used to steer the screen cursor around.

Input Devices Data Glove - used to grasp a "virtual" object. The glove is constructed with a series of sensors that detect hand and finger motions. Digitizers - common device for drawing, painting, or interactively selecting coordinate positions on an object is a digitizer. Example: Graphics tablet - used to input 2-D’l coordinates by activating a hand cursor or stylus at selected positions on a flat surface. Image Scanners - Drawings, graphs, color and black-and-white photos, or text can be stored for computer processing with an image scanner by passing an optical scanning mechanism over the information to be stored. Touch panels allow displayed objects or screen positions to be selected with the touch of a finger. Example: Graphical icons. Light Pens - pencil-shaped devices are used to select screen positions by detecting the light coming from points on the CRT screen.

HARD COPY DEVICES Hard-copy devices for graphics workstations Examples: standard printers and plotters, devices for producing slides, transparencies, and film output. Printer Types: dot matrix, laser, ink jet, electrostatic, and electro-thermal. Plotter methods include pen plotting and combination printer-plotter devices.

Graphics software Special-purpose programs Photoshop Powerpoint AutoCAD StudioMax Maya Blender PovRay General graphics libraries and standards Windows API OpenGL Direct3D CG - Chapter-2