Computational and Biological Vision “Colors Out Of Space” Digital color representation, color spaces and more! Amir Eluk Software Engineering.

Slides:



Advertisements
Similar presentations
Introduction to Colour Management
Advertisements

Computer Science 101 RGB Color System. Simplified Introduction to Color Vision Go to How We See: The First Steps of Human Vision or Color Vision for more.
Midterm 2 March 9 th and 10 th Review Session Monday 7pm in this room (probably)
Color spaces CIE - RGB space. HSV - space. CIE - XYZ space.
Color Image Processing
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
1 Color Segmentation: Color Spaces and Illumination Mohan Sridharan University of Birmingham
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Digital Cameras CCD (Monochrome) RGB Color Filter Array.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
Read Land article for Thursday Test starts Wednesday of next week!!!!
Read article by Land for Thursday Article by Anne Treisman coming up in about two weeks.
Display Issues Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
Color Management and Correction in Video Production Oke Mudiaga Innocent Digital Information Provision.
CSc 461/561 CSc 461/561 Multimedia Systems Part A: 2. Image.
1 CSCE441: Computer Graphics: Color Models Jinxiang Chai.
DIGITAL PRINTING. TERMINOLOGY COLOUR MANAGEMENT: the process of maintaining consistent colour among the devices in a colour workflow.
Color & Color Management. Overview I. Color Perception Definition & characteristics of color II. Color Representation RGB, CMYK, XYZ, Lab III. Color Management.
Dye Sublimation Color Management
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.
How to Work with Color in Graphic Communications.
Color Systems. Subtractive Color The removal of light waves to perceive color: –Local or physical attributes of pigments, dyes, or inks reflect certain.
Understanding Colour Colour Models Dr Jimmy Lam Tutorial from Adobe Photoshop CS.
Digital Images The digital representation of visual information.
Color Background. What is Color? Aspect of vision Physical reaction of the eye and the automatic interpretive response of the brain to wavelength characteristics.
Any questions about the current assignment? (I’ll do my best to help!)
Color Management. How does the color work?  Spectrum Spectrum is a contiguous band of wavelengths, which is emitted, reflected or transmitted by different.
07: Color in Interactive Digital Media
How A Camera Works Image Sensor Shutter Mirror Lens.
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.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Color Models. Color Vision The color-responsive chemicals in the cones are called cone pigments and are very similar to the chemicals in the rods. The.
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.
Color and Resolution Introduction to Digital Imaging.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Read article by Land for Thursday Article by Anne Treisman coming up in about two weeks.
CSC361/ Digital Media Burg/Wong
An Introduction to Analyzing Colors in a Digital Photograph Rob Snyder.
Lecture 24: Color Announcements & Review Lab 7 Due Thursday 2 D arrays - embedding graphs in an array Computer Science Artifacts Abstraction Representations.
Introduction to Computer Graphics
Color Principles for Computer Graphics Donald House 9/17/09 Artist’s slides by Lynette House.
Chapter 5 Color in Digital Media © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible.
Intro to Color Theory. Objectives Identify and discuss various color models including RGB, CMYK, Black/white and spot color. Investigate color mixing.
Advanced Science and Technology Letters Vol.28 (EEC 2013), pp Histogram Equalization- Based Color Image.
BASIC COLOUR COURSE Algemeen
Raquel Bujans DKL Color Model Research advisor Dr. Cindy Grimm.
2015, Autumn Visualization with 3D CG Masaki Hayashi Color theory & Digital camera.
Color Models Light property Color models.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Half Toning Dithering RGB CMYK Models
Display Issues Ed Angel
Color Image Processing
Color Image Processing
Color Image Processing
Introduction to Computer Graphics with WebGL
Color Management.
COMS 161 Introduction to Computing
Chapter 12 COLOR THEORY.
Color Image Processing
Color Image Processing
Digital Image Processing
Basic Concepts of Digital Imaging
Color Theory What is color? How do we perceive it?
Introduction to Colour Management
Presentation transcript:

Computational and Biological Vision “Colors Out Of Space” Digital color representation, color spaces and more! Amir Eluk Software Engineering

Introduction 0 Representation 0 Color Model 0 Color Space 0 Gamut 0 Color Blending Modes

sRGB 0 Additive Color Mixing 0 Easy to generate physically 0 Standard for most devices 0 Poor gamut 0 Unintuitive 0 Biologically? (cones response)

Color Gamut sRGB Adobe RGB Adobe Wide Gamut ProPhoto RGB

CMYK 0 Subtractive Color Mixing 0 What is K for? 0 Used by printed media

HSV/HSL 0 More intuitive 0 Easier to pick colors 0 Not perceptually uniform

L.a.b 0 Easy to pick colors 0 Can be perceptually uniform 0 Replicate opposite color theory

L.a.b L a B (Dichromat types?)

Perceived Brightness level

Histogram Comparison RGB Lightness (Lab) Close but not equal, why?

Histogram Comparison Green (RGB)Lightness (Lab) A coincidence ?

Image Bank & (table of mean absolute difference)......

similarity Lightness & Green: 2.1 Lightness & RGB: 2.5 Lightness & RGB: 27.5 Lightness & Green == Lightness and RGB: 8.4 Lightness and Blue: 24.6

Conclusions 0 The brightness of an RGB image is composed of its three channels with most weight given to the Green channel, Red comes second followed by blue. 0 This uneven contribution to the brightness is the reason why simple average of RGB values is not the exact brightness of the image.

Questions ?