1.Introduction to Computer Graphics GMR lab. What is computer garphics? The generation of graphical output using a computer Refers to creation, Storage.

Slides:



Advertisements
Similar presentations
Computer Graphics- SCC 342
Advertisements

Overview of Graphic Systems
Display Hardware Yingcai Xiao Display Hardware Yingcai Xiao.
Output Primitives Computer Graphics.
1 Lecture 2 Main components of graphical systems Graphical devices.
1 Computer Graphics chapter 1 Dr. Jehad Q. O. Alnihoud Phone: 3354.
Business Studies Stage I Computer ApplicationsSlide 1 Output Devices Output Devices are all part of the Hardware of a computer system Output Devices are.
Course Website: Computer Graphics 5: Line Drawing Algorithms.
1 King ABDUL AZIZ University Faculty Of Computing and Information Technology CS 454 Computer graphicsIntroduction Dr. Eng. Farag Elnagahy
Computer Graphics Hardware and Software Lecture Notes, CEng 477.
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.
Components Text Text--Processing Software A Word Processor is a software application that provides the user with the tools to create and edit text.
The Monitors Name of Teacher :Rasha My Name: Diana Anbar ID: University of Palestine Collage of Engineer Computer Skills.
Printing Information on a paper is known as “Hard Copy”. There are two main types of printers: - Impact - Non-Impact.
Lecture 1 Introduction to Computer Graphics. Course Outline Graphics systems and applications. Graphics primitives. Coordinate system and frames. Line.
IE433 CAD/CAM Computer Aided Design and Computer Aided Manufacturing Part-2 CAD Systems Industrial Engineering Department King Saud University.
PROCESSORBacking Storage Main Memory Output Devices Input Devices Output Devices Translates signals from the computer into a human- readable form.
Computers. Out put hardware After the input data and instructions have been processed by the CPU, the results can be stored permanently or made available.
Computer Graphics using OpenGL, 3 rd Edition F. S. Hill, Jr. and S. Kelley Chapter 1 Introduction to Computer Graphics S. M. Lea University of North Carolina.
Output Thomas W. Davis. What is Output? Output it data that has been processed into a useful form Output includes: Monitors Printers Speakers Etc.
Chapter 1 Introduction to Computer Graphics
Basics of a Computer Graphics System Introduction to Computer Graphics CSE 470/598 Arizona State University Dianne Hansford.
1 In the name of God Computer Graphics. 2 Image Mathematical Model Image Analysis (pattern recognition) Image Synthesis (Rendering) ModelingImage processing.
Graphics Graphics Korea University cgvr.korea.ac.kr Raster Graphics 고려대학교 컴퓨터 그래픽스 연구실.
University College Dublin1 Output devices COMP 3003.
Lecture No. 3.  Screen resolution  Color  Blank space between the pixels  Intentional image degradation  Brightness  Contrast  Refresh rate  Sensitivity.
Computer Graphics Raster Devices Transformations Areg Sarkissian.
Output Devices By:Matthew Goga. -Monitors -Printers -Projektor -What is plotter? -What about handicap people?
UNIT I 2D PRIMITIVES INTRODUCTION 1 SNSCE/IT/ARUNA.
INTRODUCTION INTRODUCTION Computer Graphics: As objects: images generated and/or displayed by computers. As a subject: the science of studying how to generate.
COMPUTER GRAPHICS Hochiminh city University of Technology Faculty of Computer Science and Engineering CHAPTER 01: Graphics System.
Grade 8.  Pixel – Tiny dots that make up a picture shown on a monitor.  Resolution – How sharp and clear an image is. Usual measured by the amount of.
1 Computer Graphics Week2 –Creating a Picture. Steps for creating a picture Creating a model Perform necessary transformation Lighting and rendering the.
Computer Graphics Chapter 1 Introduction to Computer Graphics 1.
INT 840E Computer graphics Introduction & Graphic’s Architecture.
Chapter 6 Output. video audio text graphics What is Output? What Is output? v Data that has been processed into a useful form, called information p. 6.2.
Computer Graphics Chapter 6 Andreas Savva. 2 Interactive Graphics Graphics provides one of the most natural means of communicating with a computer. Interactive.
Graphics: Conceptual Model Real Object Human Eye Display Device Graphics System Synthetic Model Synthetic Camera Real Light Synthetic Light Source.
Beam Penetration & Shadow Mask Method
Subject Name: Computer Graphics Subject Code: Textbook: “Computer Graphics”, C Version By Hearn and Baker Credits: 6 1.
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.
Computer Graphics using OpenGL, 3 rd Edition F. S. Hill, Jr. and S. Kelley Chapter 1 Introduction to Computer Graphics S. M. Lea University of North Carolina.
Computer Graphics & Multimedia
Raster graphics & Line Drawing Algorithms Kaushik.S VIT
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.)
Output Devices Hyper linking.
Output. What is Output?  Input  Processing  Storage  Output Output is data that has been processed into useful form, now called Information.
OUTPUT PRIMITIVES A.Aruna/Faculty of Information technology/SNSCE13/19/2016.
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.
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.
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.
8.1 hardware devices Output devices By Ranjit Bassi.
Elements of Pictures Output primitives:
University of North Carolina at Greensboro
Hardware: Input / Output Devices
Computer Graphics Lecture 4 Computer Graphics Hardware
Line Drawing Algorithms
Computer Graphics Raster Devices Transformations
Overview of Graphics Systems: I
Computer Graphics Lecture(3) Basic Graphics System 2017
Overview of Graphics Systems
Computer Graphics 5: Line Drawing Algorithms
Computer Graphics 5: Line Drawing Algorithms
Computer Graphics 5: Line Drawing Algorithms
Chapter 2 Overview of Graphics Systems
Overview of Graphics Systems
Presentation transcript:

1.Introduction to Computer Graphics GMR lab

What is computer garphics? The generation of graphical output using a computer Refers to creation, Storage and manipulation of pictures and drawing using a digital computer. Effective tool for presenting information. Computer graphics & Image processing: -. Computer graphics Deals with the rendering of graphics from graphical primitives the creation of mathematical models of 2D and 3D objects the rendering of models to create pictures. -. Image processing Deals with the storage, analysis, and enhancement of 2D raster images an image is considered to be a 2-dimensional array of intensity values

Where computer-generated pictures are used… Art, Entertainment, and Publishing. Movie Production, Animation, and Special Effects. Computer Games. Browsing on the World Wide Web. Slide, book, and Magazine Design Computer Graphics and Image Processing Displaying Simulations Computer-aided Design Scientific Analysis and Visualization

Elements Of Pictures Created In computer Graphics Polylines Text Filled regions Raster Images

Polylines A polyline is a connected sequence of straight lines A curved line made up of straight-line segments. Attributes of Lines and Polylines. Line Thickness

Text Some graphics devices have two disitinct display modes.. Text mode. Graphics mode A routine to draw a character string might Text Attributeslook like drawString(x, y, string) There are many text attributes, the most important of which are the test’s font,color, size, spacing, and orientation.

Filled-Regions The filled-region primitive is d shape filled with some color or pattern. Function fillPolygon (poly, pattern);

Raster Image A raster Image is stored in a computer as an array of numerical values.. Hand-deisgned Images.. Computed Images.. Scanned Images.

Representation of Shades of gray and Color in Raster Images. Gray –scale Raster Images If there are only two pixel values in a raster image, it is called bi-level. An n-bit quantity has 2 n possible values, there can be 2 n gray levels in an image with pixel depth n..The most common values are as follows : -Two bits per pixel produce 4 gray levels. -Four bits per pixel produce 16 gray levels. -Eight bits per pixel produce 256 gray levels.

Representation of Shades of gray and Color in Raster Images. Color Raster Image Each pixel in a color image has a “color Value,” a numerical value that somehow represents a color. Each value in the (red, green, blue) triple has a certain number of bits, and the color depth is the sum of these values.

Graphics Display Devices Line-Drawing Display -.Creates pictures by drawing lines -.Pen plotter.Flatbed plotters.Drum plotters -.Vector displays Vector displays cannot show smoothly-shaded regions or scanned images – (Cross-hatching) Raster Displays -.Create pictures by displaying dots -.Other common displays produce hard copy of an image :

Graphics Display Devices the laser printer, dot matrix printer, ink-jet plotter, and film recorder. -.The built-in coordinate system for the surface for the surface of a raster display. -.The memory is frame buffer. -.The Scanning process -.Video Monitors(CRT)

Indexed Color and the Lookup Table Each pixel stores an index into a color table. Allows a large range of colors to be displayed using less memory for the image. (LUT is much less expensive.) The system has an 8-bit-per-pixel frame buffer along with an LUT, and the LUT is 24 bits wide. The system can display 2 24 different colors, but only 256 at a time. The bits per pixel determines the size of the color table.

Image Based Rendering Appearance in available view s is used to determine appea rance in novel views Rendering is faster

Output Devices There are a range of output devices currentl y available: Printers/plotters Cathode ray tube displays Plasma displays LCD displays 3 dimensional viewers Virtual/augmented reality headsets We will look briefly at some of the more com mon display devices

Basic Cathode Ray Tube (CRT) Fire an electron beam at a phosphor coat ed screen Images taken from Hearn & Baker, “Computer Graphics with OpenGL” (2004)

Raster Scan Systems Draw one line at a time Images taken from Hearn & Baker, “Computer Graphics with OpenGL” (2004)

Colour CRT An electron gun for each colour – red, gre en and blue Images taken from Hearn & Baker, “Computer Graphics with OpenGL” (2004)

Applying voltages to cro ssing pairs of conductor s causes the gas (usual ly a mixture including n eon) to break down into a glowing plasma of ele ctrons and ions Plasma-Panel Displays Images taken from Hearn & Baker, “Computer Graphics with OpenGL” (2004)

Liquid Crystal Displays Light passing thro ugh the liquid cry stal is twisted so i t gets through the polarizer A voltage is appli ed using the criss crossing conduct ors to stop the twi sting and turn pix els off Images taken from Hearn & Baker, “Computer Graphics with OpenGL” (2004)