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

Size: px
Start display at page:

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

Transcription

1 Computer Assisted Image Analysis TF 3p and MN1 5p Color Image Processing Lecture 14 GW 6 How does the human eye perceive color? How can color be described using mathematics? Different color models. Use of color information in image analysis and visualization. Light is electromagnetic radiation. The different wavelengths of the (to humans) visible part of the spectra make up the colors carolina@cb.uu.se carolina@cb.uu.se 2 Color = the eye s and the brain s impression of electromagnetic radiation in the visual spectra. How is color perceived? illumination s( achromatic light - white or uncolored light, contains all visual wavelengths a complete mix chromatic light - colored monochromatic light - only one wavelength (laser) light source s( reflecting object r( detector rods & cones red-sensitive r( green-sensitive g( blue-sensitive b( reflection r( no color that we see consists of only one wavelength the dominating wavelength reflected by the object decides the color tone or hue if many wavelengths are reflected in equal amounts, the object appears gray (white black) carolina@cb.uu.se carolina@cb.uu.se 4 the eye only rods cone (tapp) rods (stav) ~130 milion rods & cones per eye optical nerve rods Sense luminance, or brightness, but not color. Are spread out across the whole retina, and dominate when the pupil is large, i.e. night vision. Less color is seen at night. The response is not linear, but logarithmic. The appearance of an object s intensity depends on the surroundings; the sensation is relative and not absolute. mostly cones radiance (W=J/s) = the total amount of energy flowing from a light source luminance (lumen=cd*sr) = amount of light an observer perceives (i.e. excludes non-visible energy) carolina@cb.uu.se carolina@cb.uu.se 6

2 red-sensitive r( green-sensitive g( blue-sensitive b( three kinds of cones b=435.8nm r=700nm g=546.1nm standard lightsource object reflectance s( r( CIE 1931 standard observer x x y x = z CIE XYZ values X=14.27% Y=14.31% Z=71.52% CIE standard (Comission Internationale de L Eclairage, 1931) wavelength In order to standardize the description of color, a large number of people were instructed to say what combination of basic colors a certain color sample consisted of in standard lighting. This resulted in the color matching curves, i.e. transform r(, g(, b( x(, y(, z( carolina@cb.uu.se 7 400nm 700nm 400nm 700nm 400nm 700nm X = s( r( x( dλ Y = s( r( y( dλ Z = s( r( z( dλ Each color is represented by a point (X,Y,Z) in the 3D CIE color space. The point is called the tristimulus value carolina@cb.uu.se 8 The projection of X+Y+Z=1 creates the CIE-XYZ chromaticity diagram x=red, y=green, z=blue) wavelengths along the edge CIE standard white when x=y=z it is not possible to produce all colors by mixing three. Light and reflection Achromatic light - white or not colored Chromatic light - color Monochromatic light - only one wavelength No color that we see (reflected) consists of only one wavelength. -the closest we come is the laser The dominating reflected wavelength gives the hue of the color. Reflection of the same amount of all wavelengths gives a greyscale carolina@cb.uu.se carolina@cb.uu.se 10 Color models Color models or color spaces are usually a subspace in a 3D system where each color is represented by a point. Examples of color models CIE-UCS CIE-LUV CIE-LAB RGB CMY } YIQ HSI } NCS } variations of the CIE-XYZ space, ex. UCS=Uniform Chromaticity Scale, has equal visual variance in all parts of space. hardware oriented useful for color image manipulation and color matching carolina@cb.uu.se 11 red yellow Mixing light and mixing pigment green magenta R C G = M R+B+G=white [] B 1-[] Y cyan blue magenta blue green (CMYK common in printing, where K is black pigment) carolina@cb.uu.se 12 red yellow cyan (additive) R+G=Y C+M+Y=black (subtractive) C+M=B etc...

3 RGB/CMY color space Separation of RGB grayscale color red green blue C [] M = Y transform for printing R [] 1- G B (0,0,0) =black (1,1,1)=white Ex. red spot on screen (1,0,0) produces pigment mix (1,1,1)-(1,0,0)=(0,1,1), meaning equal parts of magenta and yellow carolina@cb.uu.se 14 R G GBR RGR HLS (or HIS) color space HueLightnesSaturation (HueIntensitySaturation) Hue=dominant wavelength, tone Lightness=intensity, brightness Saturation=purity, dilution by white RRG Important aspects: Intensity decoupled from color Related to how humans perceive color B BRG carolina@cb.uu.se 15 ** The GW version of HLS space is a double triangle. We use the double cone in the course carolina@cb.uu.se 16 RGB HLS (double-cone model, not the same version as in GW) max=max(r,g,b) R,G,B [0 1] min=min(r,g,b) L=100*(max+min)/2 if (L<50) S=100*(max-min)/(max+min) else if (L=100) S=0 else S=100*(max-min)/(2-(max-min)) Rc=60*(max-r)/(max-min) Gc=60*(max-g)/(max-min) Bc=60*(max-b)/(max-min) if (R=max) H=Bc-Gc else if (G=max) H=120+Rc-Bc else H=240+Gc-Rc if (H<0) H=H+360 L [0 100] S [0 100] H [0-360] carolina@cb.uu.se carolina@cb.uu.se 18

4 Uses of the HLS color space The intensity description is separated from the color: can do operations on intensity (e.g. histogram equalization) but maintaining color. Similar to our way of describing and classifying color. Independent of light conditions/shadows Make a dark color image lighter 1. RGB HLS 2. histogram equalization on L 3. HLS RGB Lightness) (Hue) carolina@cb.uu.se carolina@cb.uu.se 22 YIQ color space Y=Lightness I=Inphase = amount red-green Q=Quadrature = amount blue-yellow Optimized for transmission (TV broadcast). Compatible with BW monitors (use only Y component) Uses the fact that the human eye is more sensitive to variations in lightness than variations in hue and saturation and more band with (bits) is used for Y carolina@cb.uu.se 23 NCS color description NCS=Natural Color System A psychological more than a physiological description of color. Common for description of paint color among artists, designers, in fashion etc R50B= 20% white w 60% black red with 50% blue carolina@cb.uu.se b c

5 Use of color in visualization The eye can distinguish between only about 30 different shades of gray, but something like colors. It is therefore often useful to display grayscale images using color to visualize the information better. This is called PSEUDOCOLORING. grayscale image transform color image Exemple of pseudocoloring Types of transforms: intensity slicing look-up table one transform per R, G, B three different kinds of spatial or frequency filters make up the R, G and B band **** it is very important to include the scale in the final image carolina@cb.uu.se carolina@cb.uu.se 26 Multi-spectral images divide spectra in to different intervals (spectral bands) capture one grayscale image of the intensity in each band Multi-spectral image, of Washington D.C., with R, G, B, and IR band. Bottom left shows RGB image, bottom left shows RIGB (where IR is treated as R). * invisible IR or UV bands can be displayed as R, G or B carolina@cb.uu.se carolina@cb.uu.se 28 Color image processing Color transformations treating R, G, and B equally will not change the image hue. (increase of contrast, exponential and logarithmic transformation). Example: smoothing an RGB image is the same as smoothing the R, G and B component independently. One can also use HLS space to decouple intensity and color, and treat H, L and S separately. (Important in histogram equalization) carolina@cb.uu.se carolina@cb.uu.se 30

6 Adjusting R, G and B, or more commonly C, M and Y, separately will change the hue (or tone) of the image carolina@cb.uu.se 31

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

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

Green = 0,255,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (43,215,35) Equal Luminance Gray for Green

Green = 0,255,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (43,215,35) Equal Luminance Gray for Green Red = 255,0,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (184,27,26) Equal Luminance Gray for Red = 255,0,0 (147,147,147) Mean of Observer Matches to Red=255

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

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

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

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

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

Computer Vision: Machine Vision Filters. Computer Vision. Optical Filters. 25 August 2014

Computer Vision: Machine Vision Filters. Computer Vision. Optical Filters. 25 August 2014 Computer Vision Optical Filters 25 August 2014 Copyright 2001 2014 by NHL Hogeschool, Van de Loosdrecht Machine Vision BV and Klaas Dijkstra All rights reserved j.van.de.loosdrecht@nhl.nl, jaap@vdlmv.nl,

More information

CULTURAL HISTORY Primary Colors - Part 1 of 2 by Neal McLain

CULTURAL HISTORY Primary Colors - Part 1 of 2 by Neal McLain Ok, so what are the Primary Colors? CULTURAL HISTORY Primary Colors - Part 1 of 2 by Neal McLain Since grade school art classes, we've been taught that the primary colors are red, yellow, and blue (RYB).

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

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

Filters for Black & White Photography

Filters for Black & White Photography Filters for Black & White Photography Panchromatic Film How it works. Panchromatic film records all colors of light in the same tones of grey. Light Intensity (the number of photons per square inch) is

More information

UNDERSTANDING DIFFERENT COLOUR SCHEMES MONOCHROMATIC COLOUR

UNDERSTANDING DIFFERENT COLOUR SCHEMES MONOCHROMATIC COLOUR UNDERSTANDING DIFFERENT COLOUR SCHEMES MONOCHROMATIC COLOUR Monochromatic Colours are all the Colours (tints, tones and shades) of a single hue. Monochromatic colour schemes are derived from a single base

More information

BASIC CONCEPTS OF HAIR PHYSIOLOGY AND COSMETIC HAIR DYES

BASIC CONCEPTS OF HAIR PHYSIOLOGY AND COSMETIC HAIR DYES Staple here TECHNICAL MANUAL BASIC CONCEPTS OF HAIR PHYSIOLOGY AND COSMETIC HAIR DYES COVER PAGE MACRO-STRUCTURE OF THE HAIR The hair is formed by the shaft and the piliferous bulb. The visible part of

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

Name Class Date. spectrum. White is not a color, but is a combination of all colors. Black is not a color; it is the absence of all light.

Name Class Date. spectrum. White is not a color, but is a combination of all colors. Black is not a color; it is the absence of all light. Exercises 28.1 The Spectrum (pages 555 556) 1. Isaac Newton was the first person to do a systematic study of color. 2. Circle the letter of each statement that is true about Newton s study of color. a.

More information

Color Part I. (The two items we can determine: a. How bright is the light is. b. What color the light is.)

Color Part I. (The two items we can determine: a. How bright is the light is. b. What color the light is.) Color Part I Name Color is one of the most important pieces of information scientists have used for all time. In space it is one of only two pieces of information we can collect without sending probes

More information

INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE

INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE INTRODUCTION IMAGE PROCESSING >INTRODUCTION & HUMAN VISION UTRECHT UNIVERSITY RONALD POPPE OUTLINE Course info Image processing Definition Applications Digital images Human visual system Human eye Reflectivity

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

Color and Light. DELTA SCIENCE READER Overview... 125 Before Reading... 126 Guide the Reading... 127 After Reading... 133

Color and Light. DELTA SCIENCE READER Overview... 125 Before Reading... 126 Guide the Reading... 127 After Reading... 133 Color and Light T ABLE OF CONTENTS ABOUT DELTA SCIENCE MODULES Program Introduction................... iii Teacher s Guide..................... iv Delta Science Readers............... vi Equipment and

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

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

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

The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/

The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/ The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/ Contents Objectives... 2 Introduction... 2 Accommodation... 3 The Iris... 4 The Cells in the Retina... 5 Receptive Fields... 8 The

More information

A simpler version of this lesson is covered in the basic version of these teacher notes.

A simpler version of this lesson is covered in the basic version of these teacher notes. Lesson Element Colour Theory Lesson 2 Advanced Colour Theory A simpler version of this lesson is covered in the basic version of these teacher notes. Task instructions The objective of the lesson is to

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

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

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

Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230

Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230 Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230 Optical Illusions http://www.michaelbach.de/ot/mot_mib/index.html Vision We construct images unconsciously

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

Important Notes Color

Important Notes Color Important Notes Color Introduction A definition for color (MPI Glossary) The selective reflection of light waves in the visible spectrum. Materials that show specific absorption of light will appear the

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

THE BASICS OF COLOUR THEORY

THE BASICS OF COLOUR THEORY HUE: VALUE: THE BASICS OF COLOUR THEORY Hue is another word for colour, such as blue, red, yellow-green Distinguishes between the lightness (tint) and darkness (shade) of Colours. (TONE) CHROMA: The vibrancy

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

Photoshop- Image Editing

Photoshop- Image Editing Photoshop- Image Editing Opening a file: File Menu > Open Photoshop Workspace A: Menus B: Application Bar- view options, etc. C: Options bar- controls specific to the tool you are using at the time. D:

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

Color image processing: pseudocolor processing

Color image processing: pseudocolor processing Color image processing: pseudocolor processing by Gleb V. Tcheslavski: gleb@ee.lamar.edu http://ee.lamar.edu/gleb/dip/index.htm Spring 2008 ELEN 4304/5365 DIP 1 Preliminaries Pseudocolor (false color)

More information

Using Image J to Measure the Brightness of Stars (Written by Do H. Kim)

Using Image J to Measure the Brightness of Stars (Written by Do H. Kim) Using Image J to Measure the Brightness of Stars (Written by Do H. Kim) What is Image J? Image J is Java-based image processing program developed at the National Institutes of Health. Image J runs on everywhere,

More information

VISUAL ARTS VOCABULARY

VISUAL ARTS VOCABULARY VISUAL ARTS VOCABULARY Abstract Artwork in which the subject matter is stated in a brief, simplified manner; little or no attempt is made to represent images realistically, and objects are often simplified

More information

GIS Tutorial 1. Lecture 2 Map design

GIS Tutorial 1. Lecture 2 Map design GIS Tutorial 1 Lecture 2 Map design Outline Choropleth maps Colors Vector GIS display GIS queries Map layers and scale thresholds Hyperlinks and map tips 2 Lecture 2 CHOROPLETH MAPS Choropleth maps Color-coded

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

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

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

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

Review Vocabulary spectrum: a range of values or properties

Review Vocabulary spectrum: a range of values or properties Standards 7.3.19: Explain that human eyes respond to a narrow range of wavelengths of the electromagnetic spectrum. 7.3.20: Describe that something can be seen when light waves emitted or reflected by

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

At the core of this relationship there are the three primary pigment colours RED, YELLOW and BLUE, which cannot be mixed from other colour elements.

At the core of this relationship there are the three primary pigment colours RED, YELLOW and BLUE, which cannot be mixed from other colour elements. The Colour Wheel The colour wheel is designed so that virtually any colours you pick from it will look good together. Over the years, many variations of the basic design have been made, but the most common

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

DESIGN ELEMENTS OF DESIGN

DESIGN ELEMENTS OF DESIGN DESIGN Definition of Design: The term has different connotations in different fields. Informally, a design refers to a plan for the construction of an object (as in architectural blueprints and sewing

More information

Electromagnetic Radiation (EMR) and Remote Sensing

Electromagnetic Radiation (EMR) and Remote Sensing Electromagnetic Radiation (EMR) and Remote Sensing 1 Atmosphere Anything missing in between? Electromagnetic Radiation (EMR) is radiated by atomic particles at the source (the Sun), propagates through

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

0.28" Quadruple Digit Numeric Displays. Technical Data Sheet. Model No.: KW4-281XSB

0.28 Quadruple Digit Numeric Displays. Technical Data Sheet. Model No.: KW4-281XSB .28" Quadruple Digit Numeric Displays Technical Data Sheet Model No.: KW4-281XSB Spec No.:W2841C/D Rev No.: V.2 Date:Sep/3/29 Page: 1 OF 6 Features:.28 (inch) digit height. Excellent segment uniformity.

More information

ColourSpace Conversions

ColourSpace Conversions ColourSpace Conversions Adrian Ford(ajoec1@wmin.ac.uk ) and Alan Roberts (Alan.Roberts@rd.bbc.co.uk). August11,1998(b) Contents 1 Introduction 3 2 Some Colour Definitions and Explanations. 3 2.1

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

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

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color

Digital Image Basics. Introduction. Pixels and Bitmaps. Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction When using digital equipment to capture, store, modify and view photographic images, they must first be converted to a set

More information

Waves Sound and Light

Waves Sound and Light Waves Sound and Light r2 c:\files\courses\1710\spr12\wavetrans.doc Ron Robertson The Nature of Waves Waves are a type of energy transmission that results from a periodic disturbance (vibration). They are

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

Frequently Asked Questions about Color

Frequently Asked Questions about Color Frequently Asked Questions about Color Charles Poynton www.poynton.com poynton@poynton.com This FAQ is intended to clarify aspects of color that are important to color image coding, computer graphics,

More information

White Paper. Advances in Imaging to Improve Output Quality. April 2015. The Xerox Versant and EFI Fiery Digital Front End.

White Paper. Advances in Imaging to Improve Output Quality. April 2015. The Xerox Versant and EFI Fiery Digital Front End. White Paper April 2015 Advances in Imaging to Improve Output Quality The Xerox Versant and EFI Fiery Digital Front End Service Area On Demand Printing & Publishing Consulting Service Comments or Questions?

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

How Landsat Images are Made

How Landsat Images are Made How Landsat Images are Made Presentation by: NASA s Landsat Education and Public Outreach team June 2006 1 More than just a pretty picture Landsat makes pretty weird looking maps, and it isn t always easy

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

Understanding HD: Frame Rates, Color & Compression

Understanding HD: Frame Rates, Color & Compression Understanding HD: Frame Rates, Color & Compression HD Format Breakdown An HD Format Describes (in no particular order) Resolution Frame Rate Bit Rate Color Space Bit Depth Color Model / Color Gamut Color

More information

1W High Power Purple LED Technical Data Sheet. Part No.: LL-HP60MUVA

1W High Power Purple LED Technical Data Sheet. Part No.: LL-HP60MUVA 1W High Power Purple LED Technical Data Sheet Part No.: LL-HP60MUVA Spec No.: HP60M Rev No.: V.2 Date: Aug./18/2009 Page: 1 OF 8 Features: Luckylight High power LED type. Lead frame type package (Heat

More information

Zeiss 780 Training Notes

Zeiss 780 Training Notes Zeiss 780 Training Notes 780 Start Up Sequence Do you need the argon laser, 458,488,514nm lines? No Turn on the Systems PC Switch Turn on Main Power Switch Yes Turn on the laser main power switch and turn

More information

Spectral Response for DigitalGlobe Earth Imaging Instruments

Spectral Response for DigitalGlobe Earth Imaging Instruments Spectral Response for DigitalGlobe Earth Imaging Instruments IKONOS The IKONOS satellite carries a high resolution panchromatic band covering most of the silicon response and four lower resolution spectral

More information

Color Identification of LED and Incandescent Aviation Signal Lights

Color Identification of LED and Incandescent Aviation Signal Lights Color Identification of LED and Incandescent Aviation Signal Lights Nicholas P. Skinner and John D. Bullough Lighting Research Center, Rensselaer Polytechnic Institute Illuminating Engineering Society

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

Module 13 : Measurements on Fiber Optic Systems

Module 13 : Measurements on Fiber Optic Systems Module 13 : Measurements on Fiber Optic Systems Lecture : Measurements on Fiber Optic Systems Objectives In this lecture you will learn the following Measurements on Fiber Optic Systems Attenuation (Loss)

More information

Color Theory. Tips & Tricks. Why do some colors work better together than others? More available at artbeats.com. by Chris & Trish Meyer, Crish Design

Color Theory. Tips & Tricks. Why do some colors work better together than others? More available at artbeats.com. by Chris & Trish Meyer, Crish Design Color Theory by Chris & Trish Meyer, Crish Design Figure 1a Why do some colors work better together than others? Ah, the joys of being able to create moving media all by ourselves: Not only do we need

More information

The role of working spaces in Adobe applications

The role of working spaces in Adobe applications Technical paper The role of working spaces in Adobe applications Table of contents 1 It s all a numbers game 1 Color models 2 Color spaces 4 Classes of color spaces 4 Design and benefits of RGB workspaces

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

Spectroscopy Using the Tracker Video Analysis Program

Spectroscopy Using the Tracker Video Analysis Program Spectroscopy Using the Tracker Video Analysis Program Douglas Brown Cabrillo College Aptos CA 95003 dobrown@cabrillo.edu Spectroscopy has important applications in many fields and deserves more attention

More information

Apples & Pears, a CELMA guiding paper: Why standardisation of performance criteria for LED luminaires is important

Apples & Pears, a CELMA guiding paper: Why standardisation of performance criteria for LED luminaires is important Apples & Pears, a CELMA guiding paper: Why standardisation of performance criteria for LED luminaires is important Enabling like-for-like comparison of LED luminaire performance starts with published initial

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

Color Balance in LASER Scanner. Point Clouds

Color Balance in LASER Scanner. Point Clouds Institut für Parallele und Verteilte Systeme Abteilung BildVerstehen Universität Stuttgart Universitätsstraße 38 D-70569 Stuttgart Master Thesis Nr. 3477 Color Balance in LASER Scanner Point Clouds Umair

More information

Introduction to Light, Color, and Shadows

Introduction to Light, Color, and Shadows Introduction to Light, Color, and Shadows What is light made out of? -waves, photons, Electromagnetic waves (don t know this one) How do you get color? - different wavelengths of light. What does it mean

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

3.0mm (1.2") 8 8 Hyper Red Dot Matrix LED Displays Technical Data Sheet. Model No.: KWM-30881XVB

3.0mm (1.2) 8 8 Hyper Red Dot Matrix LED Displays Technical Data Sheet. Model No.: KWM-30881XVB .mm (.") Hyper Red Dot Matrix LED Displays Technical Data Sheet Model No.: KWM-XVB Spec No: WA/B Rev No: V. Date:Sep// Page of Features:.inch (.mm) Matrix height. Colors: Hyper Red. Flat package and light

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

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

Review for Introduction to Remote Sensing: Science Concepts and Technology

Review for Introduction to Remote Sensing: Science Concepts and Technology Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director ann@baremt.com Funded by National Science Foundation Advanced Technological Education program [DUE

More information

Luckylight. 3.0mm (1.2") 8 8 Super Yellow Dot Matrix LED Displays Technical Data Sheet. Model No.: KWM-30881XUYB

Luckylight. 3.0mm (1.2) 8 8 Super Yellow Dot Matrix LED Displays Technical Data Sheet. Model No.: KWM-30881XUYB 3.mm (.") 8 8 Super Yellow Dot Matrix LED Displays Technical Data Sheet Model No.: KWM-388XUYB Spec No: W88A/B Rev No: V. Date:Sep/3/8 Page: OF 6 Features:.inch (3.mm) Matrix height. Colors: Super Yellow.

More information

Info425, UW ischool 10/11/2007

Info425, UW ischool 10/11/2007 Today s lecture Info 424 Channeling Few Projects Schedules & grades Intro to Perception Vis Critiques Projects & Grading Introduction to Perception Show Me the Numbers (ch 6) Sit near the front: some demos

More information

Conceptual Physics Review (Chapters 25, 26, 27 & 28) Chapter 25 Describe the period of a pendulum. Describe the characteristics and properties of

Conceptual Physics Review (Chapters 25, 26, 27 & 28) Chapter 25 Describe the period of a pendulum. Describe the characteristics and properties of Conceptual Physics Review (Chapters 25, 26, 27 & 28) Solutions Chapter 25 Describe the period of a pendulum. Describe the characteristics and properties of waves. Describe wave motion. Describe factors

More information

SURFACE MOUNT LED LAMP STANDARD BRIGHT 0606

SURFACE MOUNT LED LAMP STANDARD BRIGHT 0606 PACKAGE DIMENSIONS 0.075 (1.9) 0.063 (1.6) 0.035 (0.9) TOP 0.047 (1.2) 0.012 (0.3) 0.032 [0.8] SIDE 0.043 [1.1] 1 3 0.020 [0.5] 2 4 BOTTOM CATHODE MASK 1 2 3 4 HER / AlGaAs Red / Yellow (for-34) Green

More information

CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL

CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL CONFOCAL LASER SCANNING MICROSCOPY TUTORIAL Robert Bagnell 2006 This tutorial covers the following CLSM topics: 1) What is the optical principal behind CLSM? 2) What is the spatial resolution in X, Y,

More information

Reflectance Measurements of Materials Used in the Solar Industry. Selecting the Appropriate Accessories for UV/Vis/NIR Measurements.

Reflectance Measurements of Materials Used in the Solar Industry. Selecting the Appropriate Accessories for UV/Vis/NIR Measurements. T e c h n i c a l N o t e Reflectance Measurements of Materials Used in the Solar Industry UV/Vis/NIR Author: Dr. Jeffrey L. Taylor PerkinElmer, Inc. 710 Bridgeport Avenue Shelton, CT 06484 USA Selecting

More information

Color Vision Defects - Color Blindness

Color Vision Defects - Color Blindness Color Vision Defects - Color Blindness Introduction A color vision defect causes a person to see colors differently than most people. Color vision defects are sometimes called color blindness. There are

More information

Planetary Filters for Small Telescopes

Planetary Filters for Small Telescopes Planetary Filters for Small Telescopes Erwin Matys, Karoline Mrazek During our observing career of several decades the universe was very generous to us: We witnessed a comet impact on Jupiter, we saw frosty

More information

The Power of Colour. aniva

The Power of Colour. aniva The Power of Colour. aniva Preface aniva enables images to be printed on the basis of image data within the colour gamut of photographic prints. Lithography and colour management are adapted in addition

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

Lecture 16: A Camera s Image Processing Pipeline Part 1. Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011)

Lecture 16: A Camera s Image Processing Pipeline Part 1. Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011) Lecture 16: A Camera s Image Processing Pipeline Part 1 Kayvon Fatahalian CMU 15-869: Graphics and Imaging Architectures (Fall 2011) Today (actually all week) Operations that take photons to an image Processing

More information

EVERLIGHT ELECTRONICS CO., LTD. Technical Data Sheet 0805 Package Chip LED Preliminary

EVERLIGHT ELECTRONICS CO., LTD. Technical Data Sheet 0805 Package Chip LED Preliminary Feature RoHS compliant. This is a preliminary specification Chip LED package. intended for design purposes and Colorless clear resin. Wide viewing angle 130 o. subject to change without prior Brightness:

More information