YIQ color model. Used in United States commercial TV broadcasting (NTSC system).

Similar documents
Fig Color spectrum seen by passing white light through a prism.

6 Color Image Processing

Digital Image Processing Color Models &Processing

Digital Image Processing. Lecture # 8 Color Processing

Hello, welcome to the video lecture series on Digital image processing. (Refer Slide Time: 00:30)

Lecture 8. Color Image Processing

Color Image Processing

Image Processing for Mechatronics Engineering For senior undergraduate students Academic Year 2017/2018, Winter Semester

Chapter 3 Part 2 Color image processing

Digital Image Processing (DIP)

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing

Digital Image Processing Chapter 6: Color Image Processing ( )

Color Image Processing. Jen-Chang Liu, Spring 2006

INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET

Color Image Processing. Gonzales & Woods: Chapter 6

Introduction to Computer Vision and image processing

Color image processing

Color Image Processing

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Color Image Processing EEE 6209 Digital Image Processing. Outline

Chapter 6: Color Image Processing. Office room : 841

CHAPTER 6 COLOR IMAGE PROCESSING

Achim J. Lilienthal Mobile Robotics and Olfaction Lab, AASS, Örebro University

Color Image Processing

2. Color spaces Introduction The RGB color space

Lecture 3: Grey and Color Image Processing

EECS490: Digital Image Processing. Lecture #12

Unit 8: Color Image Processing

Image and video processing

Wireless Communication

Imaging Process (review)

Introduction to Multimedia Computing

Color Image Processing

Color. Used heavily in human vision. Color is a pixel property, making some recognition problems easy

Color: Readings: Ch 6: color spaces color histograms color segmentation

Colors in Images & Video

Color images C1 C2 C3

the eye Light is electromagnetic radiation. The different wavelengths of the (to humans) visible part of the spectra make up the colors.

Image and video processing (EBU723U) Colour Images. Dr. Yi-Zhe Song

Introduction. The Spectral Basis for Color

Color. Used heavily in human vision. Color is a pixel property, making some recognition problems easy

Digital Image Processing

Color Image Processing II

To discuss. Color Science Color Models in image. Computer Graphics 2

Thursday, May 19, 16. Color Theory

VIDEO AND IMAGE PROCESSING USING DSP AND PFGA. Chapter 1: Introduction to Image Processing. Contents

COLOR and the human response to light

LECTURE 07 COLORS IN IMAGES & VIDEO

2. Color spaces Introduction The RGB color space

Introduction to computer vision. Image Color Conversion. CIE Chromaticity Diagram and Color Gamut. Color Models

COLOR. Elements of color. Visible spectrum. The Human Visual System. The Fovea. There are three types of cones, S, M and L. r( λ)

Visual Perception. Overview. The Eye. Information Processing by Human Observer

IMAGES AND COLOR. N. C. State University. CSC557 Multimedia Computing and Networking. Fall Lecture # 10

Digital Image Processing

Bettina Selig. Centre for Image Analysis. Swedish University of Agricultural Sciences Uppsala University

Introduction to Color Theory

COLOR. and the human response to light

MODULE 4 LECTURE NOTES 1 CONCEPTS OF COLOR

Digital Image Processing COSC 6380/4393. Lecture 20 Oct 25 th, 2018 Pranav Mantini

Multimedia Systems Color Space Mahdi Amiri March 2012 Sharif University of Technology

Computers and Imaging

COLOR. Elements of color. Visible spectrum. The Fovea. Lecture 3 October 30, Ingela Nyström 1. There are three types of cones, S, M and L

12 Color Models and Color Applications. Chapter 12. Color Models and Color Applications. Department of Computer Science and Engineering 12-1

Color. Some slides are adopted from William T. Freeman

Image processing & Computer vision Xử lí ảnh và thị giác máy tính

Color Transformations

Radiometric restoration and segmentation of color images

Reading instructions: Chapter 6

Color and Color Model. Chap. 12 Intro. to Computer Graphics, Spring 2009, Y. G. Shin

Digital Image Processing Chapter 6: Color Image Processing

Enhancement Techniques for True Color Images in Spatial Domain

Image Representations, Colors, & Morphing. Stephen J. Guy Comp 575

Performance Analysis of Color Components in Histogram-Based Image Retrieval

Chapter 2 Fundamentals of Digital Imaging

Mahdi Amiri. March Sharif University of Technology

Digital Image Processing COSC 6380/4393

Color images C1 C2 C3

CS 565 Computer Vision. Nazar Khan PUCIT Lecture 4: Colour

Raster Graphics. Overview קורס גרפיקה ממוחשבת 2008 סמסטר ב' What is an image? What is an image? Image Acquisition. Image display 5/19/2008.

קורס גרפיקה ממוחשבת 2008 סמסטר ב' Raster Graphics 1 חלק מהשקפים מעובדים משקפים של פרדו דוראנד, טומס פנקהאוסר ודניאל כהן-אור

Digital Image Processing Chapter 6: Color Image Processing ( )

from: Point Operations (Single Operands)

Color Image Processing

Light. intensity wavelength. Light is electromagnetic waves Laser is light that contains only a narrow spectrum of frequencies

VC 16/17 TP4 Colour and Noise

Overview of graphics

Color Reproduction. Chapter 6

Interactive Computer Graphics

Basics of Colors in Graphics Denbigh Starkey

Christoph Wagner Colour Theory

Images and Colour COSC342. Lecture 2 2 March 2015

Concealed Weapon Detection Using Color Image Fusion

CORENDERING THREE ATTRIBUTES AGAINST RED- GREEN-BLUE OR CYAN-MAGENTA-YELLOW Program rgb_cmy_plot

Color & Compression. Robin Strand Centre for Image analysis Swedish University of Agricultural Sciences Uppsala University

CSSE463: Image Recognition Day 2

Announcements. The appearance of colors

Image is a spatial representation of an object or a scene. (image of a person, place, object)

Colors in images. Color spaces, perception, mixing, printing, manipulating...

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES

Introduction & Colour

Transcription:

CMY color model Each color is represented by the three secondary colors --- cyan (C), magenta (M), and yellow (Y ). It is mainly used in devices such as color printers that deposit color pigments. It is related to the RGB color model by the following: = B G R Y M C 1 1 1 + + =

YIQ color model Each color is represented in terms of a luminance component (Y) and two chrominance or color components: inphase (I) and quadrature (Q) components. Used in United States commercial TV broadcasting (NTSC system). The Y component provides all the video information required by a monochrome TV receiver/monitor. It is related to the RGB model by: Y I Q = 0.299 0.596 0.212 0.587 0.275 0.523 0.114 R 0.321 G 0.311 B The main advantage of the YIQ model is that the luminance and chrominance components are decoupled and can be processed separately.

+ = +

HSI or HSV color model Each color is specified in terms of its Hue (H), Saturation (S) and intensity (I) or value (V). Note that the I in HSI model is different than the I in YIQ model. This model is sometimes referred to as HSV instead of HSI. The main advantages of this model is that: Chrominance (H, S) and luminance (I) components are decoupled. Hue and saturation is intimately related to the way the human visual system perceives color. In short, the RGB model is suited for image color generation, whereas the HSI model is suited for image color description. It is related to the RGB model as follows: 1 V = ( R + G + B) 3 3 S = 1 [min( R, G, B)] ( R + G + B) H = θ = cos θ 360 θ 1 B G B > G 1 2 [( R G) + ( R B) ] 2 [( R G) + ( R B)( G B) ] 1/ 2 Equations for inverse transformations are given in the text (pp. 299-300).

+ = +

Manipulation of HSI components Consider the primary colors chart below and the corresponding HSI component images. To change the individual color of any region in the RGB image, we change the value of the corresponding region in the Hue image. Then we convert the new H image with the original S and I images to get the transformed RGB image.

We can modify saturation and intensity like-wise, by manipulating the corresponding component image in the HSI model. For example, we can manipulate the RGB color chart as follows: o Change all the green and blue regions into red by setting to 0 the corresponding regions in the H component image. o Reduce the saturation of the Cyan region by ½ by manipulating the corresponding region in the S component image. o Reduce by ½ the intensity of the white region by manipulating the corresponding region in the I component image. The resulting H, S, and I images are converted back to RGB and displayed below.

Pseudo Coloring Assign colors to monochrome images, based on various properties of their graylevel content. It is mainly used for human visualization and interpretation. Several transformations can be used for this purpose. For example, we may use a different enhancement technique to highlight different features and color code them appropriately.

Intensity Slicing View an image as a 2-D intensity function. Slice the intensity (or density) function by a plane parallel to the coordinate axes. Pixel with grayvalues above the plane are color coded with one color and those below are coded with a different color. This gives a two-color image. Similar to thresholding but with colors. Technique can be easily extended to more than one plane.

Example 1200 1000 800 600 400 200 0 0 0.2 0.4 0.6 0.8 1 Monochrome Image Histogram Intensity Slicing: Two colors Intensity Slicing: Three colors

Example

Example

Gray Level to Color Transformations Perform three independent transformations on the graylevel of an input monochrome image. The outputs of the three transformations are fed to the Red, Green, and Blue channels of a color monitor. Read example in page 309-310 of text. This technique can also be used to combine several monochrome images into a single composite color image.

This is frequently used in multispectral imaging, where different sensors produce individual monochrome images, each in a different spectral band.

Example