Color Color Color Tsung-Yi Wu.

Slides:



Advertisements
Similar presentations
COLOUR YEAR 11 - UNIT ONE PHYSICS
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.
Fundamentals of Digital Imaging
School of Computing Science Simon Fraser University
Colour Use In Digital Media Damien Markey. Colour All visual media depend on colour Black text on a white background is common for printed matter but.
Colour Theory and Application B.Sc. (Hons) Multimedia ComputingMedia Technologies.
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.
Color.
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
SUBTRACTIVE COLOUR MIXING SUBTRACTIVE COLOUR MIXING ADDITIVE COLOUR MIXING ADDITIVE COLOUR MIXING.
1 Color and Color Space Presenter: Cheng-Jin Kuo Advisor: Jian-Jiun Ding, Ph. D. Professor Digital Image & Signal Processing Lab Graduate Institute of.
Color & Color Management. Overview I. Color Perception Definition & characteristics of color II. Color Representation RGB, CMYK, XYZ, Lab III. Color Management.
School of Computer Science & Information Technology G6DPMM - Lecture 6 Colour Science & Colour Models.
CMYK Cyan Cyan Magenta Magenta Yellow Yellow Black Black.
Colour Theory. Colour Theories 1.Subtractive Theory The subtractive, or pigment theory deals with how white light is absorbed and reflected off of colored.
Basic properties of color: hue, value, and saturation.
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.
Understanding Colour Colour Models Dr Jimmy Lam Tutorial from Adobe Photoshop CS.
CS 376 Introduction to Computer Graphics 01 / 26 / 2007 Instructor: Michael Eckmann.
C O L O R S PRINT VS MULTIMEDIA. Main Difference Print –Primary Colors CMYK Cyan, Magenta, Yellow, Black - Subtractive Color system –Add together = black.
Product Design Sketching Chromatic Theories. Color Spectrum The range of colors seen by human eye is the “visible color spectrum”
Chapter 6 Color Multimedia Systems. Key Points Colour is a subjective sensation produced in the brain. The measurable physical quantity that best models.
Chapter 6: Color Image Processing Digital Image Processing.
Color Management. How does the color work?  Spectrum Spectrum is a contiguous band of wavelengths, which is emitted, reflected or transmitted by different.
Color Color is a psychophysical concept depending both upon the spectral distribution of the radiant energy of the illumination source and the visual sensations.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Color. There are established models of color, each discipline uses it own method for describing and discussing color intelligently.
Color Theory And Photography
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.
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.
Color 2011, Fall. Colorimetry : Definition (1/2) Colorimetry  Light is perceived in the visible band from 380 to 780 nm  distribution of wavelengths.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
CSC361/ Digital Media Burg/Wong
Graphics Lecture 4: Slide 1 Interactive Computer Graphics Lecture 4: Colour.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
Colour Theory and Application B.Sc. (Hons) Multimedia ComputingMedia Technologies.
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.
Introduction to Computer Graphics
Digital Media Dr. Jim Rowan ITEC 2110 Color Part 2.
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.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
4.3 Mixing Colours (p ) (p ). Primary Colours The 3 primary colours can be combined to generate any other colour: Red Green Blue.
HSB to RGB to HEX.
Chapter 4: Color in Image and Video
Computer Graphics: Achromatic and Coloured Light.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
Sensing Colors. B G Color Digital Image R Red sensor Green sensor Blue sensor.
Multimedia systems Lecture 5: Color in Image and Video.
Color Models Light property Color models.
School of Electronics & Information Engineering
Color Theory.
Color Image Processing
COLOR space Mohiuddin Ahmad.
Color 2017, Fall.
Color 2015, Fall.
Colour Theory Fundamentals
COMS 161 Introduction to Computing
Slides taken from Scott Schaefer
Light Light has wave-like properties
Color Model By : Mustafa Salam.
Primary and secondary There are two theories about how we can organize the different colours. Physicists explain color as a function of light. This is.
Color Theory and 2D Graphics Theory ST Nandasara/ADMTC
Presentation transcript:

Color Color Color Tsung-Yi Wu

Introduction Color is a subjective sensation produced in a brain. In the RGB color model, a color is represented by 3 values (red (R), green (G) and blue (B) light). The color depth of an image is number of bits used to represent a color value.

Introduction The CMYK (Cyan, Magenta, Yellow, and Key (black)) model is used for printing, as it models the way color is produced by mixing ink or paint. Other color models include YCrCb, etc.

Introduction A 24-bit image can be thought of as being made up of three 8-bit channels, one each for red, green and blue in RGB color.

Physiology Color is a subjective sensation produced in a brain. Color Blindness

Physiology Light is a form of electromagnetic radiation, we can measure its wavelength. Visible light: 400nm-700nm

Physiology Receptor Cells

Physiology Receptor Cells Cones Response

Tristimulus Theory Any colors can be specified by just 3 values, giving weights of 3 components. Each type of cone responds to R, G, B

Tristimulus Theory RGB color model

Color Depth Color depth 24, 30, 36, 48 bits Grey scale image: R=G=B Millions of colors, true color: 24 bits Thousands of colors, hi-color: 16 bits 256 colors: 8 bits Grey-level: 256 = 8 bits

Indexed Color Direct color Indexed color Palette of 256 colors Color lookup table (CLUT) Logical colors => physical colors 24 bits color => indexed color 1/3 of data BMP, TGA, TIFF: palette Direct Color 50,50,50 100,100,100 255,255,255 0,0,0 90, 122, 0, 16 Palette (R,G,B) 255

Color Temperature Color Temperature Model relationship between the temperature of a theoretical standardized material and the energy distribution of its emitted light as the radiator is brought to increasingly higher temperatures measured in Kelvin (K).

Color Temperature Color Temperature Model

Complementary Color Either one of two colors whose mixture in the right proportions produces white (in the case of light) or gray (in the case of pigment). Read more: http://www.answers.com/topic/complementary-color#ixzz1H2VM0p2g

Complementary Color Complementary Color (pigment) The complementary color of a primary color (R, B, and Y) is the color you get by mixing the other two (red + blue = purple; blue + yellow = green; red + yellow = orange). So the complementary color for red is green, for blue it's orange, and for yellow it's purple.

Complementary Color Lab

Complementary Color Lab

Complementary Color Original

Complementary Color Example http://www.johnsadowski.com/big_spanish_castle.php

Other Color Models CMYK (for printing) C = G+B = W-R M = R+B = W-G Y = R+G = W-B Complementary color Such a model is called subtractive because inks “subtract” brightness from white

Other Color Models CMYK’s Example

Other Color Models YUV standard (also called CCIR 601), known before as YCrCb (Y Cr Cb) a colour representation model dedicated to analogue video Y parameter represents the luminance (i.e. information in black and white) U and V make it possible to represent the chrominance (i.e. information regarding the color).

Other Color Models YUV (for SDTV) Y = 0.299R + 0.587 G + 0.114 B U = -0.169R - 0.331 G + 0.5B = 0.564(B - Y) V = 0.5R -0.419G -0.081B = 0.713(R-Y) R/G/B: [0, 1]  Y: [0, 1], U/V: [-0.5, 0.5] U is sometimes written as Cb and V is sometimes written as Cr

Other Color Models YUV (for SDTV)

Other Color Models CbCr Scaled (Y=0.5) BUG

Other Color Models CbCr Scaled

Other Color Models Example for YCbCr ? Y Cb Cr

HSB HSB: hue, saturation, and brightness Hue is the actual color. It is measured in angular degrees counter-clockwise around the cone starting and ending at red = 0 or 360 (so yellow = 60, green = 120, etc.). Saturation is the purity of the color, measured in percent from the center of the cone (0) to the surface (100). At 0% saturation, hue is meaningless. Brightness is measured in percent from black (0) to white (100). At 0% brightness, both hue and saturation are meaningless.

HSB Saturation is an expression for the relative bandwidth of the visible output from a light source. In the diagram, the saturation is represented by the steepness of the slopes of the curves the red curve represents a color having low saturation, the green curve represents a color having greater saturation, the blue curve represents a color with fairly high saturation As saturation increases, colors appear more "pure." As saturation decreases, colors appear more "washed-out."

HSB Diagrams

HSB PhotoImpact

Gamma Correction Consistent Color

Gamma Correction Example

Gamma Correction Example

References http://livedocs.adobe.com/en_US/Photoshop/10.0/images/sca_white_balance.png http://www.qualityorientalrug.com/designer/color.html http://www.hitachi.co.jp/Prod/vims/e_rlad/tech/lcos/image/point8.gif http://graphics.stanford.edu/gamma.html http://www.bem.fi/book/28/fi/2802.gif