Physical properties of light COLOR IMAGE PROCESSING. Preview. Digital Image Processing Chapter 8. Preview Light

Size: px
Start display at page:

Download "Physical properties of light COLOR IMAGE PROCESSING. Preview. Digital Image Processing Chapter 8. Preview Light"

Transcription

1 8--5 Preview COLOR IMAGE PROCESSING Digital Image Processing Chapter 8 Preview Light Light is fundamental for color vision Unless there is a source of light, there is nothing to see! What do we see? We do not see objects, but the light that has been reflected by or transmitted through the objects Light and EM waves Light is an electromagnetic wave If its wavelength is comprised between 4 and 7 nm (visible spectrum), the wave can be detected by the human eye and is called monochromatic light Physical properties of light This distribution may indicate: ) a dominant wavelength (or frequenc which is the color of the light (hue), ) brightness (luminance), intensity of the light (value), 3) purity (saturation), which describes the degree of vividness.

2 8--5 Spectrum of White Light Electromagnetic Spectrum Visible light wavelength: from around 4 to 7 nm 666 Sir Isaac Newton, 4 year old, discovered white light spectrum.. For an achromatic (monochrome) light source, there is only attribute to describe the quality: intensity. For a chromatic light source, there are 3 attributes to describe the quality: Radiance = total amount of energy flow from a light source (Watts) Luminance = amount of energy received by an observer (lumens) Brightness = intensity Sensitivity of Cones in the Human Eye The color that human perceive in an object = the light reflected from the object Illumination source scene 6-7 millions cones in a human eye - 65% sensitive to Red light - 33% sensitive to Green light - % sensitive to Blue light Primary colors: Defined CIE in 93 Red = 7 nm Green = 546.nm Blue = nm eye reflection CIE = Commission Internationale de l Eclairage (The International Commission on Illumination) Primary and Secondary Colors Primary color Secondary colors Primary and Secondary Colors (cont.) Additive primary colors: RGB use in the case of light sources such as color monitors RGB add together to get white Primary color Primary color Subtractive primary colors: CMY use in the case of pigments in printing devices White subtracted by CMY to get Black

3 8--5 Light and Color The frequency ( or mix of frequencies ) of the light determines the color. The amount of light(sheer quantity of photons ) is the intensity. Three independent quantities are used to describe any particular color. : hue, saturation, and lightness or brightness or intensity. The hue is determined by the dominant wavelength.(the apparent color of the light) When we call an object "red," we are referring to its hue. Hue is determined by the dominant wavelength. Light and Color The saturation of a color ranges from neutral to brilliant. The circle on the right is a more vivid red than the circle on the left although both have the same hue. Light and Color Lightness or brightness refers to the amount of light the color reflects or transmits. The saturation is determined by the excitation purity, and depends on the amount of white light mixed with the hue. A pure hue is fully saturated, i.e. no white light mixed in. Hue and saturation together determine the chromaticity for a given color. Finally, the intensity is determined by the actual amount of light, with more light corresponding to more intense colors ( the total light across all frequencies). Color Characterization CIE Chromaticity Diagram Hue: Saturation: Brightness: dominant color corresponding to a dominant wavelength of mixture light wave Relative purity or amount of white light mixed with a hue (inversely proportional to amount of white light added) Intensity Trichromatic coefficients: X x X Y Z Y y X Y Z Hue Saturation Chromaticity y Z z X Y Z x y z amount of red (X), green (Y) and blue (Z) to form any particular color is called tristimulus. x Points on the boundary are fully saturated colors 3

4 8--5 Color Gamut of Color Monitors and Printing Devices Color Gamut of Color Monitors and Printing Devices Color Monitors Printing devices Color Fundamentals (con t) Tri-stimulus values: The amount of Red, Green and Blue needed to form any particular color Denoted by: X, Y and Z Color Models The purpose of a color model (also called color space or color system) is to facilitate the specification of colors in some standard, generally accept way. Tri-chromatic coefficient: X Y x y X Y Z X Y Z x y z Z z X Y Z RGB (red, green, blue) : monitor, video camera. CMY(cyan, magenta, yellow),cmyk (CMY, black) model for color printing. and HSI model, which corresponds closely with the way humans describe and interpret color. RGB (red, green, blue) The RGB colour space is related to human vision through the tristimulus theory of colour vision. The RGB is an additive colour model. The primary colours red, green and blue are combined to reproduce other colours. In the RGB colour space, a colour is represented by a triplet (r,g,b) r gives the intensity of the red component g gives the intensity of the green component b gives the intensity of the blue component Here we assume that r,g,b are real numbers in the interval [,]. You will often see the values of r,g,b as integers in the interval [,55]. 4

5 8--5 RGB Color model The RGB Color Spaces Purpose of color models: to facilitate the specification of colors in some standard RGB color models: - based on Cartesian coordinate system Source: Active displays, such as computer monitors and television sets, emit combinations of red, green and blue light. This is an additive color model 5 RGB Color Cube RGB Color Model R = 8 bits G = 8 bits B = 8 bits Color depth 4 bits = colors Red fixed at 7 Hidden faces of the cube RGB Color Model (cont.) Most modern computer monitors can transmit true color, or 4-bit color. This means each channel (R, G, or B) contains 8 bits per channel that can transmit color. RGB Color Model (cont.) Eight-bit color also exists, 56 colors total. These are called web-safe colors, because they are sure to render accurately on anyone s monitor. Nowadays we don t have to worry about that as much. (Below: 8-bit vs. 4-bit color.) Eight bits means the channel can make eight combinations of on or off of the color, per pixel, 56 colors total. You have three channels. How many colors can be generated? 56 x 56 x 56=6,777,6 possible colors. 5

6 8--5 Safe RGB Colors Safe RGB colors: a subset of RGB colors. There are 6 colors common in most operating systems. RGB Safe-color Cube The RGB Cube is divided into 6 intervals on each axis to achieve the total 6 3 = 6 common colors. However, for 8 bit color representation, there are the total 56 colors. Therefore, the remaining 4 colors are left to OS. CMY Color model Additive color won t work for printing because we can t begin with black. We must begin with a piece of paper, and that s usually white. White, as we know, is all colors. So we can t add to all colors. We must subtract. Furthermore, an offset printing press can t generate the enormous number of colors available on a computer screen. We need to run a piece of paper through the press for each ink. CMY Color model The press below has four heads, one for each ink in the CMYK system. CMY Color model Printed color, therefore, is based on the subtractive system. While the additive primaries (used to generate all colors ) are RGB, beginning with black the subtractive primaries are Cyan, Magenta, Yellow and Black (CMYK), and begin with white. Cyan=blue-green. Magenta=red-blue. Yellow=red-green. Note the relationship between the additive and subtractive primaries. 6

7 8--5 CMY Color model You can actually project the additive colors to produce the subtractive. C = Cyan M = Magenta Y = Yellow K = Black CMY Color model C R M G Y B CMY Color model CMY Color model Why? Pigments absorb light Thinking: the Color Filters Question: Yellow + Cyan=? Source: Passive displays, such as color inkjet printers, absorb light instead of emitting it. Combinations of cyan, magenta and yellow inks are used. This is a subtractive color model. 4 CMY The CMY and CMYK Color Spaces CMY cartridges for colour printers. 7

8 The CMY and CMYK Color Models B G R Y M C Cyan, Magenta and Yellow are the secondary colors of light Most devices that deposit colored pigments on paper, such as color printers and copiers, require CMY data input. The conversion from RGB to CMY is given by the formula Example.: The red colour is written in RGB as (,,). In CMY it is written as that is, magenta and yellow. b g r y m c b g r y m c Example.3: The magenta is written in CMY as (,,). In RGB it is written as giving, that is, red and blue. b g r b g r The image on the left was printed with only CMY inks Black inks add contrast and depth to image on the image on the right CMYK Color model Subtractive primaries are based on ink colors of CMYK. Black is abbreviated K by tradition, perhaps because it is the key color. In color printing, you need black to make the other colors vibrant and snappy. This is why the subtractive process is also called the four-color process, producing color separations, or seps. Colors used are called the process colors. CMYK Color model CMYK Color model For printing and graphics art industry, CMY is not enough; a fourth primary, K which stands for black, is added. Conversions between RGB and CMYK are possible, although they require some extra processing.

9 8--5 Relationship Between RGB and HSI Color Models Relationship Between RGB and HSI Color Models HSI color model HSI Color Model Will you describe a color using its R, G, B components? Human describe a color by its hue, saturation, and brightness Hue : color attribute Saturation : purity of color (white->, primary color->) Brightness : achromatic notion of intensity RGB, CMY models are not good for human interpreting HSI Color model: Hue: Dominant color Saturation: Relative purity (inversely proportional to amount of white light added) Color carrying information Intensity: Brightness HSI Color Model Relationship Between RGB and HSI Color Models H dominant wavelength S purity % white I Intensity RGB HSI Source:

10 8--5 Hue and Saturation on Color Planes Hue is defined as an angle HSI Color Model degrees is RED degrees is GREEN 4 degrees is BLUE Saturation is defined as the percentage of distance from the center of the HSI triangle to the pyramid surface. Values range from to.. A dot is the plane is an arbitrary color. Hue is an angle from a red axis. 3. Saturation is a distance to the point. Intensity is denoted as the distance up the axis from black. Values range from to 56 HSI Color Model (cont.) HSI Color Model Intensity is given by a position on the vertical axis. Intensity is given by a position on the vertical axis. Example: HSI Components of RGB Cube RGB Cube Converting Colors from RGB to HSI if B G H 36 if B G cos 3 S R G B I ( R G B) 3 ( R G) ( R B) ( R G) ( R B)( G B) / Hue Saturation Intensity

11 Color 8--5 Converting Colors from HSI to RGB RG sector: H GB sector: H 4 S cosh R I cos(6 H ) B I( S) G ( R B) BR sector: 4 H 36 H H 4 S cosh B I cos(6 H ) G I( S) R ( G B) H H R I( S) S cosh G I cos(6 H ) B ( R G) Example: HSI Components of RGB Colors RGB Image Saturation Hue Intensity Example: Manipulating HSI Components RGB Image Hue Hue Saturation Color Image Processing There are types of color image processes. Pseudocolor image process: Assigning colors to gray values based on a specific criterion. Gray scale images to be processed may be a single image or multiple images such as multispectral images. Full color image process: The process to manipulate real color images such as color photographs. Saturation Intensity Intensity RGB Image Pseudocolor Image Processing Pseudo color = false color : In some case there is no color concept for a gray scale image but we can assign false colors to an image. Why we need to assign colors to gray scale image? Answer: Human can distinguish different colors better than different shades of gray. Intensity Slicing or Density Slicing Formula: C if f ( x, T g( x, C if f ( x, T C = Color No. C = Color No. T C C A gray scale image viewed as a 3D surface. T L- Intensity

12 Color 8--5 Intensity Slicing Example Multi Level Intensity Slicing g ( x, Ck for lk f ( x, l k An X-ray image of a weld with cracks C k = Color No. k l k = Threshold level k C k C k- C 3 After assigning a yellow color to pixels with value 55 and a blue color to all other pixels. C C l l l 3 l k- l k Intensity L- Multi Level Intensity Slicing Example g ( x, Ck for lk f ( x, l k C k = Color No. k l k = Threshold level k Color Coding Example A unique color is assigned to each intensity value. Gray-scale image of average monthly rainfall. Color map An X-ray image of the Picker Thyroid Phantom. After density slicing into 8 colors Color coded image South America region Gray Level to Color Transformation Gray Level to Color Transformation Example Assigning colors to gray levels based on specific mapping functions Red component An X-ray image of a garment bag An X-ray image of a garment bag with a simulated explosive device Gray scale image Green component (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition. Transformations Blue component Color coded images

13 8--5 Gray Level to Color Transformation Example Pseudocolor Coding An X-ray image of a garment bag An X-ray image of a garment bag with a simulated explosive device Used in the case where there are many monochrome images such as multispectral satellite images. Transformations (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition. Color coded images Color theory Some general guidelines for choosing color: Differences will be emphasized. For example, yellow surrounded by green will tend to appear more yellow; green surrounded by yellow will tend to appear more green. This is the rule of simultaneous contrast. Pseudocolor Coding Example Visible blue = mm Max water penetration Visible green =.5-.6 mm Measuring plant 3 4 Red = Green = Blue = Color composite images 3 Red = Green = Blue = 4 Visible red Near infrared = mm = mm Plant discrimination Biomass and shoreline mapping Washington D.C. area Pseudocolor Coding Example Psuedocolor rendition of Jupiter moon Io Basics of Full-Color Image Processing Methods:. Per-color-component processing: process each component separately.. Vector processing: treat each pixel as a vector to be processed. Example of per-color-component processing: smoothing an image By smoothing each RGB component separately. Yellow areas = older sulfur deposits. Red areas = material ejected from active volcanoes. A close-up 3

14 8--5 Example: Full-Color Image and Variouis Color Space Components Color image CMYK components RGB components Color Transformation Use to transform colors to colors. Formulation: g( x, T f ( x, f(x, = input color image, g(x, = output color image T = operation on f over a spatial neighborhood of (x, When only data at one pixel is used in the transformation, we can express the transformation as: s T r, r,, r ) i i( n i=,,, n HSI components Where r i = color component of f(x, s i = color component of g(x, For RGB images, n = 3 Example: Color Transformation Color Complements Formula for RGB: s ( x, kr ( x, R s ( x, kr ( x, G s ( x, kr ( x, B R G B Color complement replaces each color with its opposite color in the color circle of the Hue component. This operation is analogous to image negative in a gray scale image. Formula for HSI: s ( x, kr ( x, I I k =.7 Formula for CMY: I H,S Color circle s ( x, kr ( x, ( k) C s ( x, kr ( x, ( k) M s ( x, kr ( x, ( k) Y C Y M These 3 transformations give the same results. Color Complement Transformation Example Color Slicing Transformation We can perform slicing in color space: if the color of each pixel is far from a desired color more than threshold distance, we set that color to some specific color such as gray, otherwise we keep the original color unchanged. or.5 si ri W if rj a j otherwise any jn i=,,, n Set to gray Keep the original color.5 si ri if n j j r a otherwise j R i=,,, n Set to gray Keep the original color 4

15 8--5 Color Slicing Transformation Example After color slicing Tonal Correction Examples In these examples, only brightness and contrast are adjusted while keeping color unchanged. This can be done by using the same transformation for all RGB components. Original image Contrast enhancement Power law transformations Color Balancing Correction Examples Color imbalance: primary color components in white area are not balance. We can measure these components by using a color spectrometer. Color balancing can be performed by adjusting color components separately as seen in this slide. Histogram Equalization of a Full-Color Image Histogram equalization of a color image can be performed by adjusting color intensity uniformly while leaving color unchanged. The HSI model is suitable for histogram equalization where only Intensity (I) component is equalized. s T ( r ) k k j k n j N k j p ( r ) r j where r and s are intensity components of input and output color image. Histogram Equalization of a Full-Color Image Color Image Smoothing Original image After histogram equalization After increasing saturation component Methods:. Per-color-plane method: for RGB, CMY color models Smooth each color plane using moving averaging and the combine back to RGB K c( x, c( x, K ( x, S xy K K ( x, ( x, ( x, R( x, Sxy G( x, Sxy B( x, Sxy (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition.. Smooth only Intensity component of a HSI image while leaving H and S unmodified. Note: methods are not equivalent. 5

16 8--5 Color Image Smoothing Example (cont.) Color Image Smoothing Example (cont.) Color image Red Color image HSI Components Hue Saturation Intensity Green Blue Color Image Smoothing Example (cont.) Color Image Smoothing Example (cont.) Difference between smoothed results from methods in the previous slide. Smooth all RGB components Smooth only I component of HSI (faster) Color Image Sharpening We can do in the same manner as color image smoothing:. Per-color-plane method for RGB,CMY images. Sharpening only I component of a HSI image Color Image Sharpening Example (cont.) Difference between sharpened results from methods in the previous slide. Sharpening all RGB components Sharpening only I component of HSI 6

17 8--5 Color Segmentation Color Segmentation in HSI Color Space Methods:. Segmented in HSI color space: A thresholding function based on color information in H and S Components. We rarely use I component for color image segmentation. Color image Hue. Segmentation in RGB vector space: A thresholding function based on distance in a color vector space. 3 4 Saturation Intensity (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition. Color Segmentation in HSI Color Space (cont.) Binary thresholding of S component with T = % Product of and 5 Color Segmentation in HSI Color Space (cont.) 5 6 Red pixels Color image Segmented results of red pixels (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition. Histogram of Segmentation of red color pixels (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition. Color Segmentation in RGB Vector Space Example: Segmentation in RGB Vector Space Color image. Each point with (R,G,B) coordinate in the vector space represents one color.. Segmentation is based on distance thresholding in a vector space g( x, D(u,v) = distance function if D( c( x,, c ) T if D( c( x,, c ) T T T c T = color to be segmented. c(x, = RGB vector at pixel (x,. Reference color c T to be segmented average color of pixel inthe box c T Results of segmentation in RGB vector space with Threshold value T =.5 times the SD of R,G,B values In the box 7

18 8--5 Gradient of a Color Image Since gradient is define only for a scalar image, there is no concept of gradient for a color image. We can t compute gradient of each color component and combine the results to get the gradient of a color image. Red Green Blue We see objects. Edges We see 4 objects. Gradient of a Color Image (cont.) One way to compute the maximum rate of change of a color image which is close to the meaning of gradient is to use the following formula: Gradient computed in RGB color space: F( ) tan g xx g xy ( g g ) ( g g )cos g sin xx yy g xy g xx g yy R G x x B x R R G G B B x y x y x y xx yy g yy xy R G y y B y Gradient of a Color Image Example Original image Obtained using the formula in the previous slide Gradient of a Color Image Example Red Green Blue Sum of gradients of each color component 3 Difference between and 33 Gradients of each color component Noise in Color Images Noise can corrupt each color component independently. AWGN s h =8 AWGN s h =8 Noise in Color Images Hue Saturation Intensity AWGN s h =8 Noise is less noticeable in a color image (Images from Rafael C. Gonzalez and Richard E. Wood, Digital Image Processing, nd Edition. 8

19 8--5 Noise in Color Images Color Image Compression Salt & pepper noise in Green component Hue Original image Saturation Intensity JPEG File After lossy compression with ratio 3: 9

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 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

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

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

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

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

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

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

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

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

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

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

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

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr

Digital Image Fundamentals. Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Digital Image Fundamentals Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Imaging process Light reaches surfaces in 3D. Surfaces reflect. Sensor element receives

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

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

How many PIXELS do you need? by ron gibbs

How many PIXELS do you need? by ron gibbs How many PIXELS do you need? by ron gibbs We continue to move forward into the age of digital photography. The basic building block of digital images is the PIXEL which is the shorthand for picture element.

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

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

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

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

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

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

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

UNIVERSITY OF LONDON GOLDSMITHS COLLEGE. B. Sc. Examination Sample CREATIVE COMPUTING. IS52020A (CC227) Creative Computing 2.

UNIVERSITY OF LONDON GOLDSMITHS COLLEGE. B. Sc. Examination Sample CREATIVE COMPUTING. IS52020A (CC227) Creative Computing 2. UNIVERSITY OF LONDON GOLDSMITHS COLLEGE B. Sc. Examination Sample CREATIVE COMPUTING IS52020A (CC227) Creative Computing 2 Duration: 3 hours Date and time: There are six questions in this paper; you should

More information

Otis Photo Lab Inkjet Printing Demo

Otis Photo Lab Inkjet Printing Demo Otis Photo Lab Inkjet Printing Demo Otis Photography Lab Adam Ferriss Lab Manager aferriss@otis.edu 310.665.6971 Soft Proofing and Pre press Before you begin printing, it is a good idea to set the proof

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

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

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

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

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

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

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

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

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

Lectures 6&7: Image Enhancement

Lectures 6&7: Image Enhancement Lectures 6&7: Image Enhancement Leena Ikonen Pattern Recognition (MVPR) Lappeenranta University of Technology (LUT) leena.ikonen@lut.fi http://www.it.lut.fi/ip/research/mvpr/ 1 Content Background Spatial

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

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

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

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

Digital Image Processing: Introduction

Digital Image Processing: Introduction Digital : Introduction Slides by Brian Mac Namee Brian.MacNamee@comp.dit.ie Materials found at: Slides: http://www.comp.dit.ie/bmacnamee/materials/dip/lectures/1-introduction.ppt Lectures: http://homepages.inf.ed.ac.uk/rbf/books/vernon/

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

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

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

Colour Image Segmentation Technique for Screen Printing

Colour Image Segmentation Technique for Screen Printing 60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone

More information

AP Physics B Ch. 23 and Ch. 24 Geometric Optics and Wave Nature of Light

AP Physics B Ch. 23 and Ch. 24 Geometric Optics and Wave Nature of Light AP Physics B Ch. 23 and Ch. 24 Geometric Optics and Wave Nature of Light Name: Period: Date: MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Reflection,

More information

Introduction to Digital Resolution

Introduction to Digital Resolution Introduction to Digital Resolution 2011 Copyright Les Walkling 2011 Adobe Photoshop screen shots reprinted with permission from Adobe Systems Incorporated. Version 2011:02 CONTENTS Pixels of Resolution

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

Graphic Design Basics. Shannon B. Neely. Pacific Northwest National Laboratory Graphics and Multimedia Design Group

Graphic Design Basics. Shannon B. Neely. Pacific Northwest National Laboratory Graphics and Multimedia Design Group Graphic Design Basics Shannon B. Neely Pacific Northwest National Laboratory Graphics and Multimedia Design Group The Design Grid What is a Design Grid? A series of horizontal and vertical lines that evenly

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

Color Theory for Floral Design

Color Theory for Floral Design Color Theory for Floral Design Essential Questions: Why would a floral designer need to have an understanding of color theory? How is color used to create floral designs? How can color be used for store

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

Designing for print. Gerard Linders. Starting a publishing project

Designing for print. Gerard Linders. Starting a publishing project Designing for print Gerard Linders In this tutorial, I describe some important details of my work as a manager of a prepress services and design studio. By sharing my experience, I hope to provide useful

More information

Selecting the appropriate band combination for an RGB image using Landsat imagery

Selecting the appropriate band combination for an RGB image using Landsat imagery Selecting the appropriate band combination for an RGB image using Landsat imagery Ned Horning Version: 1.0 Creation Date: 2004-01-01 Revision Date: 2004-01-01 License: This document is licensed under a

More information

13 PRINTING MAPS. Legend (continued) Bengt Rystedt, Sweden

13 PRINTING MAPS. Legend (continued) Bengt Rystedt, Sweden 13 PRINTING MAPS Bengt Rystedt, Sweden Legend (continued) 13.1 Introduction By printing we mean all kind of duplication and there are many kind of media, but the most common one nowadays is your own screen.

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

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

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

Adjusting Digitial Camera Resolution

Adjusting Digitial Camera Resolution Adjusting Digitial Camera Resolution How to adjust your 72 ppi images for output at 300 ppi Eureka Printing Company, Inc. 106 T Street Eureka, California 95501 (707) 442-5703 (707) 442-6968 Fax ekaprint@pacbell.net

More information

2.3 Spatial Resolution, Pixel Size, and Scale

2.3 Spatial Resolution, Pixel Size, and Scale Section 2.3 Spatial Resolution, Pixel Size, and Scale Page 39 2.3 Spatial Resolution, Pixel Size, and Scale For some remote sensing instruments, the distance between the target being imaged and the platform,

More information

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines EECS 556 Image Processing W 09 Interpolation Interpolation techniques B splines What is image processing? Image processing is the application of 2D signal processing methods to images Image representation

More information

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Rudolph J. Guttosch Foveon, Inc. Santa Clara, CA Abstract The reproduction

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

Assessment of Camera Phone Distortion and Implications for Watermarking

Assessment of Camera Phone Distortion and Implications for Watermarking Assessment of Camera Phone Distortion and Implications for Watermarking Aparna Gurijala, Alastair Reed and Eric Evans Digimarc Corporation, 9405 SW Gemini Drive, Beaverton, OR 97008, USA 1. INTRODUCTION

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

Digital Image Requirements for New Online US Visa Application

Digital Image Requirements for New Online US Visa Application Digital Image Requirements for New Online US Visa Application As part of the electronic submission of your DS-160 application, you will be asked to provide an electronic copy of your photo. The photo must

More information

Creating Print-Ready Files

Creating Print-Ready Files A GUIDE TO Creating Print-Ready Files Our People. Your Vision. Let s Create. What is a Print-Ready File? A print-ready file allows a printer to produce your project quickly and efficiently. At Kopytek,

More information

Guidance on Using Scanning Software: Part 2. VueScan

Guidance on Using Scanning Software: Part 2. VueScan Guidance on Using Scanning Software: Part 2. VueScan Version of 12/22/2013 VueScan can be used with virtually any scanner and multiple scanners can be used with the license for one copy of the program.

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

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

Name Date Class ELECTRONS IN ATOMS. Standard Curriculum Core content Extension topics

Name Date Class ELECTRONS IN ATOMS. Standard Curriculum Core content Extension topics 13 ELECTRONS IN ATOMS Conceptual Curriculum Concrete concepts More abstract concepts or math/problem-solving Standard Curriculum Core content Extension topics Honors Curriculum Core honors content Options

More information

Digital Image Concepts I

Digital Image Concepts I Digital Image Concepts I The Pixel Handout 1.1 September 9, 2004 A Digital Image is composed of an array of picture elements or pixels. Each pixel represents a single color and value. The computer arranges

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

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

Number Sense and Operations

Number Sense and Operations Number Sense and Operations representing as they: 6.N.1 6.N.2 6.N.3 6.N.4 6.N.5 6.N.6 6.N.7 6.N.8 6.N.9 6.N.10 6.N.11 6.N.12 6.N.13. 6.N.14 6.N.15 Demonstrate an understanding of positive integer exponents

More information

Fixplot Instruction Manual. (data plotting program)

Fixplot Instruction Manual. (data plotting program) Fixplot Instruction Manual (data plotting program) MANUAL VERSION2 2004 1 1. Introduction The Fixplot program is a component program of Eyenal that allows the user to plot eye position data collected with

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

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner

EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner EPSON SCANNING TIPS AND TROUBLESHOOTING GUIDE Epson Perfection 3170 Scanner SELECT A SUITABLE RESOLUTION The best scanning resolution depends on the purpose of the scan. When you specify a high resolution,

More information

Filters for Digital Photography

Filters for Digital Photography Filters for Digital Photography LICHTFILTER Whether for analog or Digital Photography: The best results are achieved by using correction filters - not by digitally enhancing in a software program as once

More information

The Lighting Effects Filter

The Lighting Effects Filter Appendix appendix E The Lighting Effects Filter The Lighting Effects filter is like a little program in itself. With this filter, you can create a wealth of different lighting effects, from making a particular

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

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

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

jorge s. marques image processing

jorge s. marques image processing image processing images images: what are they? what is shown in this image? What is this? what is an image images describe the evolution of physical variables (intensity, color, reflectance, condutivity)

More information

Rodenstock Photo Optics

Rodenstock Photo Optics Apo-Sironar-S Apo-Macro-Sironar Apo-Grandagon Grandagon-N Accessories: Center filters Accessories: Focus-Mount Lenses for Analog Professional Photography Even in the age of digital photography, the professional

More information

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013

MassArt Studio Foundation: Visual Language Digital Media Cookbook, Fall 2013 INPUT OUTPUT 08 / IMAGE QUALITY & VIEWING In this section we will cover common image file formats you are likely to come across and examine image quality in terms of resolution and bit depth. We will cover

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

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

Resolutions of Remote Sensing

Resolutions of Remote Sensing Resolutions of Remote Sensing 1. Spatial (what area and how detailed) 2. Spectral (what colors bands) 3. Temporal (time of day/season/year) 4. Radiometric (color depth) Spatial Resolution describes how

More information

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

INTRODUCTION TO RENDERING TECHNIQUES

INTRODUCTION TO RENDERING TECHNIQUES INTRODUCTION TO RENDERING TECHNIQUES 22 Mar. 212 Yanir Kleiman What is 3D Graphics? Why 3D? Draw one frame at a time Model only once X 24 frames per second Color / texture only once 15, frames for a feature

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