Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.

Slides:



Advertisements
Similar presentations
Digital Images A basic image capture system – review The fundamental properties of the digital photographic image. Monochrome Images Color Images Sampling.
Advertisements

DIGITAL IMAGE PROCESSING CMSC 150: Lecture 14. Conventional Cameras  Entirely chemical and mechanical processes  Film: records a chemical record of.
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.
Vector vs. Bitmap SciVis V
Color of (digital image) Raed S. Rasheed Agenda Color. Color Image. Color Models – RGB color model. – CMYK color model. – HSV and HSL color model.
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
V Obtained from a summer workshop in Guildford County July, 2014
WHAT IS IT AND WHY SHOULD I CARE? 2.0.  GRAPHICS  Draw-type graphics (also called vector graphics) represent an image as a geometric shape made up of.
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Fundamentals of Photoshop
Basics of a Computer Graphics System Introduction to Computer Graphics CSE 470/598 Arizona State University Dianne Hansford.
CSCI-235 Micro-Computers in Science Hardware Part II.
GCSE Computing#BristolMet Session Objectives#9 MUST identify the data needed for a computer to display an image correctly (metadata) SHOULD describe the.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Vector vs. Bitmap
Foundations of Web Design I Photoshop CS5 Michael Daniel
1 Computer Graphics Part 2: Images. 2 What is an image?  An image is the graphical and visual representation of some information that can be displayed.
© 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.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
GRAPHICS. Topic Outline What is graphic. Resolution. Types of graphics. Using graphic in multimedia applications.
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Quiz # 1 Chapters 1,2, & 3.
Graphics An image is made up of tiny dots called pixels (“picture elements”) The resolution determines the.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Computer Vision Introduction to Digital Images.
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.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.
CSCI-100 Introduction to Computing Hardware Part II.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
Intelligent Vision Systems Image Geometry and Acquisition ENT 496 Ms. HEMA C.R. Lecture 2.
Fundamentals of Digital Images & Photography. Pixels & Colors The pixel (a word invented from "picture element") is the basic unit of programmable color.
Digital Graphics Vocabulary Texas State University CI5363 Florence Yang.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Bitmap Graphics Graphics. Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that.
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.
Guilford County SciVis V104.03
Graphics Basic Concepts 1.  A graphic is an image or visual representation of an object.  A visual representation such as a photo, illustration or diagram.
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 03 - Still Picture 01 – Basics.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Image and Sound Representation
Representing images.
Computer Graphics Lecture 3 Computer Graphics Hardware
Binary Notation and Intro to Computer Graphics
Computer Systems Nat 4/5 Data Representation Lesson 4:
How to Convert Pictures into Numbers
Chapter I, Digital Imaging Fundamentals: Lesson V Output
Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images
Chapter I Digital Imaging Fundamentals
LET’S LEARN ABOUT GRAPHICS!
Representing Images 2.6 – Data Representation.
Summer Term Year 10 Slides
Digital Media Objective
Lesson 3 & 4: Encoding Images
Chapter 2 Data Representation.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Visuals are analog signals...
Lesson 3 & 4: Encoding Images
WJEC GCSE Computer Science
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering

Hema - Digital Image Fundamental 2 The Digital Image  Digital imaging products like Photo CD, camera etc. enable capture and storage of film images electronically, to process them on the computer, much like the processing of text and drawings.  A film image is represented electronically by continuous analog wave forms.  A digital image is represented by digital values derived from sampling the analog image.

Hema - Digital Image Fundamental 3 The Digital Image  Analog values are continuous. Digital values are discrete electronic pulses that have been translated into strings of zeros and ones the only digits in a binary numbering system.

Hema - Digital Image Fundamental 4 The Digital Image  Before proceeding to take a closer look at the digital image, the difference between the two ways the computer stores image data has to be understood: Vector graphics Raster graphics.

Hema - Digital Image Fundamental 5 The Digital Image  Vector graphics, also known as object-oriented graphics, are created in various drawing programs

Hema - Digital Image Fundamental 6 The Digital Image  Vector images are stored as a display list describing the location and properties of the objects making up the image, such as shapes, arcs and lines.

Hema - Digital Image Fundamental 7 The Digital Image  Raster graphics, also known as bit-mapped graphics, are created by scanners and digital cameras.  From this point on only raster images will be considered.

Hema - Digital Image Fundamental 8 The Digital Image  Raster images are "painted" across the computer screen in an array of square elements called pixels.  Pixel is short for picture element

Hema - Digital Image Fundamental 9 The Digital Image  Each pixel is stored in an area of memory called a bit-map.  Each pixel has a numbered address.

Hema - Digital Image Fundamental 10 The Digital Image  Storing the formula for creating a vector image takes only a few kilobytes.  Storing the location and value of each pixel in a raster image can take thousands of times more memory.

Hema - Digital Image Fundamental 11 The Digital Image  The quality of a raster image is determined at capture by two factors: spatial resolution brightness resolution.

Hema - Digital Image Fundamental 12 The Digital Image  Pixel size is determined by the rate at which the scanner samples the image. A long sampling interval produces an image low in spatial resolution. A shorter interval produces higher spatial resolution

Hema - Digital Image Fundamental 13 The Digital Image  The brightness or color value of each pixel is defined by one bit or by a group of bits.  The more bits used, the higher the brightness resolution.

Hema - Digital Image Fundamental 14 The Digital Image  A 1-bit image can have only 2 values, black or white.  1-bit images simulate grays by grouping black and white pixels. This process is called dithering or half toning.

Hema - Digital Image Fundamental 15 The Digital Image  An 8-bit gray-scale image displays 256 levels of brightness. Each pixel is black, white or one of 254 shades of gray.

Hema - Digital Image Fundamental 16 The Digital Image  A higher resolution 12-bit medical image provides more than 4000 brightness levels.

Hema - Digital Image Fundamental 17 The Digital Image  In a 24-bit image, each pixel is described by three 8- bit sets of numbers representing the brightness values for red, green and blue.

Hema - Digital Image Fundamental 18 The Digital Image  High resolution 24-bit images display 16.7 million colors.

Hema - Digital Image Fundamental 19 The Digital Image  Each pixel in a 24-bit image has one of 256 brightness values for red, green and blue

Digital Imaging Fundamentals The end