How to Bring Natural Light on a Monitor

Size: px
Start display at page:

Download "How to Bring Natural Light on a Monitor"

Transcription

1 René Krieg How to Bring Natural Light on a Monitor Technical Note No. 004 (Version 1.1) Copyright c January 22, 2015, LightTrans GmbH, Jena All rights reserved.

2 Content 1. The Problem CIE Chromaticity Coordinates - A Model for Color Perception Converting Chromaticities to RGB Which RGB system? Transformation Algorithm Gamma correction Color Profiles and Monitor Calibration

3 1TheProblem To display colorful light of one or several defined wavelength(s) on a computer monitor as naturally as possible is not trivial. At least two factors have to be considered: The wavelength dependent sensitivity of the human eye which is responsible for the man s ability to recognize colors, and the properties of the monitor and its color generating technology. So the wavelength-to-monitor-color algorithm consists of several steps, outlined in Fig. 1. At first the single wavelength of monochromatic or the wavelength combination of polychromatic light have to be converted into some kind of physiological representation of light, which means to determine their coordinates in the perceptional color space. Then, in order to simulate this human perception as naturally as possible by the R, G and B phosphors of the monitor, a transform into an RGB color space has to be done, whose results will be displayed by the graphics card using the color profile of the calibrated monitor. The algorithm described here was inspired by that found on Figure 1. The Algorithm that is Used to Bring Natural Light on a Monitor 3

4 2 CIE Chromaticity Coordinates - A Model for Color Perception The so called Color Matching Functions 1, which relate the full visible spectrum (360 nm to 830 nm) to the three primary colors red, green and blue, have been measured in 1931 and in 1964 via physiological experiments by the Commission Internationale de l Éclairage (CIE) 2. These three functions give for every single wavelength the stimulus intensity for the three kinds of color sensual cells (retina cones) and are shown in Fig. 2. Figure 2. The Color Matching Functions. So we get an objective (that means device independent, because physiological) representation of monochromatic light of the wavelength λ which can be written as a triple of the three values of the Color Matching Functions (X(λ), Y(λ), Z(λ)). For the analogous representation of polychromatic light in the wavelength range λ min to λ max an additional step is required. The values X, Y and Z have to be summed separately for all wavelengths, weighted by the power spectrum P (without measuring units) of the light source: X Σ = Y Σ = Z Σ = λ max λ=λ min X(λ)P(λ) λ max λ=λ min Y(λ)P(λ) λ max λ=λ min Z(λ)P(λ) 1 That can be found on and which were published in [CIE32]and[CIE64]. 2 Which of these two measurements has to be used depends, technically speaking, on the choice of the RGB system the values will be converted to (see Section 3), because the definition of each non perceptional color system is referenced to either the 1931 or the 1964 data. For the sake of simplicity, only the 1931 data are used within VirtualLab TM. 4

5 As a preparation for the conversion to device RGB colors, the (X Σ, Y Σ, Z Σ ) values are converted to the so called chromaticities (x, y, z) by: x = X Σ /(X Σ + Y Σ + Z Σ ) y = Y Σ /(X Σ + Y Σ + Z Σ ) z = 1 x y These values provide a two-dimensional representation of the color space, neglecting luminosities. It is visualized by the chromaticity diagram (Fig. 3), that shows the chromaticity coordinates of all colors at a glance. The pure spectral colors are located at the upper boundary curve (labeled with the wavelengths). 0.9 y x 0.8 Figure 3. TheCIEChromaticityDiagram.Thepurecolors(spectralcolors)lieon the upper boundary curve and are marked by their wavelengths in Nanometers. The lower boundary line marks the so called purple line and contains mixed colors not contained in the rainbow. Source: The original graphic for this, as well as for all following chromaticity diagrams, was made by Gernot Ho=mann ( hoffmann), subsequently modified by LightTrans. 5

6 3 Converting Chromaticities to RGB The conversion from the perceptional color space to RGB colors is done via the transformation matrix T by r x g = T y. (3.1) b z It is important to know that there is not only one unique RGB color space. Although there exist some standards like srgb or AdobeRGB, every RGB system has to be defined in relation to the perceptional color space. This is done by four pairs of values, i.e. the chromaticity coordinates of the three primary colors (r x, r y ), (g x, g y ) and (b x, b y ), and the white point (w x, w y ). In Fig. 4, you can see the location of two di=erent RGB color spaces (srgb and LightTrans Color System) in the chromaticity diagram. 0.9 y LightTrans Color System srgb WP WP: White Point of srgb and LightTrans Color System x 0.8 Figure 4. The position of the srgb and the LightTrans Color System in the chromaticity diagram. The vertices mark the primary colors while the dot in the middle show the white point. The area inside the triangles is called gamut and contains all displayable colors. Source: see Fig. 3 6

7 The region of all colors that are displayable in a certain color space is called gamut and is equivalent to the area inside the triangle in the diagram 1.If a color lies outside the gamut of an RGB color system to use, it can only be approximated by one of the colors inside. The algorithm to find an appropriate substituting color is called out-of-gamut handling 2.Itisofparticular interest for the task of displaying natural light, because of the fact that all pure / spectral colors are located outside the most of the RGB color space gamuts. The matrix T in Eq. 3.1 has to be calculated from the chromaticity coordinates of the three primary colors (triangle vertices) (r x, r y ), (g x, g y ) and (b x, b y ), and the white point (w x, w y ). This will be shown in the Section Transformation Algorithm. But what color system has to be used for that? 3.1 Which RGB system? The best way would be to convert the CIE values directly to the monitor s individual RGB color system. But due to practical reasons (like the display algorithm s performance) for VirtualLab TM I chose the following way that provides satisfying color results: 1. Conversion to the RGB system LightTrans Colorsystem which was created by me, the author, based on the experiences with other color systems. It is defined by the colors of the three wavelengths 700 nm, 545 nm, and 470 nm as it s primaries and a white point of (w x, w y )= (0.3127, ) (which is equivalent to the color of a white surface illuminated by the so called standard illuminant D65). For development purposes (but maybe it will be released later) a di=erent color system can be chosen by the user. 2. These RGB values will be written into a bitmap (an instance of the Bitmap class provided by the company Aurigma ( which got the monitor s color profile 3 assigned to. That means, the RGB values of the LightTrans Colorsystem are considered as being values in the monitor s color system. This consideration in turn means a special kind of gamut mapping (or rendering intent), with a one-to-one mapping of each triple (R LTC, G LTC, B LTC ) T to a triple (R mon, G mon, B mon ) T. The gamut of the LightTrans Colorsystem is shown in Fig More precisely, the gamut is a three-dimensional solid in the XYZ space, whose projection gives the triangle. This is nicely illustrated on 2 For the conversion from one color system to another, called gamut mapping, exist several algorithms, called rendering intents, usually not treating only the outside lying colors in a special way, but converting the whole gamut instead! 3 If the monitor is not calibrated, see Sec. 4, a standard color profile will be used, possibly providing adulterated results. 7

8 3.2 Transformation Algorithm 1. At first, the matrix T in Eq.3.1 is calculated from the chromaticity coordinates of the RGB color space ((r x, r y ), (g x, g y ), (b x, b y ),and(w x, w y )) by the following steps: (a) (b) (c) (d) Calculation of the z components which are not independent from x and y: r z = 1 r x r y, g z = 1 g x g y, b z = 1 b x b y and w z = 1 w x w y Calculation of the matrix columns by the vectorial products x r g x b x =, y r z r x g y g z g x b y b z b = = g y g z b x b y b z r x r y r z b y b z r x r y r z g x g y g z, and Calculation of the white scaling factors w r x r y r z r w g = 1/w y x g y g z g w b x b y b z b The transformation matrix yields from: x r /w r y r /w r z r /w r T = x g /w g y g /w g z g /w g x b /w b y b /w b z b /w b w x w y w z 2. Using T in Equation (3.1) allows to calculate the values r, g or b for every color given as (x, y, z). 3. It can happen that one or more of the calculated values are negative. This means that the position of the color lies outside the RGB gamut (area inside the triangle, see Fig. 4), which in turn stands for the impossibility to represent this color in the RGB color space exactly. Please note: this is true for all monochromatic light sources! So in this case an important approximation called Out-of-gamut handling has to be done: Determine the intersection point of the line that connects the color coordinates and the white point with the sides of the gamut triangle. To use this point as substituting color means to keep the hue of the color while the saturation is set down to its valid range of 0..1 (spoken in terms of the HSV system). 8

9 4. In order to preserve the original luminosity, the value Y Σ has to be multiplied. Additionally, a simple Gamma correction 4 is applied (see the following subsection): r 1/γ ry Σ g = gy Σ b by Σ 5. At last a rescaling is necessary to get the usual value range of : R r G = g 255/ max(r, g, b ) B b 3.3 Gamma correction Whydowehavetoapplyagammacorrection? Thereasonisourgoalto simulate a virtual optics laboratory, i.e. the user shall have the same perception by looking at his monitor as by observing in the lab. But since computer monitors adapt to the non linear brightness sensitivity of the human eye, we have to "correct this correction". This is drafted in the following sketches: The human eye perceives a linear signal I S as a logarithmic function, which can be approximated by I P = I 1/γ S, γ 2: Figure 5. Computer monitors display linear signals using a function I M = I γ S,so the perceived intensity function will be approximately the input signal function: 4 The value of γ depends on the used color system. The most standard systems use γ = 2.2, some use

10 Figure 6. In VirtualLab TM the signal will be prepared (I S = I1/γ S ), so that the monitor will display the original linear signal, which will be perceived as in the lab in turn: Figure 7. Note on the di=erent views of an electromagnetic field in VirtualLab TM : In consequence of the described gamma correction, the Light View will show a brightness distribution which (in comparison with the Data View) looks more like the Amplitude than like the Intensity. That s due to the fact that the data view doesn t use a gamma correction, so the intensity distribution of the Data View is more like the measurement result of a photometer, than like human perception. 10

11 4 Color Profiles and Monitor Calibration A color profile is a file that contains the definition of any color space or at least the data required for its transformation to a standard color space. It has to fulfill an ISO norm, published by the International Color Consortium (ICC Specification, see [ICC]. Usually, the individual color space of a device is stored in such a color profile, but also standard color spaces are communicated via that kind of files. We need it for telling the graphics card how to handle colors. Even a color that was converted to RGB correctly will not be displayed in the expected way if the monitor is not calibrated. Calibration means to set the device in a defined state and, most important, to determine the exact color profile for the monitor currently used. This device color space is defined by the chromaticities of the r, g, and b phosphors. The optimal way to calibrate a monitor is to measure the profile data by calibration software which uses a colorimeter and writes the resulting file to the appropriate directory (on Microsoft Windows systems: C:WINDOWS SYSTEM32 SPOOL DRIVERS COLOR). If chosen as standard color profile and if the startup program of the calibration software was started, the graphics card should use the profile for the correct display of the RGB colors on the monitor. 11

12 References [CIE32] Commission Internationale de l Eclairage Proceedings, Cambridge University Press, Cambridge, 1932 [CIE64] CIE Proceedings 1963 Vienna Session, Vol. B (Committee Report E ), Bureau Central de la CIE, Paris, 1964, pp [ICC] ISO :2005, Image technology colour management Architecture, profile format and data structure Part 1: Based on ICC.1:

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I CS 430/585 Computer Graphics I Week 8, Lecture 15 Outline Light Physical Properties of Light and Color Eye Mechanism for Color Systems to Define Light and Color David Breen, William Regli and Maxim Peysakhov

More information

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT)

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT) Raster Graphics and Color Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2004 Color models Color models Display Hardware Video display devices Cathode Ray Tube (CRT) Liquid Crystal Display

More information

Color Management Terms

Color Management Terms Written by Jonathan Sachs Copyright 2001-2003 Digital Light & Color Achromatic Achromatic means having no color. Calibration Calibration is the process of making a particular device such as a monitor,

More information

CBIR: Colour Representation. COMPSCI.708.S1.C A/P Georgy Gimel farb

CBIR: Colour Representation. COMPSCI.708.S1.C A/P Georgy Gimel farb CBIR: Colour Representation COMPSCI.708.S1.C A/P Georgy Gimel farb Colour Representation Colour is the most widely used visual feature in multimedia context CBIR systems are not aware of the difference

More information

A Adobe RGB Color Space

A Adobe RGB Color Space Adobe RGB Color Space Specification Version DRAFT October 2, 2004 Please send comments to mailto:lars.borg@adobe.com This publication and the information herein are subject to change without notice, and

More information

1. Introduction to image processing

1. Introduction to image processing 1 1. Introduction to image processing 1.1 What is an image? An image is an array, or a matrix, of square pixels (picture elements) arranged in columns and rows. Figure 1: An image an array or a matrix

More information

CS 325 Computer Graphics

CS 325 Computer Graphics CS 325 Computer Graphics 01 / 25 / 2016 Instructor: Michael Eckmann Today s Topics Review the syllabus Review course policies Color CIE system chromaticity diagram color gamut, complementary colors, dominant

More information

1051-232 Imaging Systems Laboratory II. Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002

1051-232 Imaging Systems Laboratory II. Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002 05-232 Imaging Systems Laboratory II Laboratory 4: Basic Lens Design in OSLO April 2 & 4, 2002 Abstract: For designing the optics of an imaging system, one of the main types of tools used today is optical

More information

Three Key Paper Properties

Three Key Paper Properties Three Key Paper Properties Whiteness, Brightness and Shade Demystifying Three Key Paper Properties Whiteness, Brightness and Shade Xerox Supplies, See the Difference Quality Makes Prepared by: Xerox Corporation

More information

A comparison between a CRT and a LCD monitors colors rendering

A comparison between a CRT and a LCD monitors colors rendering A comparison between a CRT and a LCD monitors colors rendering TOADERE FLORIN, NIKOS E. MASTORAKIS INCDTIM Cluj Napoca Str. Donath, nr. 65-103, Cluj Napoca, 400293, ROMANIA Florin.Toadere@bel.utcluj.ro

More information

Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs

Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs Improved predictive modeling of white LEDs with accurate luminescence simulation and practical inputs TracePro Opto-Mechanical Design Software s Fluorescence Property Utility TracePro s Fluorescence Property

More information

Implementing ISO12646 standards for soft proofing in a standardized printing workflow

Implementing ISO12646 standards for soft proofing in a standardized printing workflow Implementing ISO12646 standards for soft proofing in a standardized printing workflow Aditya Sole Implementing ISO12646 standards for soft proofing in a standardized Gjøvik University College, The Norwegian

More information

ICC Recommendations for Color Measurement

ICC Recommendations for Color Measurement White Paper #3 Level: Introductory Date: Dec 2004 ICC Recommendations for Color Measurement Introduction In order to prepare a useful device profile based on the International Color Consortium s Specification,

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

ON THE INVESTIGATION OF THE CIE 1931 COLORIMETRIC OBSERVER

ON THE INVESTIGATION OF THE CIE 1931 COLORIMETRIC OBSERVER Ákos Borbély ON THE INVESTIGATION OF THE CIE 1931 COLORIMETRIC OBSERVER PhD THESIS Supervisor: Dr. János Schanda University of Veszprém Doctoral School of Information Sciences Veszprém 2004 I. Introduction,

More information

EXPERIMENT 11 UV/VIS Spectroscopy and Spectrophotometry: Spectrophotometric Analysis of Potassium Permanganate Solutions.

EXPERIMENT 11 UV/VIS Spectroscopy and Spectrophotometry: Spectrophotometric Analysis of Potassium Permanganate Solutions. EXPERIMENT 11 UV/VIS Spectroscopy and Spectrophotometry: Spectrophotometric Analysis of Potassium Permanganate Solutions. Outcomes After completing this experiment, the student should be able to: 1. Prepare

More information

EUSIPCO 2013 1569746737

EUSIPCO 2013 1569746737 EUSIPCO 2013 1569746737 HUE CORRECTION IN HDR TONE MAPPING Michal Seeman, Pavel Zemčík, Bronislav Přibyl Faculty of Information Technology, Brno University of Technology, Brno, Czech Republic ABSTRACT

More information

Experiment #5: Qualitative Absorption Spectroscopy

Experiment #5: Qualitative Absorption Spectroscopy Experiment #5: Qualitative Absorption Spectroscopy One of the most important areas in the field of analytical chemistry is that of spectroscopy. In general terms, spectroscopy deals with the interactions

More information

A Proposal for OpenEXR Color Management

A Proposal for OpenEXR Color Management A Proposal for OpenEXR Color Management Florian Kainz, Industrial Light & Magic Revision 5, 08/05/2004 Abstract We propose a practical color management scheme for the OpenEXR image file format as used

More information

Perception of Light and Color

Perception of Light and Color Perception of Light and Color Theory and Practice Trichromacy Three cones types in retina a b G+B +R Cone sensitivity functions 100 80 60 40 20 400 500 600 700 Wavelength (nm) Short wavelength sensitive

More information

Create Colorful and Bright LED Light with an LED Matrix Dimmer

Create Colorful and Bright LED Light with an LED Matrix Dimmer Create Colorful and Bright LED Light with an LED Matrix Dimmer By Keith Szolusha, Applications Engineering Section Leader, Power Products, Linear Technology RGB LEDs are used in projector, architectural,

More information

Color quality guide. Quality menu. Color quality guide. Page 1 of 6

Color quality guide. Quality menu. Color quality guide. Page 1 of 6 Page 1 of 6 Color quality guide The Color Quality guide helps users understand how operations available on the printer can be used to adjust and customize color output. Quality menu Menu item Print Mode

More information

Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry

Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry Spectrophotometry and the Beer-Lambert Law: An Important Analytical Technique in Chemistry Jon H. Hardesty, PhD and Bassam Attili, PhD Collin College Department of Chemistry Introduction: In the last lab

More information

Chapter 9. Systems of Linear Equations

Chapter 9. Systems of Linear Equations Chapter 9. Systems of Linear Equations 9.1. Solve Systems of Linear Equations by Graphing KYOTE Standards: CR 21; CA 13 In this section we discuss how to solve systems of two linear equations in two variables

More information

Road-Map for Interference Filter based Spectral Sensors

Road-Map for Interference Filter based Spectral Sensors Road-Map for Interference Filter based Spectral Sensors JENCOLOR Innovation Forum 2012 - Frank Krumbein Produktmanager MAZeT MAZeT GmbH JENCOLOR Workshop Jena 2012 FKR 27.08.2012 1 JENCOLOR Contents and

More information

Denis White Laboratory for Computer Graphics and Spatial Analysis Graduate School of Design Harvard University Cambridge, Massachusetts 02138

Denis White Laboratory for Computer Graphics and Spatial Analysis Graduate School of Design Harvard University Cambridge, Massachusetts 02138 Introduction INTERACTIVE COLOR MAPPING Denis White Laboratory for Computer Graphics and Spatial Analysis Graduate School of Design Harvard University Cambridge, Massachusetts 02138 The information theory

More information

Jitter Measurements in Serial Data Signals

Jitter Measurements in Serial Data Signals Jitter Measurements in Serial Data Signals Michael Schnecker, Product Manager LeCroy Corporation Introduction The increasing speed of serial data transmission systems places greater importance on measuring

More information

MANAGING COLOR IN A GLOBAL PRINT WORKFLOW MANAGING COLOR IN A PRINT WORKFLOW

MANAGING COLOR IN A GLOBAL PRINT WORKFLOW MANAGING COLOR IN A PRINT WORKFLOW MANAGING COLOR IN A GLOBAL PRINT WORKFLOW MANAGING COLOR IN A G L O B A L PRINT WORKFLOW M A N A G I N G C O L O R I N A G L O B A L P R I N T W O R K F L O W Copyright 2001 Gretag-Macbeth AG. All rights

More information

Colour spaces - perceptual, historical and applicational background

Colour spaces - perceptual, historical and applicational background Colour spaces - perceptual, historical and applicational background Marko Tkalčič, Jurij F. Tasič Faculty of electrical engineering University of Ljubljana Tržaška 25, 1001 Ljubljana, Slovenia email: marko.tkalcic@fe.uni-lj.si

More information

Digital Color Workflows and the HP DreamColor LP2480zx Professional LCD Display

Digital Color Workflows and the HP DreamColor LP2480zx Professional LCD Display Digital Color Workflows and the HP DreamColor LP2480zx Professional LCD Display Improving accuracy and predictability in color processing at the designer s desk can increase productivity and improve quality

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

Calibrating Computer Monitors for Accurate Image Rendering

Calibrating Computer Monitors for Accurate Image Rendering Calibrating Computer Monitors for Accurate Image Rendering SpectraCal, Inc. 17544 Midvale Avenue N. Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://color.spectracal.com Executive Summary

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

Chemistry 111 Lab: Intro to Spectrophotometry Page E-1

Chemistry 111 Lab: Intro to Spectrophotometry Page E-1 Chemistry 111 Lab: Intro to Spectrophotometry Page E-1 SPECTROPHOTOMETRY Absorption Measurements & their Application to Quantitative Analysis study of the interaction of light (or other electromagnetic

More information

LED Lighting - Error Consideration for Illuminance Measurement

LED Lighting - Error Consideration for Illuminance Measurement LED Lighting - Error Consideration for Illuminance Measurement One of the most important characteristics of a luxmeter is matching to the sensitivity of the human eye V(λ). V(λ) is the spectral luminous

More information

Experiment C-31 Color Absorption

Experiment C-31 Color Absorption 1 Experiment C-31 Color Absorption Objectives To understand the concepts of light waves and color. To investigate how red, green and blue liquids absorb light of different wavelengths. To learn about colorimeter

More information

Reflection and Refraction

Reflection and Refraction Equipment Reflection and Refraction Acrylic block set, plane-concave-convex universal mirror, cork board, cork board stand, pins, flashlight, protractor, ruler, mirror worksheet, rectangular block worksheet,

More information

RGB coordinates of the Macbeth ColorChecker

RGB coordinates of the Macbeth ColorChecker RGB coordinates of the Macbeth ColorChecker Danny Pascale The BabelColor Company dpascale@babelcolor.com www.babelcolor.com 2000-2006 Danny Pascale Complete update June 1 st, 2006 Abstract. The ColorChecker

More information

Calibration Best Practices

Calibration Best Practices Calibration Best Practices for Manufacturers SpectraCal, Inc. 17544 Midvale Avenue N., Suite 100 Shoreline, WA 98133 (206) 420-7514 info@spectracal.com http://studio.spectracal.com Calibration Best Practices

More information

Using the Spectrophotometer

Using the Spectrophotometer Using the Spectrophotometer Introduction In this exercise, you will learn the basic principals of spectrophotometry and and serial dilution and their practical application. You will need these skills to

More information

Better Vision with LED lights

Better Vision with LED lights White Paper Better Vision with LED lights Scotopic and Photopic Lumens Executive Summary... 2 The Evidence... 2 The Science behind Scotopic Lumens... 3 Control of Pupil size by Rod stimulation... 7 Conclusion...

More information

The Eye of the Beholder Designing for Colour-Blind Users

The Eye of the Beholder Designing for Colour-Blind Users Christine Rigden The Eye of the Beholder Designing for Colour-Blind Users Colour-blind computer users see things differently from most people, but this is seldom considered in the design of software or

More information

CALIBRATION AND OPERATION OF PANASONIC PLASMA MONITORS JULY 2009

CALIBRATION AND OPERATION OF PANASONIC PLASMA MONITORS JULY 2009 CALIBRATION AND OPERATION OF PANASONIC PLASMA MONITORS JULY 2009 Overview Plasma video monitors provide high resolution images with excellent contrast and dynamic range, low black levels, and saturated

More information

A Adobe RGB (1998) Color Image Encoding. Version 2005-05 May 2005

A Adobe RGB (1998) Color Image Encoding. Version 2005-05 May 2005 Adobe RGB (1998) Color Image Encoding Version 2005-05 May 2005 ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704 (408) 536-6000 http://www.adobe.com Copyright 2005

More information

Thank you for choosing NCS Colour Services, annually we help hundreds of companies to manage their colours. We hope this Colour Definition Report

Thank you for choosing NCS Colour Services, annually we help hundreds of companies to manage their colours. We hope this Colour Definition Report Thank you for choosing NCS Colour Services, annually we help hundreds of companies to manage their colours. We hope this Colour Definition Report will support you in your colour management process and

More information

ATOMIC SPECTRA. Apparatus: Optical spectrometer, spectral tubes, power supply, incandescent lamp, bottles of dyed water, elevating jack or block.

ATOMIC SPECTRA. Apparatus: Optical spectrometer, spectral tubes, power supply, incandescent lamp, bottles of dyed water, elevating jack or block. 1 ATOMIC SPECTRA Objective: To measure the wavelengths of visible light emitted by atomic hydrogen and verify the measured wavelengths against those predicted by quantum theory. To identify an unknown

More information

Austin Peay State University Department of Chemistry Chem 1111. The Use of the Spectrophotometer and Beer's Law

Austin Peay State University Department of Chemistry Chem 1111. The Use of the Spectrophotometer and Beer's Law Purpose To become familiar with using a spectrophotometer and gain an understanding of Beer s law and it s relationship to solution concentration. Introduction Scientists use many methods to determine

More information

Color Balancing Techniques

Color Balancing Techniques Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction Color balancing refers to the process of removing an overall color bias from an image. For example, if an image appears

More information

GRID AND PRISM SPECTROMETERS

GRID AND PRISM SPECTROMETERS FYSA230/2 GRID AND PRISM SPECTROMETERS 1. Introduction Electromagnetic radiation (e.g. visible light) experiences reflection, refraction, interference and diffraction phenomena when entering and passing

More information

RAY TRACING UNIFIED FIELD TRACING

RAY TRACING UNIFIED FIELD TRACING RAY TRACING Start to investigate the performance of your optical system using 3D ray distributions, dot diagrams of ray positions and directions, and optical path length. GEOMETRIC FIELD TRACING Switch

More information

THE NATURE OF LIGHT AND COLOR

THE NATURE OF LIGHT AND COLOR THE NATURE OF LIGHT AND COLOR THE PHYSICS OF LIGHT Electromagnetic radiation travels through space as electric energy and magnetic energy. At times the energy acts like a wave and at other times it acts

More information

Quality managed proofing: The road to visual consistency

Quality managed proofing: The road to visual consistency Quality managed proofing: The road to visual consistency Stefan Livens and Marc Mahy Keywords: proofing, quality, control, calibration 1. Abstract In this publication factors are evaluated that determine

More information

Silverlight for Windows Embedded Graphics and Rendering Pipeline 1

Silverlight for Windows Embedded Graphics and Rendering Pipeline 1 Silverlight for Windows Embedded Graphics and Rendering Pipeline 1 Silverlight for Windows Embedded Graphics and Rendering Pipeline Windows Embedded Compact 7 Technical Article Writers: David Franklin,

More information

RGB Color Managed Workflow Example

RGB Color Managed Workflow Example White Paper 23 Level: Basic Date: May 2008 RGB Color Managed Workflow Example Overview Today s abundance of RGB source art such as digital illustrations, photos, and digital art are routinely repurposed

More information

Spyder 5EXPRESS Hobbyist photographers seeking a simple monitor color calibration solution.

Spyder 5EXPRESS Hobbyist photographers seeking a simple monitor color calibration solution. Spyder5 User s Guide Spyder 5EXPRESS Hobbyist photographers seeking a simple monitor color calibration solution. Next Generation Spyder5 colorimeter with dual purpose lens cap and counterweight, improved

More information

Chapter 7 ADDITIVE COLOR MIXING

Chapter 7 ADDITIVE COLOR MIXING Chapter 7 page You need to learn the concepts and formulae highlighted in red. The rest of the text is for your intellectual enjoyment, but is not a requirement for homework or exams. Chapter 7 ADDITIVE

More information

1. Three-Color Light. Introduction to Three-Color Light. Chapter 1. Adding Color Pigments. Difference Between Pigments and Light. Adding Color Light

1. Three-Color Light. Introduction to Three-Color Light. Chapter 1. Adding Color Pigments. Difference Between Pigments and Light. Adding Color Light 1. Three-Color Light Chapter 1 Introduction to Three-Color Light Many of us were taught at a young age that the primary colors are red, yellow, and blue. Our early experiences with color mixing were blending

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

From lowest energy to highest energy, which of the following correctly orders the different categories of electromagnetic radiation?

From lowest energy to highest energy, which of the following correctly orders the different categories of electromagnetic radiation? From lowest energy to highest energy, which of the following correctly orders the different categories of electromagnetic radiation? From lowest energy to highest energy, which of the following correctly

More information

International Commission on Illumination

International Commission on Illumination COMMISSION INTERNATIONALE DE L ECLAIRAGE INTERNATIONAL COMMISSION ON ILLUMINATION INTERNATIONALE BELEUCHTUNGSKOMMISSION CIE - CIE Central Bureau: Kegelgasse 27, A-1030 Vienna, Austria tel + 43 (01) 71431870,

More information

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure

Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Absorbance Spectrophotometry: Analysis of FD&C Red Food Dye #40 Calibration Curve Procedure Note: there is a second document that goes with this one! 2046 - Absorbance Spectrophotometry. Make sure you

More information

Prepared by: Paul Lee ON Semiconductor http://onsemi.com

Prepared by: Paul Lee ON Semiconductor http://onsemi.com Introduction to Analog Video Prepared by: Paul Lee ON Semiconductor APPLICATION NOTE Introduction Eventually all video signals being broadcasted or transmitted will be digital, but until then analog video

More information

APPLICATION NOTES: Dimming InGaN LED

APPLICATION NOTES: Dimming InGaN LED APPLICATION NOTES: Dimming InGaN LED Introduction: Indium gallium nitride (InGaN, In x Ga 1-x N) is a semiconductor material made of a mixture of gallium nitride (GaN) and indium nitride (InN). Indium

More information

Chromatic Improvement of Backgrounds Images Captured with Environmental Pollution Using Retinex Model

Chromatic Improvement of Backgrounds Images Captured with Environmental Pollution Using Retinex Model Chromatic Improvement of Backgrounds Images Captured with Environmental Pollution Using Retinex Model Mario Dehesa, Alberto J. Rosales, Francisco J. Gallegos, Samuel Souverville, and Isabel V. Hernández

More information

Luckylight. 60.20mm (2.4") 8 8 RGB color Dot Matrix LED Displays Technical Data Sheet. Model No.: KWM-50884XRGBB

Luckylight. 60.20mm (2.4) 8 8 RGB color Dot Matrix LED Displays Technical Data Sheet. Model No.: KWM-50884XRGBB 6.2mm (2.4") RGB color Dot Matrix LED Displays Technical Data Sheet Model No.: KWM-54XRGBB Spec No: W23A/BRGB Rev No: V.2 Date:Sep//29 Page: OF 9 Features: 2.4inch (6.2mm) digit height. Excellent segment

More information

Colour Science Typography Frontend Dev

Colour Science Typography Frontend Dev Colour Science Typography Frontend Dev Name Kevin Eger Who am I? Why should you listen to anything I say? Summary What the next hour of your life looks like Colour Science Typography Frontend Dev 1. 2.

More information

Color. & the CIELAB. System

Color. & the CIELAB. System Color & the CIELAB System An Interpretation of the CIELAB System olor perception has been debated for many years and, as in any evaluation that relies on human senses, the essence of analysis remains subjective.

More information

Nederland België / Belgique

Nederland België / Belgique Cronus Brochure 2 Introduction Cronus: The first spectrometer and colorimeter in one The Cronus is world s first spectrocolorimeter combining a high en VIS spectrometer with a high speed XYZ colorimeter.

More information

Grade 6 Mathematics Performance Level Descriptors

Grade 6 Mathematics Performance Level Descriptors Limited Grade 6 Mathematics Performance Level Descriptors A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Grade 6 Mathematics. A student at this

More information

Computer Vision. Color image processing. 25 August 2014

Computer Vision. Color image processing. 25 August 2014 Computer Vision Color image processing 25 August 2014 Copyright 2001 2014 by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved j.van.de.loosdrecht@nhl.nl, jaap@vdlmv.nl Color image

More information

2 Spectrophotometry and the Analysis of Riboflavin

2 Spectrophotometry and the Analysis of Riboflavin 2 Spectrophotometry and the Analysis of Riboflavin Objectives: A) To become familiar with operating the Platereader; B) to learn how to use the Platereader in determining the absorption spectrum of a compound

More information

Building your own Spectroscope

Building your own Spectroscope Building your own Spectroscope 0-0.341-0.445-0.606-0.872-1.36 Lyman Balmer Paschen n=4 n=8 n=7 n=6 n=5 n=4 ENERGY/10-19 J -2.42-5.45 E 5 2 E 4 2 E 3 2 E E 5 3 4 3 n=3 n=2 (Many other transitions beyond

More information

ICC Profiles Guide. English Version 1.0

ICC Profiles Guide. English Version 1.0 English Version.0 Dedicated ICC Profile Types Dedicated ICC profiles are provided for the following three media types: Photo Paper Pro Photo Paper Plus Glossy Matte Photo Paper Compatible Printers A00II

More information

Prentice Hall: Middle School Math, Course 1 2002 Correlated to: New York Mathematics Learning Standards (Intermediate)

Prentice Hall: Middle School Math, Course 1 2002 Correlated to: New York Mathematics Learning Standards (Intermediate) New York Mathematics Learning Standards (Intermediate) Mathematical Reasoning Key Idea: Students use MATHEMATICAL REASONING to analyze mathematical situations, make conjectures, gather evidence, and construct

More information

The Designer's Guide to Color Management

The Designer's Guide to Color Management The Designer's Guide to Color Management in CorelDRAW Graphics Suite X5 by Gennady Petrov Corel Corporation 2010 Copyright 2010 Corel Corporation. All rights reserved. The Designer s Guide to Color Management

More information

Fundamentals of ICC Color Management

Fundamentals of ICC Color Management Fundamentals of ICC Color Management William Li ICC Co-Chair Color Technology Manager 1 Agenda Goals of Color Management Color Management Workflows Value of ICC How Does ICC Work? Current and Future ICC

More information

Characterizing Digital Cameras with the Photon Transfer Curve

Characterizing Digital Cameras with the Photon Transfer Curve Characterizing Digital Cameras with the Photon Transfer Curve By: David Gardner Summit Imaging (All rights reserved) Introduction Purchasing a camera for high performance imaging applications is frequently

More information

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions.

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. B2.53-R3: COMPUTER GRAPHICS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF ANSWER

More information

Printers and graphic arts service

Printers and graphic arts service SS Number 84 A reprint from GATFWorld, the magazine of the Graphic Arts Technical Foundation An Introduction to Appearance Analysis by Richard W. Harold Printers and graphic arts service providers who

More information

Using Photometric Data to Derive an HR Diagram for a Star Cluster

Using Photometric Data to Derive an HR Diagram for a Star Cluster Using Photometric Data to Derive an HR Diagram for a Star Cluster In In this Activity, we will investigate: 1. How to use photometric data for an open cluster to derive an H-R Diagram for the stars and

More information

Digital Video Colourmaps for Checking the Legibility of Displays by Dichromats

Digital Video Colourmaps for Checking the Legibility of Displays by Dichromats Digital Video Colourmaps for Checking the Legibility of Displays by Dichromats Françoise Viénot, 1 * Hans Brettel, 2 John D. Mollon 3 1 Muséum National d Histoire Naturelle, Laboratoire de Photobiologie,

More information

RGB Workflow Key Communication Points. Journals today are published in two primary forms: the traditional printed journal and the

RGB Workflow Key Communication Points. Journals today are published in two primary forms: the traditional printed journal and the RGB Workflow Key Communication Points RGB Versus CMYK Journals today are published in two primary forms: the traditional printed journal and the online journal. As the readership of the journal shifts

More information

Interference. Physics 102 Workshop #3. General Instructions

Interference. Physics 102 Workshop #3. General Instructions Interference Physics 102 Workshop #3 Name: Lab Partner(s): Instructor: Time of Workshop: General Instructions Workshop exercises are to be carried out in groups of three. One report per group is due by

More information

Science In Action 8 Unit C - Light and Optical Systems. 1.1 The Challenge of light

Science In Action 8 Unit C - Light and Optical Systems. 1.1 The Challenge of light 1.1 The Challenge of light 1. Pythagoras' thoughts about light were proven wrong because it was impossible to see A. the light beams B. dark objects C. in the dark D. shiny objects 2. Sir Isaac Newton

More information

Automatic and Objective Measurement of Residual Stress and Cord in Glass

Automatic and Objective Measurement of Residual Stress and Cord in Glass Automatic and Objective Measurement of Residual Stress and Cord in Glass GlassTrend - ICG TC15/21 Seminar SENSORS AND PROCESS CONTROL 13-14 October 2015, Eindhoven Henning Katte, ilis gmbh copyright ilis

More information

Human wavelength identification, numerical analysis and statistical evaluation

Human wavelength identification, numerical analysis and statistical evaluation Ŕ periodica polytechnica Mechanical Engineering 52/2 (2008) 77 81 doi: 10.3311/pp.me.2008-2.07 web: http:// www.pp.bme.hu/ me c Periodica Polytechnica 2008 Human wavelength identification, numerical analysis

More information

Lecture 17: Color. 1 History of Color. Matthew Schwartz

Lecture 17: Color. 1 History of Color. Matthew Schwartz Matthew Schwartz Lecture 17: Color 1 History of Color You already know that wavelengths of light have different colors. For example, red light has λ 650nm, blue light has λ 480nm and purple light has λ

More information

1 Solving LPs: The Simplex Algorithm of George Dantzig

1 Solving LPs: The Simplex Algorithm of George Dantzig Solving LPs: The Simplex Algorithm of George Dantzig. Simplex Pivoting: Dictionary Format We illustrate a general solution procedure, called the simplex algorithm, by implementing it on a very simple example.

More information

Light Waves and Matter

Light Waves and Matter Name: Light Waves and Matter Read from Lesson 2 of the Light Waves and Color chapter at The Physics Classroom: http://www.physicsclassroom.com/class/light/u12l2a.html MOP Connection: Light and Color: sublevel

More information

The Information Processing model

The Information Processing model The Information Processing model A model for understanding human cognition. 1 from: Wickens, Lee, Liu, & Becker (2004) An Introduction to Human Factors Engineering. p. 122 Assumptions in the IP model Each

More information

Lecture 1: Systems of Linear Equations

Lecture 1: Systems of Linear Equations MTH Elementary Matrix Algebra Professor Chao Huang Department of Mathematics and Statistics Wright State University Lecture 1 Systems of Linear Equations ² Systems of two linear equations with two variables

More information

Introduction to the Smith Chart for the MSA Sam Wetterlin 10/12/09 Z +

Introduction to the Smith Chart for the MSA Sam Wetterlin 10/12/09 Z + Introduction to the Smith Chart for the MSA Sam Wetterlin 10/12/09 Quick Review of Reflection Coefficient The Smith chart is a method of graphing reflection coefficients and impedance, and is often useful

More information

Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg

Image Processing and Computer Graphics. Rendering Pipeline. Matthias Teschner. Computer Science Department University of Freiburg Image Processing and Computer Graphics Rendering Pipeline Matthias Teschner Computer Science Department University of Freiburg Outline introduction rendering pipeline vertex processing primitive processing

More information

3 An Illustrative Example

3 An Illustrative Example Objectives An Illustrative Example Objectives - Theory and Examples -2 Problem Statement -2 Perceptron - Two-Input Case -4 Pattern Recognition Example -5 Hamming Network -8 Feedforward Layer -8 Recurrent

More information

Why use ColorGauge Micro Analyzer with the Micro and Nano Targets?

Why use ColorGauge Micro Analyzer with the Micro and Nano Targets? Image Science Associates introduces a new system to analyze images captured with our 30 patch Micro and Nano targets. Designed for customers who require consistent image quality, the ColorGauge Micro Analyzer

More information

Acoustic Rendering for Color Information

Acoustic Rendering for Color Information Audio Engineering Society Convention Paper Presented at the 120th Convention 2006 May 20 23 Paris, France This convention paper has been reproduced from the author s advance manuscript, without editing,

More information

Ultraviolet-Visible (UV-Vis) Spectroscopy Background Information

Ultraviolet-Visible (UV-Vis) Spectroscopy Background Information 1 Ultraviolet-Visible (UV-Vis) Spectroscopy Background Information Instructions for the Operation of the Cary 300 Bio UV-Visible Spectrophotometer See the Thermo OMNIC Help reference on page 49. Ultraviolet-Visible

More information

Technical Paper DISPLAY PROFILING SOLUTIONS

Technical Paper DISPLAY PROFILING SOLUTIONS Technical Paper DISPLAY PROFILING SOLUTIONS A REPORT ON 3D LUT CREATION By Joel Barsotti and Tom Schulte A number of display profiling solutions have been developed to correct image rendering errors in

More information

Activity Set 4. Trainer Guide

Activity Set 4. Trainer Guide Geometry and Measurement of Solid Figures Activity Set 4 Trainer Guide Mid_SGe_04_TG Copyright by the McGraw-Hill Companies McGraw-Hill Professional Development GEOMETRY AND MEASUREMENT OF SOLID FIGURES

More information