Lecture No. 3.  Screen resolution  Color  Blank space between the pixels  Intentional image degradation  Brightness  Contrast  Refresh rate  Sensitivity.

Slides:



Advertisements
Similar presentations
Computer Graphics Prof. Muhammad Saeed. Hardware (Display Technologies and Devices) III Hardware III Computer Graphics August 1,
Advertisements

Monitors and Sound Systems
Computer Graphics- SCC 342
Introduction to Raster scan display C A E D C Computer Aided Engineering Design Centre.
Visual Displays Chapter 2 Burdea.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Monitors and Sound Systems lesson 5 This lesson includes the following sections:  Monitors  PC Projectors  Sound Systems.
Computer Graphics Prof. Muhammad Saeed Dept. of Computer Science & IT
Java ThreadsGraphics Programming Graphics Programming: Graphics Devices.
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.
CS 450: COMPUTER GRAPHICS REVIEW: INTRODUCTION TO COMPUTER GRAPHICS – PART 1 SPRING 2015 DR. MICHAEL J. REALE.
CRT MONITOR cathode-ray tube
Computer Monitors B. Konkoth. Types of monitors CRT Cathode Ray Tube LCD Liquid Crystal Display.
Terms 1. VGA VGA - Short for Video Graphics Array, VGA is a popular display standard developed by IBM and introduced in 1987 VGA provides 640 x 480 resolution.
Monitors and Sound Systems section 3A This lesson includes the following sections: · Monitors · PC Projectors · Sound Systems.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 40 – Displays and Resolution.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2005 by The McGraw-Hill Companies,
1 CCTV SYSTEMS CCTV MONITORS. 2 CCTV SYSTEMS A monitor simply allows remote viewing of cameras in a CCTV system from a control room or other location.
CRT MONITOR cathode-ray tube
Monitor. The Basics Often referred to as a monitor when packaged in a separate case, the display is the most-used output device on a computer. The display.
CAP4730: Computational Structures in Computer Graphics Overview of Graphics Systems Chapter 1.
Lecture Computer Applications to Business 1 Video and Sound.
Power Supplies. Basics Power Supply Unit aka PSU Converts 110/220VAC to 3.3, ±5, ±12 VDC There is a 5VDC standby in ATX PSU Rating is in Watts. More is.
Video Monitor Uses raster scanning to display images
CRT MONITOR cathode-ray tube
IE433 CAD/CAM Computer Aided Design and Computer Aided Manufacturing Part-2 CAD Systems Industrial Engineering Department King Saud University.
Lecture 03 Fasih ur Rehman
PC Maintenance: Preparing for A+ Certification Chapter 16: Monitors.
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 Lecture 04 Fasih ur Rehman. Last Class Overview of Graphics Systems – Display Devices Colors and colored displays Raster displays and.
Introduction to Display Devices. Monitor Overview Display device that forms an image by converting electronic signals from the computer into points of.
 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
1 CP586 © Peter Lo 2003 Multimedia Communication Video Fundamentals.
Hardware used in Multimedia Systems. Hardware demands on multimedia systems Multimedia puts huge demands on a computer system, so designers and users.
Lecture # 4 Output Devices. Output Devices Devices that convert machine language into human understandable form. Output can be in display form, on paper.
Introduction to Graphical Hardware Display Technologies
2/1 A Look at Monitors Roll call Video: monitors Step-by-step lecture.
Beam Penetration & Shadow Mask Method
Display Technology INFO410 & INFO350 S Jack Pinches INFORMATION
Computer Fundamentals MSCH 233 Lecture 5. The Monitor A Monitor is a video screen that looks like a TV. It displays both the input data and instructions,
Output devices Prof. K Regis. Types of output devices Monitor Printer Speaker Plotter.
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.
Introduction to Computers Lesson 3A. home Two Kinds of Monitors Cathode ray tube (CRT) Flat-panel display.
10/19 Monitors CRT monitors: Flat-panel displays Electron guns
Hardware Components Display. 1.Display (Monitor) The screen is made up of thousands of picture elements or pixels Displays can be either CRT (Cathode.
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.)
Lecture 1 Computer Graphic. People remember 10% of what they read 20% of what they hear 30% of what they see 50% of what they hear and see 80% of what.
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.
LCD TELEVISION By SHRUTHY CHANDRAN EC B S8 ROLL NO:34.
1 COMP541 Video Monitors Montek Singh Mar 11, 2016.
The Cathode Ray Tube Monitor
How Does Your TV Work? A brief introduction.. Two Amazing Things about the Brain 1.Connecting the dots Pixels and resolution 2.Connecting the frames 15.
Visual Displays Bowman, et al., pp Hodges and Babu 2011.
Computer Graphics: An Introduction
Computer Graphics Lecture 3 Computer Graphics Hardware
Overview of Graphics Systems
Overview of Graphics Systems
Overview of Graphics Systems
Introduction to Computers
Monitors and Sound Systems
Graphics Systems SUBJECT: COMPUTER GRAPHICS LECTURE NO: 02 BATCH: 16BS(INFORMATION TECHNOLOGY) 1/4/
Chapter 2 Overview of Graphics Systems
This lesson includes the following sections:
Presentation transcript:

Lecture No. 3

 Screen resolution  Color  Blank space between the pixels  Intentional image degradation  Brightness  Contrast  Refresh rate  Sensitivity of display to viewing angle

 Point ◦ a location in space, 2D or 3D ◦ sometimes denotes one pixel  Line ◦ straight path connecting two points ◦ infinitesimal width, consistent density ◦ beginning and end on points 02/10/2015Lecture 13

 Vertex ◦ point in 3D  Edge ◦ line in 3D connecting two vertices  Polygon/Face/Facet ◦ arbitrary shape formed by connected vertices ◦ fundamental unit of 3D computer graphics  Mesh ◦ set of connected polygons forming a surface (or object)‏ ◦ : 02/10/2015Lecture 14

 Rendering : process of generating an image from the model  Framebuffer : a video output device that drives a video display from a memory containing the color for every pixel 02/10/2015Lecture 15

 Pixel - The most basic addressable image element in a screen ◦ CRT - Color triad (RGB phosphor dots) ◦ LCD - Single color element  Screen Resolution - measure of number of pixels on a screen (m by n) ◦ m - Horizontal screen resolution ◦ n - Vertical screen resolution

 Pitch - Size of a pixel, distance from center to center of individual pixels.  Cycles per degree - Addressable elements (pixels) divided by twice the FOV measured in degrees.  The human eye can resolve 30 cycles per degree (20/20 Snellen acuity).

 NTSC - 525x480, 30f/s, interlaced  PAL - 625x480, 25f/s, interlaced  VGA - 640x480, 60f/s, noninterlaced  SVGA – 800x600, 60f/s noninterlaced  RGB - 3 independent video signals and synchronization signal, vary in resolution and refresh rate  Time-multiplexed color - R,G,B one after another on a single signal, vary in resolution and refresh rate

 Cathode Ray Tubes (CRTs), most “tube” monitors you see. Very common, but big and bulky.  Liquid Crystal Displays (LCDs), there are two types transmissive (laptops, those snazzy new flat panel monitors) and reflective (wrist watches).

Heating element on the yolk. Phosphor coated screen Electrons are boiled off the filament and drawn to the focusing system. The electrons are focused into a beam and “shot” down the cylinder. The deflection plates “aim” the electrons to a specific position on the screen.

 The screen is coated with phosphor, 3 colors for a color monitor, 1 for monochrome.  For a color monitor, three guns light up red, green, or blue phosphors.  Intensity is controlled by the amount of time at a specific phosphor location.

scan line - one row on the screen interlace vs. non-interlace - Each frame is either drawn entirely, or as two consecutively drawn fields that alternate horizontal scan lines. vertical sync (vertical retrace) - the motion of the beam moving from the bottom of the image to the top, after it has drawn a frame. refresh rate - how many frames are drawn per second. Eye can see 24 frames per second. TV is 30 Hz, monitors are at least 60 Hz. Beam Movement

 Unlike CRTs, vector displays have a single gun that is controlled to draw lines. Think of having a VERY FAST drawing pen.  Pros: Diagrams/only draw what you need  Cons: No fill objects/Slows with complexity

 Strong electrical fields and high voltage  Very good resolution  Heavy, not flat

 Also divided into pixels, but without an electron gun firing at a screen, LCDs have cells that either allow light to flow through, or block it.

 Liquid crystal displays use small flat chips which change their transparency properties when a voltage is applied.  LCD elements are arranged in an n x m array call the LCD matrix  Level of voltage controls gray levels.  LCDs elements do not emit light, use backlights behind the LCD matrix

 Color is obtained by placing filters in front of each LCD element  Usually black space between pixels to separate the filters.  Because of the physical nature of the LCD matrix, it is difficult to make the individual LCD pixels very small.  Image quality dependent on viewing angle.

 Flat  Lightweight  Low power consumption

 Thank You  Any Questions