Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Aalborg University Copenhagen
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
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.
Image Representation.
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
Color of (digital image) Raed S. Rasheed Agenda Color. Color Image. Color Models – RGB color model. – CMYK color model. – HSV and HSL color model.
CMYK Cyan Cyan Magenta Magenta Yellow Yellow Black Black.
Color Model AbdelRahman Abu_absah Teacher: Dr. Sana'a Alsayegh.
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
Color Systems. Subtractive Color The removal of light waves to perceive color: –Local or physical attributes of pigments, dyes, or inks reflect certain.
Kleur Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 6 This presentation © 2004, MacAvon Media Productions.
Colour Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 6 This presentation © 2004, MacAvon Media Productions Colour.
How do we perceive colour? How do colours add?. What is colour? Light comes in many “colours”. Light is an electromagnetic wave. Each “colour” is created.
Product Design Sketching Chromatic Theories. Color Spectrum The range of colors seen by human eye is the “visible color spectrum”
CMYK vs. RGB Design. Primary colors The colors that make up the base for every other color created. Depending on whether you are looking at it from science,
Digital Images Chapter 8, Exploring the Digital Domain.
Welcome eager young artists! Ms. Edelman Thursday, September 17, 2015  DO NOW: take out your notebook and a pen.
Color Management. How does the color work?  Spectrum Spectrum is a contiguous band of wavelengths, which is emitted, reflected or transmitted by different.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Color Sources:
Color. There are established models of color, each discipline uses it own method for describing and discussing color intelligently.
Color Theory And Photography
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
6. COLOR IMAGE PROCESSING
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
Red, green and blue (RGB): RGB is another way to use 3 numbers to specify a color instead of using an intensity-distribution curve or HSB In addition.
CSC Computing with Images
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.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Do Now: Do Not Log In. Take out your notebook and a pen. Good morning! Aim: Review.
# Red Green Blue Digital Color RGB to HEX.
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 Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
PRIMARY COLOURS Primary Colours: The 3 primary colours are red, yellow and blue. They are three colours that can't be made by mixing any other colours,
CS654: Digital Image Analysis Lecture 29: Color Image Processing.
Do Now: Take out your notebook and a pen. Good Morning Do Now: Take out your notebook and a pen. Good Morning Aim: What is color? Mr. Spaterella Technology.
Color Color Color Tsung-Yi Wu.
Color Models. Color models,cont’d Different meanings of color: painting wavelength of visible light human eye perception.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
Elements of Design 1.02 Investigate Design Principles and Elements.
RGB vs. CMYK Screen vs. Print.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
Lecture 15 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
1.02 Color Here we go AGAIN!. A chart used to choose colors—helps you choose colors that look good together. Color Palette.
Color and Color for the Web First, discuss idea of color (some overlap with lecture on HVS) First, discuss idea of color (some overlap with lecture on.
Color.
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.
RED, YELLOW, and BLUE These colors cannot be made Used to make all other colors.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
Color Models Light property Color models.
Sampling, Quantization, Color Models & Indexed Color
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
Color Theory.
Color Image Processing
The Colour of Light: Additive colour theory.
Chapter 6: Color Image Processing
COMS 161 Introduction to Computing
Colour Theories.
Light Light has wave-like properties
Two ways to discuss color 1) Addition 2) Subtraction
HTML Colour Codes (Hexadecimal)
Color Model By : Mustafa Salam.
Presentation transcript:

Ch 6 Color Image processing CS446 Instructor: Nada ALZaben

Color Model Primary colors: ◦ red (R) – green (G) – blue (B) ◦ In 8bit image each color range [0,255]

Color Model Secondary colors produced by adding primary colors together : ◦ Magenta (R+B) – Cyan (G+B) – Yellow (R+G)

Color Model Additive Model (RGB). ◦ RGB as primary, CMYK as secondary ◦ Display color as a result of light being added for that the total absence of color gives Black. ◦ Used in screens (eg. TV) Subtractive Model (CMYK) ◦ CMYK as primary, RGB as secondary ◦ Display color as a result of light being subtracted by the printers inks for that the total absence of color gives White. ◦ Used on paper (eg. Printers)

Color Model whiteBlack No light added No light subtracted RGB Color Model CMYK Color Model R=G=B=255 C=M=Y=100%

Colors characteristics The characteristics generally used to distinguish one color from another are: ◦ Brightness: embodies the chromatic notion of intensity. ◦ Hue: attribute associated with the dominant wavelength in mixture of light waves. ◦ Saturation: refers to the relative purity or the amount of white light mixed with a hue.

How are colors coded in RGB? Each pixel is represented by 3 values. ie. Light yellow = The color is represented in 3 channels In 8 bit image it will range for each color from (0-255) Computers generally display RGB using 24 bit color there for we have 16,777,216 possible colors..

RGB Code: ◦ Pure Red = ◦ Pure Green= ◦ Pure Blue= In a Hexadecimal Code: ◦ Consists of 16 unique symbols: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F ◦ Color is represented by 6 digits (examble: #FFCC66)  Pure Red =  Pure Green=  Pure Blue= Q:Are they the same color (#660099) and ?? How are colors coded?

Converting between coloring codes From RGB to Hexadecimal: ◦ Same as converting from decimal number to hexadecimal number.  Color =#??????  24=( ) 2 = (18) 16  do the rest. From Hexadecimal to RGB: Same as converting from hexadecimal number to decimal number.  #1020FC =  (10) 16 = ( ) 2 = 16

Indexed color If R=G=B, then the color is shade of gray so grayscale colors can be represented by a single value. The more number of bits used the more colors are distinguished, BUT image will be large and for that we may use Color Look UP Table (CLUT) to save memory (eg. Mobile phone memory) ◦ Instead of storing (r,g,b) for each pixal store an index into a palette. ◦ To determine a color of a pixel look at the stored value use it to look up full 24 bit (R,G,B) in palette.

Safe colors