Color Image Processing A spectrum of possibilities…

Slides:



Advertisements
Similar presentations
ECE 472/572 - Digital Image Processing Lecture 10 - Color Image Processing 10/25/11.
Advertisements

Achromatic and Colored Light CS 288 9/17/1998 Vic.
Light Light is fundamental for color vision Unless there is a source of light, there is nothing to see! What do we see? We do not see objects, but the.
Fundamentals of Digital Imaging
The eyes have three different kinds of color receptors; One kind is most sensitive to short wavelengths, one to middle wavelengths, and one to long wavelengths.
School of Computing Science Simon Fraser University
CS 4731: Computer Graphics Lecture 24: Color Science
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Color Mixing There are two ways to control how much red, green, and blue light reaches the eye: “Additive Mixing” Starting with black, the right amount.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
Color.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Chapter 9: Color What is color? Color mixtures –Intensity-distribution curves –Additive Mixing –Partitive Mixing Specifying colors –RGB Color –Chromaticity.
Color Models AM Radio FM Radio + TV Microwave Infrared Ultraviolet Visible.
Color Image Processing Jen-Chang Liu, Spring 2006.
COLOR MODELS Ramya Sarma Anusha Holla
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 6 This presentation © 2004, MacAvon Media Productions Colour.
Course Website: Digital Image Processing Colour Image Processing.
Digital Image Processing Colour Image Processing.
CS 376 Introduction to Computer Graphics 01 / 26 / 2007 Instructor: Michael Eckmann.
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
Digital Image Processing
Topic 5 - Imaging Mapping - II DIGITAL IMAGE PROCESSING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
Color. Contents Light and color The visible light spectrum Primary and secondary colors Color spaces –RGB, CMY, YIQ, HLS, CIE –CIE XYZ, CIE xyY and CIE.
Week 6 Colour. 2 Overview By the end of this lecture you will be familiar with: –Human visual system –Foundations of light and colour –HSV and user-oriented.
6. COLOR IMAGE PROCESSING
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
Chap 4 Color image processing. Chapter 6 Color Image Processing Chapter 6 Color Image Processing Two major areas: full color and pseudo color 6.1 Color.
Chapter 1. Introduction. Goals of Image Processing “One picture is worth more than a thousand words” 1.Improvement of pictorial information for human.
CSC361/ Digital Media Burg/Wong
CS6825: Color 2 Light and Color Light is electromagnetic radiation Light is electromagnetic radiation Visible light: nm. range Visible light:
Digital Image Processing Week VIII Thurdsak LEAUHATONG Color Image Processing.
Graphics Lecture 4: Slide 1 Interactive Computer Graphics Lecture 4: Colour.
A color model is a specification of a 3D color co-ordinate system and a visible subset in the co-ordinate System within all colors in a particular color.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
Digital Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
CS654: Digital Image Analysis Lecture 29: Color Image Processing.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Introduction to Computer Graphics
Color Models. Color models,cont’d Different meanings of color: painting wavelength of visible light human eye perception.
Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2003 Raster Graphics and Color Greg Humphreys University of Virginia CS 445, Fall 2003.
IPC Notes Light & Color. The colors of light that we see are the colors of light that an object reflects towards our eyes. ex) blue jeans absorb all colors.
Precautions for TAs Take control of the projector fan –Turn on the fan – don’t let students do this! –Turn off the fan only after the projectors cooled.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
CS-321 Dr. Mark L. Hornick 1 Color Perception. CS-321 Dr. Mark L. Hornick 2 Color Perception.
HSB to RGB to HEX.
COLOR THEORY Color is the eye’s response to the visual spectrum from red to violet. Different colors in the spectrum are created by different wavelengths.
Computer Graphics: Achromatic and Coloured Light.
Sensing Colors. B G Color Digital Image R Red sensor Green sensor Blue sensor.
Digital Image Processing Lecture 12: Color Image Processing Naveed Ejaz.
Digital Image Processing
Color Models Light property Color models.
School of Electronics & Information Engineering
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
Half Toning Dithering RGB CMYK Models
IMAGE PROCESSING COLOR IMAGE PROCESSING
COLOR THEORY Color is the eye’s response to the visual spectrum from red to violet. Different colors in the spectrum are created by different wavelengths.
Design Concepts: Module A: The Science of Color
Digital Image Processing (DIP)
Color Image Processing
COLOR space Mohiuddin Ahmad.
Chapter 6: Color Image Processing
Digital Image Processing
Digital Image Processing
Slides taken from Scott Schaefer
Digital Image Processing
Color Model By : Mustafa Salam.
Color Models l Ultraviolet Infrared 10 Microwave 10
Color Theory What is color? How do we perceive it?
Presentation transcript:

Color Image Processing A spectrum of possibilities…

9/17/2015Copyright GA Tagliarini, PhD 2 Spectral Model Of Light White light Infrared ultraviolet Sir Isaac Newton, 1666

9/17/2015Copyright GA Tagliarini, PhD 3 Cone Cell Response Peak sensitivity cones – 65% red – 33% green – 2% blue Blue cones are most sensitive Observation is normally combination of colors Thomas Young, 1802

9/17/2015Copyright GA Tagliarini, PhD 4 CIE Chromaticity Diagram Pure saturated colors lie along the edge and form a spectrum Colors on a line from the edge to equal energy change only saturation (l 1 ) Along a line between two internal points lie all colors that can be produced additively from the end-point colors (l 2 ) Within a triangle are all colors that can be produced additively from the three vertices Triangle shown is typical of the color characteristics, called the color gamut, of a video monitor l1l1 l2l2

9/17/2015Copyright GA Tagliarini, PhD 5 RGB Color Cube Red Blue Green White Black Magenta Yellow Cyan Gray scale

9/17/2015Copyright GA Tagliarini, PhD 6 Exercises Develop code to render an RGB color cube. Compare with G&W text Figure 6.8. How does the video rendering compare with a printed rendering? How many distinct colors can be represented if eight bits are used for each color dimension R, G, and B? Generate a “safe” color cube (recall that for safe colors the only allowable values for R, G, or B are 0x00, 0x33, 0x66, 0x99, 0xCC, and 0xFF) How many “safe” colors are there?

9/17/2015Copyright GA Tagliarini, PhD 7 The HSI Color Model Hue—the color Saturation—the amount of white that is mixed with the hue Intensity—expresses the brightness or luminance of the chromaticity (=hue and saturation)

9/17/2015Copyright GA Tagliarini, PhD 8 Converting from RGB to HSI

9/17/2015Copyright GA Tagliarini, PhD 9 Converting from HSI to RGB Case R-G

9/17/2015Copyright GA Tagliarini, PhD 10 Converting from HSI to RGB Case G-B

9/17/2015Copyright GA Tagliarini, PhD 11 Converting from HSI to RGB Case B-R