CS Color. Aditi Majumder, CS 112 Slide 1

Size: px
Start display at page:

Download "CS Color. Aditi Majumder, CS 112 Slide 1"

Transcription

1 CS Color Aditi Majumder, CS 112 Slide 1

2 Visible Light Spectrum Aditi Majumder, CS 112 Slide 2

3 Color is due to.. Selective emission/reflection of different wavelengths by surfaces in the world Different response to different wavelengths of the eye Aditi Majumder, CS 112 Slide 3

4 Illumination I(λ) Aditi Majumder, CS 112 Slide 4

5 Reflectance R(λ) Aditi Majumder, CS 112 Slide 5

6 Color Stimuli C(λ) I(λ) ) x R(λ) ) = C(λ) Aditi Majumder, CS 112 Slide 6

7 Color Mixtures Subtractive Intersection of two spectrums C 1 (λ) and C 2 (λ) In paints C 1 (λ) Power C 2 (λ) Aditi Majumder, CS 112 Wavelength Slide 7

8 Additive Color Mixtures Addition of two spectrums C 1 (λ) and C 2 (λ) In light C 1 (λ) Power C 2 (λ) Aditi Majumder, CS 112 Wavelength Slide 8

9 CIE Functions for Standard Observer Aditi Majumder, CS 112 Slide 9

10 Tristimulus Values Integration over wavelength λ=700 X = C( C(λ)x( )x(λ)) = C(λ)x( )x(λ) λ λ=400 λ=700 Y = C( C(λ)y( )y(λ)) = C(λ)y( )y(λ) λ λ=400 Z = C( C(λ)z( )z(λ)) = C(λ)z( )z(λ) λ λ=700 λ=400 Aditi Majumder, CS 112 Slide 10

11 Tristimulus Values Aditi Majumder, CS 112 Slide 11

12 Metamerism Two different color stimuli can generate same tristimulus values Metamers Evoke same response in the eye Aditi Majumder, CS 112 Slide 12

13 Tristimulus Values XYZ forms a three dimensional space to define color Two colors added by just adding the XYZ coordinates Aditi Majumder, CS 112 Slide 13

14 Tristimulus Values The intensity of x(λ), y(λ) ) and z(λ) combining which would create a metamer of the spectrum Since normalized, it signifies proportions Correct upto a scale factor Aditi Majumder, CS 112 Slide 14

15 How does this space look? Aditi Majumder, CS 112 Slide 15

16 Different Types of Color Monochromatic Laser Achromatic Sunlight (close to) Polychromatic Most common Aditi Majumder, CS 112 Slide 16

17 Properties of Color Intensity Amount of stimulus in cd/m 2 The absolute brightness Governed by the area under the curve Aditi Majumder, CS 112 Slide 17

18 Properties of Color Hue Predominant wavelength Mean Aditi Majumder, CS 112 Slide 18

19 Properties of Color Saturation Amount of Achromatic light Variance from the mean All these three parameters are interrelated. Cannot be changed independently Aditi Majumder, CS 112 Slide 19

20 How to define these using XYZ? Intensity X+Y+Z Luminance Response of the green cones Perceived Brightness Y Hue and Saturation (Chrominance) Using chromaticity coordinates Aditi Majumder, CS 112 Slide 20

21 Chromaticity Chart Relative proportions of X, Y, and Z are more important Achromatic Color Equal proportions of X,Y and Z Chromaticity Chart 2D projection of 3D colors on X+Y+Z = d plane Plot of x and y is the chromaticity chart x = X/(X+Y+Z) y = Y/(X+Y+Z) Aditi Majumder, CS 112 Slide 21

22 Chromaticity Chart Points on a vector originating at zero coincide at the same point (X,Y,Z) and (2X,2Y,2Z) generate same (x,y) Colors on this vector have different intensity but same chrominance Aditi Majumder, CS 112 Slide 22

23 Chromaticity Coordinates Shows all the visible colors Achromatic Colors are at (0.33,0.33) Why? Called white point The saturated colors at the boundary Spectral Colors White Point Aditi Majumder, CS 112 Slide 23

24 Chromaticity Chart Exception is purples Non-spectral region in the boundary All colors on straight line from white point to a boundary has the same spectral hue Dominant wavelength P White Point Aditi Majumder, CS 112 Slide 24

25 Chromaticity Chart What happens here? Complimentary wavelength When mixed generate achromatic color Purity (Saturation) How far shifted towards the spectral color Ratio of a/b Purity =1 implies spectral color with maximum saturation White Point (W) Aditi Majumder, CS 112 Slide 25 B b B P a P

26 How to combine colors? Using XYZ Just add them Using intensity and (x,y) Sum (x,y) weighted by proportions of their intensities to generate new (x,y) Add the intensities to generate new intensity What happens when add two colors of same hue and saturation? Only adds their intensities Aditi Majumder, CS 112 Slide 26

27 Additive Color Generation Take three primary colors Add them in different amounts to generate a color Aditi Majumder, CS 112 Slide 27

28 Additive Color Generation Three primary colors Color generated by adding them in different amounts C=i r.r+i g.g+i b.b Convex linear combination 3D color gamut Aditi Majumder, CS 112 Slide 28

29 2D Color Gamut Projection of 3D gamut on X+Y+Z=d plane It is a triangle on the chromaticity charts Shows reproducible the hue and saturation Aditi Majumder, CS 112 Slide 29

30 Different Devices Differs only in the primaries used Have different spectrums Hence, will need to be combined differently Can be converted to each other by a linear transform 3x3 matrix Conversion between RGB and XYZ RGB is dependent on device (device dependent color space) XYZ depends on eye s response (device independent color space) Aditi Majumder, CS 112 Slide 30

31 Display/Sensor Model Y ( X g,y g,z g ) ( X r,y r,z r ) X ( X b,y b,z b ) X = X r X g X b 0 t r Y = Y r Y g Y b 0 t g Z Z = Z r Z g Z b 0 t b 1 = Aditi Majumder, CS 112 Slide 31

32 Linear Devices [X Y Z 1] T = M [R G B 1] T Two devices [X Y Z 1] T = M 1 [R 1 G 1 B 1 1] T [X Y Z 1] T = M 2 [R 2 G 2 B 2 1] T [R 2 G 2 B 2 1] T = M 2-1 [X Y Z 1] = M 2-1 M 1 [R 1 G 1 B 1 1] T Just like transformation of coordinates Is essentially a transformation of coordinates Aditi Majumder, CS 112 Slide 32

33 Display/Sensor Model Aditi Majumder, CS 112 Slide 33

34 Display/Sensor Model Aditi Majumder, CS 112 Slide 34

35 Gamut Mapping How to handle out of gamut colors? Mapping them to an in-gamut colors Many methods Used when going from devices to devices Monitors to Printers Aditi Majumder, CS 112 Slide 35

36 Gamut Matching Find a common color gamut defined by R c, G c, B c Find the common function M c [X Y Z 1] T = M c [R c G c B c 1] T For any device i [R i G i B i 1] T = M i -1 M c [R c G c B c 1] T Aditi Majumder, CS 112 Slide 36

37 Two gamut Aditi Majumder, CS 112 Slide 37

38 Find their intersection Aditi Majumder, CS 112 Need not be a parallelopipped Slide 38

39 Find the common gamut Aditi Majumder, CS 112 Slide 39

40 Find the mapping function Aditi Majumder, CS 112 Slide 40

Colour Part One. Energy Density CPSC 553 P Wavelength 700 nm

Colour Part One. Energy Density CPSC 553 P Wavelength 700 nm Colour Part One Energy Density 400 Wavelength 700 nm CPSC 553 P 1 Human Perception An Active Organising Process Many illusions experiments from psychology Colour not just a matter of measuring wavelength

More information

Visual Imaging and the Electronic Age Color Science Metamers & Chromaticity Diagrams. Lecture #6 September 7, 2017 Prof. Donald P.

Visual Imaging and the Electronic Age Color Science Metamers & Chromaticity Diagrams. Lecture #6 September 7, 2017 Prof. Donald P. Visual Imaging and the Electronic Age Color Science Metamers & Chromaticity Diagrams Lecture #6 September 7, 2017 Prof. Donald P. Greenberg Matching the Power Spectrum of the Test Lamp with a Full Set

More information

Digital Image Processing

Digital Image Processing Digital Image Processing 16 November 2006 Dr. ir. Aleksandra Pizurica Prof. Dr. Ir. Wilfried Philips Aleksandra.Pizurica @telin.ugent.be Tel: 09/264.3415 UNIVERSITEIT GENT Telecommunicatie en Informatieverwerking

More information

Introduction to Colorimetry

Introduction to Colorimetry IES NY Issues in Color Seminar February 26, 2011 Introduction to Colorimetry Jean Paul Freyssinier Lighting Research Center, Rensselaer Polytechnic Institute Troy, New York, U.S.A. sponsored by www.lrc.rpi.edu/programs/solidstate/assist

More information

Color and compositing

Color and compositing Color and compositing 2D Computer Graphics: Diego Nehab Summer 208. Radiometry Measurement of radiant energy in terms of absolute power Wave vs. particle Wavelength (λ), frequency (ν = c λ ), and amplitude

More information

Color perception SINA 08/09

Color perception SINA 08/09 Color perception Color adds another dimension to visual perception Enhances our visual experience Increase contrast between objects of similar lightness Helps recognizing objects However, it is clear that

More information

Color vision and colorimetry

Color vision and colorimetry Color vision and colorimetry Photoreceptor types Rods Scotopic vision (low illumination) Do not mediate color perception High density in the periphery to capture many quanta Low spatial resolution Many-to-one

More information

Vision & Perception. Simple model: simple reflectance/illumination model. image: x(n 1,n 2 )=i(n 1,n 2 )r(n 1,n 2 ) 0 < r(n 1,n 2 ) < 1

Vision & Perception. Simple model: simple reflectance/illumination model. image: x(n 1,n 2 )=i(n 1,n 2 )r(n 1,n 2 ) 0 < r(n 1,n 2 ) < 1 Simple model: simple reflectance/illumination model Eye illumination source i(n 1,n 2 ) image: x(n 1,n 2 )=i(n 1,n 2 )r(n 1,n 2 ) reflectance term r(n 1,n 2 ) where 0 < i(n 1,n 2 ) < 0 < r(n 1,n 2 )

More information

Colour. The visible spectrum of light corresponds wavelengths roughly from 400 to 700 nm.

Colour. The visible spectrum of light corresponds wavelengths roughly from 400 to 700 nm. Colour The visible spectrum of light corresponds wavelengths roughly from 4 to 7 nm. The image above is not colour calibrated. But it offers a rough idea of the correspondence between colours and wavelengths.

More information

Color and Color Model Chap. 12

Color and Color Model Chap. 12 Coor and Coor Mode Chap. 12 Coor Visibiity n Interpretation of coor is a psychophysioogy probem We coud not fuy understand the mechanism Physica characteristics of coor can be represented by a forma expression

More information

wavelength (nm)

wavelength (nm) CS 465 Homework 0 out: Monday 20 November 2006 due: Friday December 2006 Note: You are encouraged to use mathematical tools like MATLAB, Excel, graphing caluclators, or small programs in Java to come up

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Grassman s Experiments & Trichromacy Lecture #5 September 6, 2016 Prof. Donald P. Greenberg Light as Rays Light as Waves Light as Photons What is Color

More information

Color vision and colorimetry

Color vision and colorimetry Color vision and colorimetry Photoreceptor types Rods Scotopic vision (low illumination) Do not mediate color perception High density in the periphery to capture many quanta Low spatial resolution Many-to-one

More information

COLOR SCIENCE. Concepts and Methods, Quantitative Data and Formulae, 2nd Edition. John Wiley & Sons New York Chichester Brisbane Toronto Singapore

COLOR SCIENCE. Concepts and Methods, Quantitative Data and Formulae, 2nd Edition. John Wiley & Sons New York Chichester Brisbane Toronto Singapore COLOR SCIENCE Concepts and Methods, Quantitative Data and Formulae, 2nd Edition GÜNTER WYSZECKI National Research Council, Ottawa, Ontario, Canada W. S. STILES Richmond, Surrey, England t^- n M 1982 A

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Grassman s Experiments & Trichromacy Lecture #5 September 8, 2015 Prof. Donald P. Greenberg What is Color Science? Quantifying the physical energy which

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Color Gamuts & Color Spaces for User Interaction Lecture #7 September 16, 2014 Donald P. Greenberg Color Triangle for XYZ Y g 2 1 Z r -2-1 b 1 X XYZ

More information

Color Image Correction

Color Image Correction FLDE. p. 1/48 Color Image Correction Benasque, September 2007 Vicent Caselles Departament de Tecnologia Universitat Pompeu Fabra joint work with M.Bertalmío, R. Palma, E. Provenzi FLDE. p. 2/48 Overview

More information

Color Basics. Lecture 2. Electromagnetic Radiation - Spectrum. Spectral Power Distribution

Color Basics. Lecture 2. Electromagnetic Radiation - Spectrum. Spectral Power Distribution ectur Color Basics Wavelength Encoding Trichromatic Color Theory Color Matching Experiments -2-8 -4 4 8 Wavelength in meters (m) Newton s Experiment Visible light 4nm 5nm 6nm 7nm Wavelength 665, Cambridge

More information

Radiometry, photometry, measuring color

Radiometry, photometry, measuring color Radiometry, photometry, measuring color Lecture notes are done by Géza Várady, based on the lecture notes of Prof. János Schanda varady.geza@mik.pte.hu University of Pécs, Faculty of Engineering and Information

More information

Gernot Hoffmann CIE Color Space

Gernot Hoffmann CIE Color Space Gernot Hoffmann CIE Color Space Contents 1. CIE Chromaticity Diagram 2 2. Color Matching and Primaries 3 3. Color Volumes and Chromaticity 4 4. RGB to XYZ Conversion 5 5. CIE Primaries 6 6. Visibility

More information

Color images C1 C2 C3

Color images C1 C2 C3 Color imaging Color images C1 C2 C3 Each colored pixel corresponds to a vector of three values {C1,C2,C3} The characteristics of the components depend on the chosen colorspace (RGB, YUV, CIELab,..) Digital

More information

Theory of colour measurement Contemporary wool dyeing and finishing

Theory of colour measurement Contemporary wool dyeing and finishing Theory of colour measurement Contemporary wool dyeing and finishing Dr Rex Brady Deakin University Colour measurement theory Topics 1. How we see colour 2. Generation of colours 3. Measurement of colour

More information

The CIE 1997 Interim Colour Appearance Model (Simple Version), CIECAM97s. CIE TC1-34 April, 1998

The CIE 1997 Interim Colour Appearance Model (Simple Version), CIECAM97s. CIE TC1-34 April, 1998 The CIE 1997 Interim Colour Appearance Model (Simple Version), CIECAM97s CIE TC1-34 April, 1998 i The following members of TC1-34, Testing Colour Appearance Models, took part in the preparation of this

More information

NEW MEASURES OF WHITENESS THAT CORRELATE WITH PERCEIVED COLOR APPEARANCE

NEW MEASURES OF WHITENESS THAT CORRELATE WITH PERCEIVED COLOR APPEARANCE NEW MEASURES OF WHITENESS THAT CORRELATE WITH PERCEIVED COLOR APPEARANCE Burak Aksoy*, Paul D. Fleming, Margaret K. Joyce and Abhay Sharma Department of Paper Engineering, Chemical Engineering and Imaging

More information

Opponent Color Spaces

Opponent Color Spaces C. A. Bouman: Digital Image Processing - January 8, 2018 1 Opponent Color Spaces Perception of color is usually not best represented in RGB. A better model of HVS is the so-call opponent color model Opponent

More information

The Visual Perception of Images

The Visual Perception of Images C. A. Bouman: Digital Image Processing - January 8, 2018 1 The Visual Perception of Images In order to understand images you must understand how humans perceive visual stimulus. Objectives: Understand

More information

Multimedia Information Systems

Multimedia Information Systems Multimedia Information Systems Samson Cheung EE 639, Fall 2004 Lecture 3 & 4: Color, Video, and Fundamentals of Data Compression 1 Color Science Light is an electromagnetic wave. Its color is characterized

More information

SKZ102B Brightness Color meter

SKZ102B Brightness Color meter SKZB Brightness Color meter Brightness Meter is widely applied in paper and cardboard, pulp, cotton and fabric, plastic, ceramic and porcelain enamel, amylum, construction material, chemical industry,

More information

Basic Optical Concepts. Oliver Dross, LPI Europe

Basic Optical Concepts. Oliver Dross, LPI Europe Basic Optical Concepts Oliver Dross, LPI Europe 1 Refraction- Snell's Law Snell s Law: Sin( φi ) Sin( φ ) f = n n f i n i Media Boundary φ i n f φ φ f angle of exitance 90 80 70 60 50 40 30 20 10 0 internal

More information

Study of the reliability of power LEDs for color mixing applications

Study of the reliability of power LEDs for color mixing applications Università degli studi di padova FACOLTÀ DI INGEGNERIA Corso di Laurea in Elettronica TESI DI LAUREA Study of the reliability of power LEDs for color mixing applications Relatore: Ch.mo Prof. Enrico Zanoni

More information

A Comprehensive Framework for Modeling and Correcting Color Variations in Multi Projector Displays

A Comprehensive Framework for Modeling and Correcting Color Variations in Multi Projector Displays A Comprehensive Framework for Modeling and Correcting Color Variations in Multi Projector Displays Aditi Majumder Slide 1 Historical Perspective A dream computer in 1980 (Bill Joy and others) Megabytes

More information

CS681 Computational Colorimetry

CS681 Computational Colorimetry CS681 Computational Colorimetry Min H. Kim KAIST School of Computing Energy on a Lambertian surface An ideal surface that provides uniform diffusion of the incident radiation such that its luminance is

More information

The Electromagnetic Spectrum

The Electromagnetic Spectrum The Electromagnetic Spectrum Color Definition Color is a visual sensation related to the wavelength distribution of the light energy hitting the retina of the eye. When that wavelength distribution is

More information

EXTENDING THE CIE 2006 MODEL

EXTENDING THE CIE 2006 MODEL MARK D. FAIRCHILD & YUTA ASANO CUSTOM COLOR MATCHING FUNCTIONS: EXTENDING THE CIE 2006 MODEL TWO BIG QUESTIONS WHAT DO YOU SEE? DO YOU SEE WHAT I SEE? CIE COLORIMETRY 1931 & 1964, 2- & 10-deg. 2 1.5 Tristimulus

More information

Perceptually Uniform Color Spaces

Perceptually Uniform Color Spaces C. A. Bouman: Digital Image Processing - January 8, 2018 1 Perceptually Uniform Color Spaces Problem: Small changes in XYZ may result in small or large perceptual changes. Solution: Formulate a perceptually

More information

UGRA Display Analysis & Certification Tool Report

UGRA Display Analysis & Certification Tool Report Basics Date: Report-Version: Monitor-Name: EDID-Name: EDID-Serial: Profile: UGRA Display Analysis & Certification Tool Report 2014-5-12 10:21:53 v2.0.0 EIZO CX271 Created: 2014-5-12 8:09 Measurement device:

More information

Local Criterion of Quality for Color Difference Formula

Local Criterion of Quality for Color Difference Formula Local Criterion of Quality for Color Difference Formula Sergey Bezryadin, KWE Int. Inc, San Francisco, USA; Pavel Bourov, UniqueIC s, Saratov, Russia. Abstract It is important to be equipped with criterion

More information

Old painting digital color restoration

Old painting digital color restoration Old painting digital color restoration Michail Pappas Ioannis Pitas Dept. of Informatics, Aristotle University of Thessaloniki GR-54643 Thessaloniki, Greece Abstract Many old paintings suffer from the

More information

Vectorial Color James A. Worthey 11 Rye Court, Gaithersburg, Maryland , USA. Copyright 2008 by James A. Worthey

Vectorial Color James A. Worthey 11 Rye Court, Gaithersburg, Maryland , USA. Copyright 2008 by James A. Worthey Friday, 2009 March 6, 22:55:38 JAW, Wednesday, 2004 November 17, 11:42:48 Vectorial Color James A. Worthey 11 Rye Court, Gaithersburg, Maryland 20878-1901, USA. Copyright 2008 by James A. Worthey Abstract

More information

Color Seamlessness in Multi-Projector Displays using Constrained Gamut Morphing

Color Seamlessness in Multi-Projector Displays using Constrained Gamut Morphing Coor Seamessness in Muti-Projector Dispays using Constrained Gamut Morphing IEEE Transactions on Visuaization and Computer Graphics, Vo. 15, No. 6, 2009 Behzad Sajadi, Maxim Lazarov, Aditi Majumder, and

More information

Color Perception: Controlled Excitation of Opponent Channels

Color Perception: Controlled Excitation of Opponent Channels Color Perception: Controlled Excitation of Opponent Channels Prashanth Alluvada Electrical and Computer Engineering Jimma University Ethiopia Email: prashanthalluvada@gmail.com Abstract We describe controlled

More information

An evaluation of different measures of color saturation

An evaluation of different measures of color saturation An evaluation of different measures of color saturation Florian Schiller, Matteo Valsecchi, & Karl R. Gegenfurtner Department of Psychology, Justus Liebig University Giessen, Giessen, Germany. Corresponding

More information

SIGNAL DETECTION BY HUMAN OBSERVERS" Prof. J. A. Swets P. D. Donahue Louise Iarussi

SIGNAL DETECTION BY HUMAN OBSERVERS Prof. J. A. Swets P. D. Donahue Louise Iarussi XIV. SIGNAL DETECTION BY HUMAN OBSERVERS" Prof. J. A. Swets P. D. Donahue Louise Iarussi Prof. D. M. Green Susan A. Sewall A. COLOR VISION The "law of additivity of luminances" has long been regarded as

More information

Fresnel Equations cont.

Fresnel Equations cont. Lecture 11 Chapter 4 Fresnel quations cont. Total internal reflection and evanescent waves Optical properties of metals Familiar aspects of the interaction of light and matter Fresnel quations: phases

More information

CS Sampling and Aliasing. Analog vs Digital

CS Sampling and Aliasing. Analog vs Digital CS 112 - Sampling and Aliasing Aditi Majumder, CS 112, Winter 2007 Slide 1 Analog vs Digital God has created the world analog Man has created digital world Aditi Majumder, CS 112, Winter 2007 Slide 2 1

More information

Fundametals of Rendering - Radiometry / Photometry

Fundametals of Rendering - Radiometry / Photometry Fundametals of Rendering - Radiometry / Photometry Physically Based Rendering by Pharr & Humphreys Chapter 5: Color and Radiometry Chapter 6: Camera Models - we won t cover this in class Realistic Rendering

More information

From CIE 2006 Physiological Model to Improved Age- Dependent and Average Colorimetric Observers

From CIE 2006 Physiological Model to Improved Age- Dependent and Average Colorimetric Observers Dependent and Average Colorimetric Observers Abhijit Sarkar, 1, 2, * Florent Autrusseau, 2 Françoise Viénot, 3 Patrick Le Callet, 2 Laurent Blondé 1 1 Technicolor Research & Innovation, 1 av Belle Fontaine

More information

arxiv: v1 [quant-ph] 14 Nov 2013

arxiv: v1 [quant-ph] 14 Nov 2013 Light production metrics of radiation sources C. Tannous Laboratoire de Magnétisme de Bretagne - CNRS FRE 37 UBO, 6, Avenue le Gorgeu C.S.93837-29238 Brest Cedex 3 - FRANCE (Dated: November 5, 23) Light

More information

Motion influences the Effects of Systematic Chromatic Changes

Motion influences the Effects of Systematic Chromatic Changes Motion influences the Effects of Systematic Chromatic Changes Peggy Gérardin 1, Philippe Roud 1, Sabine Süsstrunk 1 and Kenneth Knoblauch 2,3 1 Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne,

More information

Light. Mike Maloney Physics, SHS

Light. Mike Maloney Physics, SHS Light Mike Maloney Physics, SHS 1 Light What is LIGHT? WHERE DOES IT COME FROM? 2003 Mike Maloney 2 What is Light? Light is a wave, or rather acts like a wave. How do we know since we cannot see it? We

More information

Brightness induction: Unequal spatial integration with increments and decrements

Brightness induction: Unequal spatial integration with increments and decrements Visual Neuroscience (2004), 21, 353 357. Printed in the USA. Copyright 2004 Cambridge University Press 0952-5238004 $16.00 DOI: 10.10170S0952523804213037 Brightness induction: Unequal spatial integration

More information

CITS 4402 Computer Vision

CITS 4402 Computer Vision CITS 4402 Computer Vision A/Prof Ajmal Mian Adj/A/Prof Mehdi Ravanbakhsh Lecture 06 Object Recognition Objectives To understand the concept of image based object recognition To learn how to match images

More information

TRNSYS MODELING OF A HYBRID LIGHTING SYSTEM: BUILDING ENERGY LOADS AND CHROMATICITY ANALYSIS

TRNSYS MODELING OF A HYBRID LIGHTING SYSTEM: BUILDING ENERGY LOADS AND CHROMATICITY ANALYSIS TRNSYS MODELING OF A HYBRID LIGHTING SYSTEM: BUILDING ENERGY LOADS AND CHROMATICITY ANALYSIS Frank W. Burkholder William A. Beckman Sanford A. Klein Doug T. Reindl University of Wisconsin-Solar Energy

More information

The Color Logarithmic Image Processing (CoLIP) antagonist space and chromaticity diagram

The Color Logarithmic Image Processing (CoLIP) antagonist space and chromaticity diagram The Color Logarithmic Image Processing (CoLIP) antagonist space and chromaticity diagram Yann Gavet, Johan Debayle, Jean-Charles Pinoli To cite this version: Yann Gavet, Johan Debayle, Jean-Charles Pinoli.

More information

Multi-variant data scaling and additivity analysis in potentially nonlinear systems using balanced equivalence tracking

Multi-variant data scaling and additivity analysis in potentially nonlinear systems using balanced equivalence tracking 1 Multi-variant data scaling and additivity analysis in potentially nonlinear systems using balanced equivalence tracking David Oulton November 2014 Introduction It is common experience that when investigating

More information

Midterm Summary Fall 08. Yao Wang Polytechnic University, Brooklyn, NY 11201

Midterm Summary Fall 08. Yao Wang Polytechnic University, Brooklyn, NY 11201 Midterm Summary Fall 8 Yao Wang Polytechnic University, Brooklyn, NY 2 Components in Digital Image Processing Output are images Input Image Color Color image image processing Image Image restoration Image

More information

Applications of Vectorial Color James A. Worthey, 11 Rye Court, Gaithersburg, Maryland

Applications of Vectorial Color James A. Worthey, 11 Rye Court, Gaithersburg, Maryland Friday, 2014 November 21, 22:51:02 JAW, Sunday, 2006 January 1, 23:20:48 Applications of Vectorial Color James A. Worthey, 11 Rye Court, Gaithersburg, Maryland 20878 email: jim@jimworthey.com Abstract

More information

The CIECAM02 color appearance model

The CIECAM02 color appearance model Rochester Institute of Technology RIT Scholar Works Presentations and other scholarship 11-12-2002 The CIECAM02 color appearance model Nathan Moroney Mark Fairchild Robert Hunt Changjun Li Follow this

More information

Deriving Appearance Scales

Deriving Appearance Scales Deriving Appearance Scales Mark D. Fairchild & Rodney L. Heckaman, Rochester Institute of Technology, Rochester, NY/USA Abstract The concept of color space has come to be an unquestioned threedimensional

More information

Colorimetry - Part 4: CIE 1976 L*a*b* COLOUR SPACE

Colorimetry - Part 4: CIE 1976 L*a*b* COLOUR SPACE Draft Standard NC voting begins on: 2007-05-20 Deadline for NC votes: 2007-08-20 Colorimetry - Part 4: CIE 1976 L*a*b* COLOUR SPACE Colorimétrie - Partie 4: Espace chromatique L*a*b* CIE 1976 Farbmessung

More information

Screen-space processing Further Graphics

Screen-space processing Further Graphics Screen-space processing Rafał Mantiuk Computer Laboratory, University of Cambridge Cornell Box and tone-mapping Rendering Photograph 2 Real-world scenes are more challenging } The match could not be achieved

More information

CEG4311 Digital Image Processing Dec. 21, Professor: Eric Dubois

CEG4311 Digital Image Processing Dec. 21, Professor: Eric Dubois This exam has 23 pages 1 CEG4311 Digital Image Processing Dec. 21, 2004 Final exam Duration: 3 hours Professor: Eric Dubois Closed-book exam: you may not use any books, notes or calculator. Answer all

More information

Atomic Theory C &03

Atomic Theory C &03 Atomic Theory Part One: Flame Tests Part Two: Atomic Spectra Part Three: Applications of Spectra (optional) C12-2-02 &03 This activity will focus on the visible portion of the electromagnetic spectrum.

More information

Illustrating Opponent Process, Color Evolution, and Color Blindness by the Decoding Model of Color Vision

Illustrating Opponent Process, Color Evolution, and Color Blindness by the Decoding Model of Color Vision Illustrating Opponent Process, Color Evolution, and Color Blindness by the Decoding Model of Color Vision LU, CHENGUANG 4643 North Park Drive, Port Alberni, BC, CANADA, V9Y 3H7 A symmetrical model of color

More information

Biological Applications Illustrating Linear Algebra Concepts

Biological Applications Illustrating Linear Algebra Concepts Biological Applications Illustrating Linear Algebra Concepts David Brian Walton Department of Mathematics and Statistics James Madison University Background BIO2010, National Research Council, Recommendation

More information

Facts of light. Sanjay Joshi. PDF version by Baldasso, L. F.

Facts of light. Sanjay Joshi. PDF version by Baldasso, L. F. Facts of light Sanjay Joshi PDF version by Baldasso, L. F. Introduction: Part I: What is Light? The choice of lighting is one the most important decisions to make when setting up a reef tank. The light

More information

Practical Optical Measurements of OLED Panels for Lighting Applications

Practical Optical Measurements of OLED Panels for Lighting Applications Practical Optical Measurements of OLED Panels for Lighting Applications TOKI KAWABATA KONICA MINOLTA, INC. JAPAN YOSHI OHNO National Institute of Standards and Technology U.S.A. * This work was conducted

More information

OPAC 101 Introduction to Optics

OPAC 101 Introduction to Optics OPAC 101 Introduction to Optics Topic 3 Introductory Photometry Department of http://www1.gantep.edu.tr/~bingul/opac101 Optical & Acustical Engineering Gaziantep University Sep 017 Sayfa 1 Introduction

More information

Supporting Information. Single-Layer Halide Perovskite Light-Emitting. Diodes with Sub-Bandgap Turn-on Voltage and

Supporting Information. Single-Layer Halide Perovskite Light-Emitting. Diodes with Sub-Bandgap Turn-on Voltage and Supporting Information Single-Layer Halide Perovskite Light-Emitting Diodes with Sub-Bandgap Turn-on Voltage and High Brightness Junqiang Li, Xin Shan, Sri Ganesh R. Bade, Thomas Geske,, Qinglong Jiang,

More information

CLINICAL VISUAL OPTICS (OPTO 223) Weeks XII & XIII Dr Salwa Alsaleh

CLINICAL VISUAL OPTICS (OPTO 223) Weeks XII & XIII Dr Salwa Alsaleh CLINICAL VISUAL OPTICS (OPTO 223) Weeks XII & XIII Dr Salwa Alsaleh OUTLINE OF WEEKS XII & XIII Temporal resolution Temporal Summation. Broca-Sulzer effect. Critical flicker frequency (CFF). Temporal Contrast

More information

DEA 350: HUMAN FACTORS: THE AMBIENT ENVIRONMENT (Spring 2008)

DEA 350: HUMAN FACTORS: THE AMBIENT ENVIRONMENT (Spring 2008) DEA 350: HUMAN FACTORS: THE AMBIENT ENVIRONMENT (Spring 2008) NAME: HOMEWORK II Due Date: 24 th April in class (NOTE: You will need to consult the readings as well as your class notes to complete the homework.

More information

Report No.: HZ p. (Lumens) Stabilization Time CRI (K)

Report No.: HZ p. (Lumens) Stabilization Time CRI (K) Test Summary Sample Tested: ML2LA23LTRBNI827 Luminous Efficacy Total Luminous Flux Power (Lumens /Watt) (Lumens) (Watts) Power Factor 73.6 1737.0 23.61 0.9872 CCT Stabilization Time CRI (K) (Light & Power)

More information

Brightness of Different Hues Is a Single Psychophysical Ratio Scale of Intensity

Brightness of Different Hues Is a Single Psychophysical Ratio Scale of Intensity Brightness of Different Hues Is a Single Psychophysical Ratio Scale of Intensity RAGNAR STEINGRIMSSON, R DUNCAN LUCE, and LOUIS NARENS University of California, Irvine Recent studies based on testable

More information

MOLEBIO LAB #4: Using a Spectrophotometer

MOLEBIO LAB #4: Using a Spectrophotometer Introduction: Spectrophotometry MOLEBIO LAB #4: Using a Spectrophotometer Many kinds of molecules interact with or absorb specific types of radiant energy in a predictable fashion. For example, when while

More information

Internet Video Search

Internet Video Search Internet Video Search Arnold W.M. Smeulders & Cees Snoek CWI & UvA Overview Image and Video Search Lecture 1 Lecture 2 Lecture 3 visual search, the problem color-spatial-textural-temporal features measures

More information

An Analytical Algorithm for Scattering Type Determination under Different Weather Conditions

An Analytical Algorithm for Scattering Type Determination under Different Weather Conditions Journal of Signal and Information Processing, 2012, 3, 7785 http://dx.doi.org/10.4236/jsip.2012.31010 Published Online February 2012 (http://www.scirp.org/journal/jsip) 77 An Analytical Algorithm for Scattering

More information

Color Rendering: a Calculation That Estimates Colorimetric Shifts James A. Worthey, 11 Rye Court, Gaithersburg, Maryland , USA.

Color Rendering: a Calculation That Estimates Colorimetric Shifts James A. Worthey, 11 Rye Court, Gaithersburg, Maryland , USA. Tuesday, 2003 April 5, 23:33:0 JAW, 200 January Color Rendering: a Calculation That Estimates Colorimetric Shifts James A. Worthey, Rye Court, Gaithersburg, Maryland 20878-90, USA. Abstract Lights vary

More information

Color difference Delta E - A survey

Color difference Delta E - A survey See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/236023905 Color difference Delta E - A survey Article in Machine Graphics and Vision April

More information

2. Lighting Terms. Contents

2. Lighting Terms. Contents Contents 2. Lighting Terms 2.1 Vision 2.2 Spectral sensitivity of the eye 2.3 Radiometric quantities 2.4 Photometric quantities 2.5 Energy and light efficiency 2.6 Colour coordinates 2.7 Colour temperature

More information

Abstract. Noor, Kashif. Effect of lighting variability on the color difference assessment (under

Abstract. Noor, Kashif. Effect of lighting variability on the color difference assessment (under Abstract Noor, Kashif. Effect of lighting variability on the color difference assessment (under the supervision of Dr. David Hinks.) The purpose of this study was twofold: a) to quantify the degree of

More information

From CIE 2006 Physiological Model to Improved Age-Dependent and Average Colorimetric Observers

From CIE 2006 Physiological Model to Improved Age-Dependent and Average Colorimetric Observers From CIE 2006 Physiological Model to Improved Age-Dependent and Average Colorimetric Observers Abhijit Sarkar, Florent Autrusseau, Françoise Viénot, Patrick Le Callet, Laurent Blondé To cite this version:

More information

BASIC VISUAL SCIENCE CORE

BASIC VISUAL SCIENCE CORE BASIC VISUAL SCIENCE CORE Absolute and Increment Thresholds Ronald S. Harwerth Fall, 2016 1. Psychophysics of Vision 2. Light and Dark Adaptation Michael Kalloniatis and Charles Luu 1 The Neuron Doctrine

More information

The Truth about Neutrality

The Truth about Neutrality The Truth about Neutrality How Close is Close Enough By Ron Engvaldsen Schneider Optics Inc. March 23, 2017 For many years, the manufacture of neutral density filters (ND s) has been a challenge for all

More information

The Electromagnetic Spectrum

The Electromagnetic Spectrum Physics 25 Chapter 24 Dr. Alward Electromagnetic Waves Electromagnetic (EM) waves consist of traveling electric and magnetic disturbances. One source of electromagnetic waves are electric charges oscillating

More information

Remodelling colour contrast: implications for visual processing and colour representation

Remodelling colour contrast: implications for visual processing and colour representation Vision Research 39 (1999) 1329 1345 Remodelling colour contrast: implications for visual processing and colour representation A.J. Shepherd * Department of Psychology, Birkbeck College, Uni ersity of London,

More information

OPAC 101 Introduction to Optics

OPAC 101 Introduction to Optics OPAC 101 Introduction to Optics Topic 2 Light Sources Department of http://www1.gantep.edu.tr/~bingul/opac101 Optical & Acustical Engineering Gaziantep University Sep 2017 Sayfa 1 Light Sources: maybe

More information

APPENDIX A FIELD GUIDE TO THE RAINBOW

APPENDIX A FIELD GUIDE TO THE RAINBOW APPENDIX A FIELD GUIDE TO THE RAINBOW Q1: What is a rainbow? Observationally, the rainbow is a circular arc of several colors seen in rain or spray opposite the sun and centered around the shadow of your

More information

P O G I L E L E C T R O N E N E R G Y A N D L I G H T

P O G I L E L E C T R O N E N E R G Y A N D L I G H T South Pasadena Honors Chemistry Name 9 Atomic Structure Period Date Why? P O G I L E L E C T R O N E N E R G Y A N D L I G H T How does light reveal the behavior of electrons in an atom? From fireworks

More information

Technical Report. Camera Encoding Evaluation for Image Archiving of Cultural Heritage Roy S. Berns

Technical Report. Camera Encoding Evaluation for Image Archiving of Cultural Heritage Roy S. Berns Technical Report Camera Encoding Evaluation for Image Archiving of Cultural Heritage Roy S. Berns May 2014 Executive Summary A computational analysis was performed to evaluate color errors caused by color-

More information

arxiv: v1 [math.ho] 30 Nov 2015

arxiv: v1 [math.ho] 30 Nov 2015 On fields inspired with the polar HSV RGB theory of Colour 1 Ján Haluška 2 arxiv:1512.01440v1 [math.ho] 30 Nov 2015 1 Introduction 1.1 Traditional Colour theories There are more different sources of the

More information

V2 Thin Stripes Contain Spatially Organized Representations of Achromatic Luminance Change

V2 Thin Stripes Contain Spatially Organized Representations of Achromatic Luminance Change Cerebral Cortex January 2007;17:116-129 doi:10.1093/cercor/bhj131 Advance Access publication February 8, 2006 V2 Thin Stripes Contain Spatially Organized Representations of Achromatic Luminance Change

More information

Optimum Notch Filtering - I

Optimum Notch Filtering - I Notch Filtering 1 Optimum Notch Filtering - I Methods discussed before: filter too much image information. Optimum: minimizes local variances of the restored image fˆ x First Step: Extract principal freq.

More information

Color luminance relationships and the McCollough effect

Color luminance relationships and the McCollough effect Perception & Psychophysics 2000, 62 (4), 659-672 Color luminance relationships and the McCollough effect MICHAEL A. WEBSTER and GOKHAN MALKOC University of Nevada, Reno, Nevada The McCollough effect is

More information

Color2Gray: Salience-Preserving Color Removal

Color2Gray: Salience-Preserving Color Removal Color2Gray: Salience-Preserving Color Removal Amy Gooch Sven Olsen Jack Tumblin Bruce Gooch Slides by Gooch et al. Color Removal Color Grayscale Color Removal Color Proposed Algorithm Isoluminant Colors

More information

Laboratory Exercise. Atomic Spectra A Kirchoff Potpourri

Laboratory Exercise. Atomic Spectra A Kirchoff Potpourri 1 Name: Laboratory Exercise Atomic Spectra A Kirchoff Potpourri Purpose: To examine the atomic spectra from several gas filled tubes and understand the importance of spectroscopy to astronomy. Introduction

More information

General Information. Vishay Semiconductors. Explanation of Technical Data. Type Designation Code for LEDs

General Information. Vishay Semiconductors. Explanation of Technical Data. Type Designation Code for LEDs General Information Explanation of Technical Data Vishay light emitting diodes and displays are generally designated in accordance with the Vishay designation system: TL... = Light emitting diode TD...

More information

Sources' Spectra, Roadway Surfaces and the Potential for Uplight Scattering

Sources' Spectra, Roadway Surfaces and the Potential for Uplight Scattering Sources' Spectra, Roadway Surfaces and the Potential for Uplight Scattering by Jefferey F. Knox * & David M. Keith, FIES + Authors' Affiliations: * Luminous Design, Inc., Longmont, CO + Marshall Design,

More information

Inverse Methods for Illumination Optics

Inverse Methods for Illumination Optics Inverse Methods for Illumination Optics Copyright 2014 by C.R. Prins, The Netherlands. All rights are reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted,

More information

LM Test Report. for MLS CO., LTD. Linear Ambient Luminaires Model: MT8N20-A

LM Test Report. for MLS CO., LTD. Linear Ambient Luminaires Model: MT8N20-A LM-79-08 Test Report for MLS CO., LTD NO.1 MULINSEN RD XIAOLAN TOWNSHIP ZHONGSHAN City, GUANGDONG Linear Ambient Luminaires Model: MT8N20-A Laboratory: Leading Testing Laboratories NVLAP CODE: 200960-0

More information

Application of Neugebauer-Based Models to Ceramic Printing

Application of Neugebauer-Based Models to Ceramic Printing Application of Neugebauer-Based Models to Ceramic Printing L Iovine, S Westland* and TLV Cheung* Colour and Imaging Institute, University of Derby, Derby, United Kingdom *Centre for Colour Design Technology,

More information