Chapter I Digital Imaging Fundamentals

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

Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.
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.
Digital Images Chapter 8 Exploring the Digital Domain.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
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.
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.
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.
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.
Quiz # 1 Chapters 1,2, & 3.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
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.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
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.
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.
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.
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.
8th Lecture – Intro to Bitmap or Raster Images
BITMAPPED IMAGES & VECTOR DRAWN GRAPHICS
Multimedia: making it Work
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Images Data Representation.
Representing images.
- Introduction - Graphics Pipeline
Computer Graphics Lecture 3 Computer Graphics Hardware
Binary Notation and Intro to Computer Graphics
Computer Systems Nat 4/5 Data Representation Lesson 4:
Binary Representation in Audio and Images
Vector vs. Bitmap.
Pixel, Resolution, Image Size
How to Convert Pictures into Numbers
Lecture Week 4 Images.
Chapter I, Digital Imaging Fundamentals: Lesson V Output
IMAGES.
Image Segmentation Classify pixels into groups having similar characteristics.
Chapter I, Digital Imaging Fundamentals: Lesson II Capture
Chapter V, Printing Digital Images: Lesson II Picture Display and Computer Monitors
Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images
LET’S LEARN ABOUT GRAPHICS!
Some terms to become familiar with:
Digital Images.
Introduction to Computers
Data Representation.
Representing Images 2.6 – Data Representation.
Summer Term Year 10 Slides
Lesson 3 & 4: Encoding Images
Chapter 2 Data Representation.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Multimedia System Image
Computer Systems Nat 4.5 Computing Science Data Representation
Visuals are analog signals...
Non-numeric Data Representation
Lesson 3 & 4: Encoding Images
WJEC GCSE Computer Science
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Chapter I Digital Imaging Fundamentals http://www.kodak.com/country/US/en/digital/dlc/book3/chapter1/index.shtml

Chapter I, Digital Imaging Fundamentals: Lesson I The Digital Image http://www.kodak.com/country/US/en/digital/dlc/book3/chapter1/digFund1.shtml

This course provides a fundamental understanding of how film images are captured, processed, stored and output digitally. Each module is followed by a brief review and also by a competency exam for that module.                       Lesson 1. The Digital Image In this module, we'll explore the fundamental properties of the digital photographic image. Analog and Digital Vector and Raster Graphics Image Quality Review Questions

In this module, we'll explore the fundamental properties of the digital photographic image.                              Digital imaging products like Photo CD, enable us to capture and store film images electronically, then process them on the computer, much like we process 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.

Analog values are continuous 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.

Before we take a closer look at the photographic digital image, we need to understand the difference between two ways the computer stores image data: Vector graphics and Raster graphics.

Vector graphics, also known as object-oriented graphics, are created in various drawing programs.

                             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.

Raster graphics, also known as bit-mapped graphics, are created by scanners and digital cameras. From this point on in this course, we'll be talking about raster images.

Raster images are "painted" across the computer screen in an array of square elements called pixels. Pixel is short for picture element.

                             Each pixel is stored in an area of memory called a bit-map. Each pixel has a numbered address.

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.

The quality of a raster image is determined at capture by two factors: spatial resolution and brightness resolution.

As we will see in the Capture Module, 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.

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.

A 1-bit image can have only 2 values, black or white 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 halftoning.

An 8-bit gray-scale image displays 256 levels of brightness An 8-bit gray-scale image displays 256 levels of brightness. Each pixel is black, white or one of 254 shades of gray.

A higher resolution 12-bit medical image provides more than 4000 brightness levels.

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.

High resolution 24-bit images display 16.7 million colors.

Each pixel in a 24-bit image has one of 256 brightness values for red, green and blue.

Lesson Review Let's review what we've learned so far. Select the raster image.                       

This is the Raster image End of Unit 1