Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,

Slides:



Advertisements
Similar presentations
L.Ghadah R. Hadba CT1514-L1.  Computer Graphics :refers to processing of creating a new image from Geometry, Lighting parameters, Materials and Textures.Using.
Advertisements

Madeleine Wright Peter Wentworth. » On your screen, or with light beams, colours are additive. » Each pixel is a mixture of Red, Green and Blue, the additive.
Dale & Lewis Chapter 3 Data Representation. Representing color Similarly to how color is perceived in the human eye, color information is encoded in combinations.
Fundamentals of Digital Imaging
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Media: Digital Image. Representing Digital Images ● Pixel ● Resolution ● Aspect ratio.
Graphics in the web Digital Media: Communication and Design
Image Representation CS105. Data Representation Text representation – ASCII character set – Unicode – Data compression Images!
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Graphical images Bit-mapped (or raster-based) image: Matrix describing the individual dots that are the smallest elements (pixels) of resolution on a computer.
Digital Images Chapter 8 Exploring the Digital Domain.
Digital Images The digital representation of visual information.
Department of Physics and Astronomy DIGITAL IMAGE PROCESSING
Digital Images Chapter 8, Exploring the Digital Domain.
Lab #5-6 Follow-Up: More Python; Images Images ● A signal (e.g. sound, temperature infrared sensor reading) is a single (one- dimensional) quantity that.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
How A Camera Works Image Sensor Shutter Mirror Lens.
Lecture 4: ImagesIntro to IT COSC1078 Introduction to Information Technology Lecture 4 Images James Harland
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
© 1999 Rochester Institute of Technology Introduction to Digital Imaging.
Digital Cameras And Digital Information. How a Camera works Light passes through the lens Shutter opens for an instant Film is exposed to light Film is.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Chapter 1. Introduction. Goals of Image Processing “One picture is worth more than a thousand words” 1.Improvement of pictorial information for human.
Computer Images Can store color info about each pixel, but makes file BIG Compression for Web 15.
CS- 375 Graphics and Human Computer Interaction Lecture 1: 12/4/1435 Fundamental Techniques in Graphics Lecturer: Kawther Abas.
Web Graphics. Colours and Display Graphics and Modems 28.8kbps = 3.6 KB per second 36 KB takes 10 seconds to load. Pixels and color.
Bitmap Graphics. Bitmap Basics Bitmap Graphic Bitmap Graphic Paint Software Paint Software.
Multimedia Basics (1) Hongli Luo CEIT, IPFW. Topics r Image data type r Color Model : m RGB, CMY, CMYK, YUV, YIQ, YCbCr r Analog Video – NTSC, PAL r Digital.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
Images. Digital Images Rectangular arrays of pixel data Pixel - picture element, smallest addressable part of the frame buffer. Color depth - the depth.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Mirjana Devetakovic, M.Sc. CAAD - Images Beograd, 2011.
Raster Graphics 2.01 Investigate graphic image design.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
Graphics Concepts Presentation
CS 101 – Sept. 14 Review Huffman code Image representation –B/W and color schemes –File size issues.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
Image File Formats By Dr. Rajeev Srivastava 1. Image File Formats Header and Image data. A typical image file format contains two fields namely Dr. Rajeev.
HTTP transaction with Graphics HTML file + two graphics files.
Digital Graphics Vocabulary Texas State University CI5363 Florence Yang.
Image File Formats Harrow Computer Club – Wed, 1 Dec 2010 Bob Watson MA CMath MIMA MBCS.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
DIGITAL MEDIA FOUNDATIONS
Sampling, Quantization, Color Models & Indexed Color
Binary Representation in Audio and Images
2.01 Investigate graphic image design.
Raster Images CPSC 1030.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Image File Size and File Compression
COMS 161 Introduction to Computing
1.01 Investigate graphic types and file formats.
Graphics Basic Concepts.
Сабақтың тақырыбы: Компьютерлік графика негіздері
2.01 Investigate graphic image design.
Nuts and Bolts of Digital Imaging
COMS 161 Introduction to Computing
Multimedia System Image
Basic Concepts of Digital Imaging
2.01 Investigate graphic image design.
Exam Objectives: Identify Design Elements When Preparing Images
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
2.01 Investigate graphic image design.
Presentation transcript:

Image Representation

Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray, CT) The Internet Digital Image Sources

Pixel = “Picture Element” Image [x,y] = pixel value (number) Images - 2D array of values = pixels

Pixel – an element of the 2-D image array Pixel Value = brightness - black = 0 - gray = white = many shades over the range Pixels and Pixel Values

Images are digitized using a two step process: 1. sampling the continuous tone image 2. quantizing pixels Digitizing Images

Sampling

pixel’s samples are averaged Quantization

Quantization Example

Image Resolution 68 x x x 416 less detail more detail less storage more storage

Digital Cameras Low-Res 640x480 (TV grade) Medium-Res 1536x1024 Hi-Res 2048x1536 Very Hi-Res 2560x1920

Dynamic Range 256 levels The number of quantized pixel values: 16 levels4 levels2 levels

Binary Images (pixel values = 0,1) Grayscale Images (pixel values = 0-255) Color Images –Each pixel has three color components For example, (red, green, blue) or RGB –Each color component is Images - 2D array of values

3 Images Overlayed Color Images Red Green Blue

What is a histogram? Simple numeric example Histogram Histograms: What’s in the image?

Histogram for each color Color Image Histograms

RGB Additive Color Model RED bright values => high amounts of that color dark values => low amounts of that color GREENBLUE

BLACK CYAN MAGENTA YELLOW CMYK Subtractive Color Model Bright => use less of that ink color Dark => use lots of that ink color

HSB: how artists perceive color properties HSB Visual Color Model

HSB: how artists perceive color properties HSB Visual Color Model Select Hue 0oHue 360 o

HSB: how artists perceive color properties HSB Visual Color Model Saturation Select Hue 0oHue 360 o - then click in box for saturation, brightness

HSB: how artists perceive color properties HSB Visual Color Model Brightness Saturation Select Hue 0oHue 360 o - then click in box for saturation, brightness

Storing Digital Images Digital images are converted to files for storage and transfer The file type is a special format for ordering and storing the bytes that make up the image File types or formats are not necessarily compatible You must often match the file type with the application

Storing Digital Images GIF (Graphic Interchange Format) –indexed color (up to 256 colors) –compressed –used in Web applications JPEG (Joint Photographic Experts Group) –lossy compression with variable controls –also used in Web applications

Storing Digital Images PNG (Portable Network Graphics) –designed for online viewing (e.g., Web) –patent-free replacement for GIF –lossless compression BMP –MS Windows image format

How Many Bytes to Store an Image? Suppose we a have an image that is 500x500 pixels in size That’s a total of 250,000 pixels Binary image (1 bit/pixel) = 31,250 bytes Grayscale image (8 bits/pixel) = 250,000 bytes Color image (24 bits/pixel) = 750,000 bytes

Indexed Color “Indexed Color” can be used to reduce the size of a color image file = 27 bytes = 18 bytes

Indexed Color Images are derived from full color images are smaller or more compact in storage are composed of pixels selected from a limited palette of colors or shades