IMAGE PROCESSING COLOR IMAGE PROCESSING

Slides:



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

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.
School of Computing Science Simon Fraser University
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Color & Color Management. Overview I. Color Perception Definition & characteristics of color II. Color Representation RGB, CMYK, XYZ, Lab III. Color Management.
Color Image Processing Jen-Chang Liu, Spring 2006.
Understanding Colour Colour Models Dr Jimmy Lam Tutorial from Adobe Photoshop CS.
Course Website: Digital Image Processing Colour Image Processing.
Digital Image Processing Colour Image Processing.
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 6 Color Image Processing Chapter 6 Color Image.
Chapter 6: Color Image Processing Digital Image Processing.
25.2 The human eye The eye is the sensory organ used for vision.
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.
6. COLOR IMAGE PROCESSING
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
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.
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.
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
Lesson 2. Review - Energy in a Wave A wave is a disturbance that transfers energy from one point to another without transferring matter. In a water wave,
BASIC COLOUR COURSE Algemeen
Lecture 15 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
Chapter 4: Color in Image and Video
Computer Graphics: Achromatic and Coloured Light.
Digital Image Processing Lecture 12: Color Image Processing Naveed Ejaz.
Multimedia systems Lecture 5: Color in Image and Video.
Digital Image Processing
Color Models Light property Color models.
School of Electronics & Information Engineering
Additive & Subtractive Digital Color
Section 4 Color.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Color Image Processing - 1
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.
Color Image Processing
Color Image Processing
IMAGE PROCESSING INTRODUCTION TO DIGITAL IMAGE PROCESSING
Digital Image Processing (DIP)
25.2 The human eye The eye is the sensory organ used for vision.
Color Image Processing
CS-565 Computer Vision Nazar Khan Lecture 3.
COLOR space Mohiuddin Ahmad.
The Colour of Light: Additive colour theory.
Colour theory.
Chapter 6: Color Image Processing
Color Image Processing
Chapter II Color Theory.
Why does a blue shirt look blue?
COMS 161 Introduction to Computing
Chapter 12 COLOR THEORY.
Color Image Processing
Colour Theories.
Digital Image Processing
Digital Image Processing
Slides taken from Scott Schaefer
Colour theory.
Digital Image Processing
Color Image Processing
About Color.
Color Model By : Mustafa Salam.
Color And Light.
Color Theory and 2D Graphics Theory ST Nandasara/ADMTC
Presentation transcript:

IMAGE PROCESSING COLOR IMAGE PROCESSING Editor by DR. FERDA ERNAWAN Faculty of Computer Systems & Software Engineering ferda@ump.edu.my

Today’s Lesson Color image processing Color Fundamental CIE Chromacity Diagram Color Models Pseudocolor Image Processing Intensity Slicing Learning Outcomes: To understand fundamental of color.

Color Image Color image is a descriptor that can be used for various tasks, e.g.: segmentation, object detection, tracking and identification Human can distinguish thousands of color intensities.

Color Fundamentals Isaac Newton found that when sunlight passes through a optical prism, the emerging beam is divided into spectrum of colors. Images taken from Gonzalez and Woods, 2016

Color Fundamentals Human Visual System can perceive the electromagnetic spectrum about 400 to 700 nm. Human eye has 6 to 7 million cones to identify color spectrums. Images taken from Gonzalez and Woods, 2016

Color Fundamentals Human visual system perceives an object by light reflected from the object. A red object reflects light with wave lengths about 600 – 700 nm while absorbing most of the energy at other wavelengths White Light Colours Absorbed Green Light

Color Fundamentals Images taken from Gonzalez and Woods, 2016

Color Fundamentals The primary color can be merged with another colors to produce the secondary colors. Combination of the three primary colors produces white. Mixing a secondary with its opposite primary produces white (e.g. red+cyan). Images taken from Gonzalez and Woods, 2016

Color Fundamentals Important difference: Primary colors of light (green, blue, red) Primary colors of pigments A color that absorbs or subtracts a primary color of light and reflects the other two. These are cyan, yellow and magenta (CMY). A proper combination of pigment primaries produces black.

CIE Chromaticity CIE chromaticity diagram provides a specific color value. There are three things that effect the way a color is perceived Characteristic illumination Object Interpretation information in the human eye.

CIE Chromaticity Green: 13% blue, 25% red, and 62% green. Red: 1% blue, 67% red and 32% green. The diagram is usefull for color mixing. x-axis shows the red proportion and the y-axis shows the green proportion used to produce a specific color. The blue proportion used in a color is defined as: z = 1 – (x + y) Images taken from Gonzalez and Woods, 2016

CIE Chromaticity The entire color range can’t be displayed using three colors The triangle shows the typical color gamut produced by RGB monitors

Color Models There are different ways to model color: RGB CMY and CMYK HIS YUV/YCbCr RGB-color monitor, video camera CMY prointing HIS human describe color YUV video compression

RGB Images taken from Gonzalez and Woods, 2016

RGB The color spectra from red, green and blue light beams are summed at the surface of the projection screen. A color image is represented by a two dimensional array of three variate vectors which are comprised of the pixel’s red, green and blue values. A true color image 24-bits consists 16,777,216 colors. RGB colors are widely used in monitor model, LCD screen, television, etc.

RGB Images taken from Gonzalez and Woods, 2016

CMY Model CMY model is utilized for color printer and color copier. To convert RGB color space to CMY is defined as:

The HSI Color Model Practically, RGB colors are not useful for recognition and user specification of colors. Intensity, saturation and hue are useful to describe the human color perception. HSI is used to specify colors using the artistic notion of tints, shades and tones.

YUV / YCbCr model Converstion RGB to YCbCr is defined as:

A true color image and its various color-space

Example of RGB RGB color image Red channel Green channel Blue channel

Example of HSI HIS elements of the RGB color image (a) Hue (b) Saturation (c) Intensity

Pseudo-color Image Pseudo-color (false color) is assigning colors from greyscale values according to a specific criterion. Pseudo-color image is used for human visualization.

Intensity Slicing Intensity slicing adopts pseudo-color image process. Each intensity is assigned a color

Intensity Slicing: Example

Color Image Processing Choice of appropriate color space Independent channel processing Multi-channel processing

References R.C. Gonzalez and R.E. Woods, 2016. Digital Image Processing, Pearson Education India; Third edition. A.K. Jain, 2015. Fundamentals of Digital Image Processing, Pearson Education India; First edition. R.C. Gonzalez, R.E. Woods and S.L. Eddins, 2017. Digital Image Processing Using MATLAB. McGraw Hill Education; 2 edition. S. Jayaraman, T. Veerakumar, S. Esakkirajan, 2017.Digital Image Processing, McGraw Hill Education; 1 edition.