Fast and Stable Color Balancing for Images and Augmented Reality

Total Page:16

File Type:pdf, Size:1020Kb

Fast and Stable Color Balancing for Images and Augmented Reality Fast and Stable Color Balancing for Images and Augmented Reality Thomas Oskam 1,2 Alexander Hornung 1 Robert W. Sumner 1 Markus Gross 1,2 1 Disney Research Zurich 2 ETH Zurich Abstract This paper addresses the problem of globally balanc- ing colors between images. The input to our algorithm is a sparse set of desired color correspondences between a source and a target image. The global color space trans- formation problem is then solved by computing a smooth Source Image Target Image Color Balanced vector field in CIE Lab color space that maps the gamut of the source to that of the target. We employ normalized ra- dial basis functions for which we compute optimized shape parameters based on the input images, allowing for more faithful and flexible color matching compared to existing RBF-, regression- or histogram-based techniques. Further- more, we show how the basic per-image matching can be Rendered Objects efficiently and robustly extended to the temporal domain us- Tracked Colors balancing Augmented Image ing RANSAC-based correspondence classification. Besides Figure 1. Two applications of our color balancing algorithm. Top: interactive color balancing for images, these properties ren- an underexposed image is balanced using only three user selected der our method extremely useful for automatic, consistent correspondences to a target image. Bottom: our extension for embedding of synthetic graphics in video, as required by temporally stable color balancing enables seamless compositing applications such as augmented reality. in augmented reality applications by using known colors in the scene as constraints. 1. Introduction even for different scenes. With today’s tools this process re- quires considerable, cost-intensive manual efforts. Similar Pablo Picasso highlighted the importance of color in issues arise in augmented reality applications, where com- painting with the famous quote, “They’ll sell you thousands puter generated graphics must be embedded seamlessly and of greens. Veronese green and emerald green and cadmium in real-time into a video stream. Here, achieving consis- green and any sort of green you like; but that particular tent colors is critical but highly challenging, since white- green, never.” Today, the same struggle to capture the per- balance, shutter time, gamma correction, and other factors fect nuance of color lives on in digital photography and may continually change during acquisition and cannot be image-based applications. The colors that are ultimately perfectly controlled or addressed through calibration alone. recorded by both consumer-grade and high-end digital cam- Therefore, an efficient correction and adaptation of colors eras depend on a plethora of factors and are influenced that is agnostic to the underlying capture hardware is highly by complex hardware and software processing algorithms, desirable in such AR-related applications. However, aside making the precise color quality of captured images difficult for a few preliminary efforts [13, 14] practically applicable to predict and control. As a result, one generally has to rely solutions to this problem are yet to be developed. on post-processing algorithms to fix color-related issues. This paper contributes a real-time color balancing algo- This problem is generally known as color balancing or rithm that is able to globally adapt the colors of a source color grading, and plays a central role in all areas involving image to match the look of a target image, requiring only capturing, processing and displaying image data. In digi- a sparse set of color correspondences. Fundamentally, our tal photography and filmmaking, specifically trained artists approach is based on radial basis function (RBF) interpo- work hard to achieve consistent colors for images captured lation. However, we show that, for an optimal RBF-based with different cameras, often under varying conditions and color matching, it is crucial to optimize for the shape of the 4321 employed basis functions. As a second main contribution, of user controlled edits is typically targeted towards local we then extend the per-image computation to be temporally color changes. Our work, in contrast, targets global color consistent, enabling the application of the basic balancing balancing using only sparse and possibly incomplete input. mechanism in video-based applications such as augmented Li et al. [15] provide an approach for image and video reality. A key component to the success of this system is editing with instant results. They employ radial basis func- a reliable RANSAC-based classification algorithm that se- tion interpolation in a feature space to propagate sparse ed- lects a temporally stable set of correspondences used for the its locally. In contrast to this work, we are formulating the basic color balancing. We present a fast GPU-assisted im- problem as a global color space transformation independent plementation of our color balancing algorithm that achieves from the image space and we optimize the shape of basis run times of 1ms and below on real-world applications. In functions to achieve color balancing behavior found in ex- this paper and the accompanying video, we show results for ample images. We show that the basis function used by Li et interactive color editing of images as well as for improved al. is suboptimal for the purpose of global image balancing. visual quality and consistency of video and computer gen- Color calibration and balancing: Color calibration is erated images in augmented reality applications. the process of computing the color distribution function of a camera to allow recorded images to be consistently colored. 2. Related Work Adams et al. [3] gives an overview of standard camera cal- In this section, we discuss related work on histogram ibration techniques using linear transformations. Usually, matching, user controlled color transfer, and color calibra- a 3x3 matrix is computed using regression. A related area tion. is color consistency. Humans perceive colors to be consis- Statistics and Histogram Matching: This is the pro- tent even under different lighting conditions. This property cess of transferring the color distribution statistics from one is not available for digital images. Colors have different image to another image, pioneered by Reinhard et al. [20]. numerical values under different illuminations. In order to They proposed computing the mean and standard devia- counter this issue, different algorithms have been proposed. tion of the color distribution in the color space. Then, by An overview over different algorithms is provided by Ar- scaling and translating the parameters onto the ones of the gawal et al. [4] and Cohen [7]. In contrast to our approach, target image, they achieve automatic color transfer. The many of these methods do not apply additional information approach has been applied to histograms and extended to such as correspondences or known colors in a scene to bal- achieve a mapping in different color spaces [25], minimum ance the images. Therefore, these methods are less interac- cost linear mapping [19], and per-region execution of the tive and less robust when applied to videos. algorithm [11]. Further extensions have been proposed that There is also significant work that enhances the quality optimize the images after matching to avoid discontinuities of imagery using a database of example images [8, 12, 21, in color gradients [18, 26]. 23]. The work of Yang et al. [27] achieve color compensa- While statistics and histogram matching methods for au- tion by replicating the non-linear relationship between the tomatic color transfer can produce very appealing results, camera color and luminance. Wang et al. [24] transfer color they provide only limited control. Direct control over color and tone style of expert photographed images onto the im- changes is often required in image editing and difficult to ages from cheap cameras by learning the complex transfor- achieve with these methods. mation encoded in local descriptors. Recent work of Lin Color transfer with user interaction: Abadpour et et al. [16] revisits the radiometric calibration of cameras al. [2] first proposed an image color transfer algorithm with by investigating 10,000 images from over 30 cameras and user interaction. In their work, the user is allowed to de- introduces a new imaging model for computing the color note corresponding regions between images. Colors are response curves. Our parameter optimization of the radial then locally matched using fuzzy principal component anal- basis functions is also based on extracting image proper- ysis. Other methods have been proposed that aid the user in ties form data sets. However, we design our functions to local color matching [17, 22]. The user is allowed to se- be sparsely sampled so that they provide appealing results lect a local region, and the actions are propagated through- when interpolated in order to considerably increase perfor- out adjacent parts of the image. An et al. [6] propose a mance. scribble-based framework for color transfer between im- Color Balancing in Augmented Reality: Only recently ages. Fast and interactive methods for editing images and there has been research in improving the compositing of im- video have also been proposed. An et al. [5] propagate lo- ages in augmented reality. Klein et al. [13] examine and cal edits by assisting a user with iteratively refining rough reproduce several image degradation effects of digital cam- edits to areas of spatial and appearance similarity. Farbman eras to increase the realism of augmentation. However, they et al. [9] propose the use of diffusion maps to propagate are not considering color shifts due to camera parameter image editing information. In these approaches the impact changes. The works of Knecht et al. [14] propose to bal- 4322 1 avg. function norm. Shepard deviation Gaussian inv. quadric 0 Color Space Distance 0 30 Image Gamut + Smooth Transformed Correspondences Vector Field Image Gamut Figure 3. Plots of the basis functions we consider for our color transfer. On the left, the three functions are shown in relative scale.
Recommended publications
  • Investigating the Effect of Color Gamut Mapping Quantitatively and Visually
    Rochester Institute of Technology RIT Scholar Works Theses 5-2015 Investigating the Effect of Color Gamut Mapping Quantitatively and Visually Anupam Dhopade Follow this and additional works at: https://scholarworks.rit.edu/theses Recommended Citation Dhopade, Anupam, "Investigating the Effect of Color Gamut Mapping Quantitatively and Visually" (2015). Thesis. Rochester Institute of Technology. Accessed from This Thesis is brought to you for free and open access by RIT Scholar Works. It has been accepted for inclusion in Theses by an authorized administrator of RIT Scholar Works. For more information, please contact [email protected]. Investigating the Effect of Color Gamut Mapping Quantitatively and Visually by Anupam Dhopade A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Print Media in the School of Media Sciences in the College of Imaging Arts and Sciences of the Rochester Institute of Technology May 2015 Primary Thesis Advisor: Professor Robert Chung Secondary Thesis Advisor: Professor Christine Heusner School of Media Sciences Rochester Institute of Technology Rochester, New York Certificate of Approval Investigating the Effect of Color Gamut Mapping Quantitatively and Visually This is to certify that the Master’s Thesis of Anupam Dhopade has been approved by the Thesis Committee as satisfactory for the thesis requirement for the Master of Science degree at the convocation of May 2015 Thesis Committee: __________________________________________ Primary Thesis Advisor, Professor Robert Chung __________________________________________ Secondary Thesis Advisor, Professor Christine Heusner __________________________________________ Graduate Director, Professor Christine Heusner __________________________________________ Administrative Chair, School of Media Sciences, Professor Twyla Cummings ACKNOWLEDGEMENT I take this opportunity to express my sincere gratitude and thank all those who have supported me throughout the MS course here at RIT.
    [Show full text]
  • The Art of Digital Black & White by Jeff Schewe There's Just Something
    The Art of Digital Black & White By Jeff Schewe There’s just something magical about watching an image develop on a piece of photo paper in the developer tray…to see the paper go from being just a blank white piece of paper to becoming a photograph is what many photographers think of when they think of Black & White photography. That process of watching the image develop is what got me hooked on photography over 30 years ago and Black & White is where my heart really lives even though I’ve done more color work professionally. I used to have the brown stains on my fingers like any good darkroom tech, but commercially, I turned toward color photography. Later, when going digital, I basically gave up being able to ever achieve what used to be commonplace from the darkroom–until just recently. At about the same time Kodak announced it was going to stop making Black & White photo paper, Epson announced their new line of digital ink jet printers and a new ink, Ultrachrome K3 (3 Blacks- hence the K3), that has given me hope of returning to darkroom quality prints but with a digital printer instead of working in a smelly darkroom environment. Combine the new printers with the power of digital image processing in Adobe Photoshop and the capabilities of recent digital cameras and I think you’ll see a strong trend towards photographers going digital to get the best Black & White prints possible. Making the optimal Black & White print digitally is not simply a click of the shutter and push button printing.
    [Show full text]
  • Color Printing Techniques
    4-H Photography Skill Guide Color Printing Techniques Enlarging Color Negatives Making your own color prints from Color Relations color negatives provides a whole new area of Before going ahead into this fascinating photography for you to enjoy. You can make subject of color printing, let’s make sure we prints nearly any size you want, from small ones understand some basic photographic color and to big enlargements. You can crop pictures for the visual relationships. composition that’s most pleasing to you. You can 1. White light (sunlight or the light from an control the lightness or darkness of the print, as enlarger lamp) is made up of three primary well as the color balance, and you can experiment colors: red, green, and blue. These colors are with control techniques to achieve just the effect known as additive primary colors. When you’re looking for. The possibilities for creating added together in approximately equal beautiful color prints are as great as your own amounts, they produce white light. imagination. You can print color negatives on conventional 2. Color‑negative film has a separate light‑ color printing paper. It’s the kind of paper your sensitive layer to correspond with each photofinisher uses. It requires precise processing of these three additive primary colors. in two or three chemical solutions and several Images recorded on these layers appear as washes in water. It can be processed in trays or a complementary (opposite) colors. drum processor. • A red subject records on the red‑sensitive layer as cyan (blue‑green). • A green subject records on the green‑ sensitive layer as magenta (blue‑red).
    [Show full text]
  • Hiding Color Watermarks in Halftone Images Using Maximum-Similarity
    Signal Processing: Image Communication 48 (2016) 1–11 Contents lists available at ScienceDirect Signal Processing: Image Communication journal homepage: www.elsevier.com/locate/image Hiding color watermarks in halftone images using maximum- similarity binary patterns Pedro Garcia Freitas a,n, Mylène C.Q. Farias b, Aletéia P.F. Araújo a a Department of Computer Science, University of Brasília (UnB), Brasília, Brazil b Department of Electrical Engineering, University of Brasília (UnB), Brasília, Brazil article info abstract Article history: This paper presents a halftoning-based watermarking method that enables the embedding of a color Received 3 June 2016 image into binary black-and-white images. To maintain the quality of halftone images, the method maps Received in revised form watermarks to halftone channels using homogeneous dot patterns. These patterns use a different binary 25 August 2016 texture arrangement to embed the watermark. To prevent a degradation of the host image, a max- Accepted 25 August 2016 imization problem is solved to reduce the associated noise. The objective function of this maximization Available online 26 August 2016 problem is the binary similarity measure between the original binary halftone and a set of randomly Keywords: generated patterns. This optimization problem needs to be solved for each dot pattern, resulting in Color embedding processing overhead and a long running time. To overcome this restriction, parallel computing techni- Halftone ques are used to decrease the processing time. More specifically, the method is tested using a CUDA- Color restoration based parallel implementation, running on GPUs. The proposed technique produces results with high Watermarking Enhancement visual quality and acceptable processing time.
    [Show full text]
  • Simplest Color Balance
    Published in Image Processing On Line on 2011{10{24. Submitted on 2011{00{00, accepted on 2011{00{00. ISSN 2105{1232 c 2011 IPOL & the authors CC{BY{NC{SA This article is available online with supplementary materials, software, datasets and online demo at http://dx.doi.org/10.5201/ipol.2011.llmps-scb 2014/07/01 v0.5 IPOL article class Simplest Color Balance Nicolas Limare1, Jose-Luis Lisani2, Jean-Michel Morel1, Ana Bel´enPetro2, Catalina Sbert2 1 CMLA, ENS Cachan, France ([email protected], [email protected]) 2 TAMI, Universitat Illes Balears, Spain (fjoseluis.lisani, anabelen.petro, [email protected]) Abstract In this paper we present the simplest possible color balance algorithm. The assumption under- lying this algorithm is that the highest values of R, G, B observed in the image must correspond to white, and the lowest values to obscurity. The algorithm simply stretches, as much as it can, the values of the three channels Red, Green, Blue (R, G, B), so that they occupy the maximal possible range [0, 255] by applying an affine transform ax+b to each channel. Since many images contain a few aberrant pixels that already occupy the 0 and 255 values, the proposed method saturates a small percentage of the pixels with the highest values to 255 and a small percentage of the pixels with the lowest values to 0, before applying the affine transform. Source Code The source code (ANSI C), its documentation, and the online demo are accessible at the IPOL web page of this article1.
    [Show full text]
  • Color Balance
    TECHNOLOGY 3.2 – ADOBE® PHOTOSHOP® MINUTE7 STARTER Color Balance OBJECTIVES STEP 1 | LEARN By reviewing the Color Balance tutorial, students will learn how to modify the color balance of a photograph using Adobe® Photoshop®. STEP 2 | PRACTICE Students will use the Color Balance tutorial as a reference as they change the color balance of a photograph. Note: A practice photo is provided in the tutorial folder. STEP 3 | USE Students will apply knowledge when editing and reviewing photographs being published. 21ST CENTURY SKILLS Employment in the 21st century requires the ability to learn and use technology appropriately and effectively. Adobe Photoshop is an industry-standard software that allows for creative thinking. COMMON CORE ISTE STANDARDS ISTE STATE STANDARDS 1B: Create original works. ELA-Literacy.SL.9-12.5, CCRA.SL.5 6A: Understand and use technology systems. Make strategic use of digital media to 6B: Select and use applications effectively enhance understanding. and productively. 6C: Troubleshoot systems and applications. Do you have an idea for a 7-Minute Starter? Email us at [email protected] 14-0610 Color Balance Sometimes an image may have a slight color cast, either due to White Balance issues with the camera or simply because of artificial lighting indoors where the photo was taken. Color can be quickly neutralized by using Adobe® Photoshop’s® Auto Color feature located under the Image Tab. Auto Color adjusts the contrast and color of an image by searching the image to identify shadows, mid-tones and highlights. If the Auto Color tool doesn’t do the trick — the following method is an easy way to help remove the color cast from a photo using the Neutral Color Picker and may produce better results.
    [Show full text]
  • Color Management Guide Printing with Epson Premium ICC Profiles Copyright Notice All Rights Reserved
    Epson Professional Imaging Color Management Guide Printing With Epson Premium ICC Profiles Copyright Notice All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of Seiko Epson Corporation. The information contained herein is designed only for use with this Epson product. Epson is not responsible for any use of this information as applied to other equipment. Neither Seiko Epson Corporation nor its affiliates shall be liable to the purchaser of this product or third parties for damages, losses, costs, or expenses incurred by purchaser or third parties as a result of: accident, misuse, or abuse of this product or unauthorized modifications, repairs, or alterations to this product, or (excluding the U.S.) failure to strictly comply with Seiko Epson Corporation’s operating and maintenance instructions. Seiko Epson Corporation shall not be liable for any damages or problems arising from the use of any options or any consumable products other than those designated as Original Epson Products or Epson Approved Products by Seiko Epson Corporation. Responsible Use of Copyrighted Materials Epson encourages each user to be responsible and respectful of the copyright laws when using any Epson product. While some countries’ laws permit limited copying or reuse of copyrighted material in certain circumstances, those circumstances may not be as broad as some people assume. Contact your legal advisor for any questions regarding copyright law. Trademarks Epson and Epson Stylus are registered trademarks, and Epson Exceed Your Vision is a registered logomark of Seiko Epson Corporation.
    [Show full text]
  • 14. Color Mapping
    14. Color Mapping Jacobs University Visualization and Computer Graphics Lab Recall: RGB color model Jacobs University Visualization and Computer Graphics Lab Data Analytics 691 CMY color model • The CMY color model is related to the RGB color model. •Itsbasecolorsare –cyan(C) –magenta(M) –yellow(Y) • They are arranged in a 3D Cartesian coordinate system. • The scheme is subtractive. Jacobs University Visualization and Computer Graphics Lab Data Analytics 692 Subtractive color scheme • CMY color model is subtractive, i.e., adding colors makes the resulting color darker. • Application: color printers. • As it only works perfectly in theory, typically a black cartridge is added in practice (CMYK color model). Jacobs University Visualization and Computer Graphics Lab Data Analytics 693 CMY color cube • All colors c that can be generated are represented by the unit cube in the 3D Cartesian coordinate system. magenta blue red black grey white cyan yellow green Jacobs University Visualization and Computer Graphics Lab Data Analytics 694 CMY color cube Jacobs University Visualization and Computer Graphics Lab Data Analytics 695 CMY color model Jacobs University Visualization and Computer Graphics Lab Data Analytics 696 CMYK color model Jacobs University Visualization and Computer Graphics Lab Data Analytics 697 Conversion • RGB -> CMY: • CMY -> RGB: Jacobs University Visualization and Computer Graphics Lab Data Analytics 698 Conversion • CMY -> CMYK: • CMYK -> CMY: Jacobs University Visualization and Computer Graphics Lab Data Analytics 699 HSV color model • While RGB and CMY color models have their application in hardware implementations, the HSV color model is based on properties of human perception. • Its application is for human interfaces. Jacobs University Visualization and Computer Graphics Lab Data Analytics 700 HSV color model The HSV color model also consists of 3 channels: • H: When perceiving a color, we perceive the dominant wavelength.
    [Show full text]
  • GS9 Color Management
    Ghostscript 9.21 Color Management Michael J. Vrhel, Ph.D. Artifex Software 7 Mt. Lassen Drive, A-134 San Rafael, CA 94903, USA www.artifex.com Abstract This document provides information about the color architecture in Ghostscript 9.21. The document is suitable for users who wish to obtain accurate color with their output device as well as for developers who wish to customize Ghostscript to achieve a higher level of control and/or interface with a different color management module. Revision 1.6 Artifex Software Inc. www.artifex.com 1 1 Introduction With release 9.0, the color architecture of Ghostscript was updated to primarily use the ICC[1] format for its color management needs. Prior to this release, Ghostscript's color architecture was based heavily upon PostScript[2] Color Management (PCM). This is due to the fact that Ghostscript was designed prior to the ICC format and likely even before there was much thought about digital color management. At that point in time, color management was very much an art with someone adjusting controls to achieve the proper output color. Today, almost all print color management is performed using ICC profiles as opposed to PCM. This fact along with the desire to create a faster, more flexible design was the motivation for the color architectural changes in release 9.0. Since 9.0, several new features and capabilities have been added. As of the 9.21 release, features of the color architecture include: • Easy to interface different CMMs (Color Management Modules) with Ghostscript. • ALL color spaces are defined in terms of ICC profiles.
    [Show full text]
  • A Color Temperature-Based High-Speed Decolorization: an Empirical Approach for Tone Mapping Applications
    1 A color temperature-based high-speed decolorization: an empirical approach for tone mapping applications Prasoon Ambalathankandy ID˙ , Yafei Ou ID˙ , and Masayuki Ikebe ID˙ Abstract—Grayscale images are fundamental to many image into global and local methods. Global methods can define processing applications like data compression, feature extraction, only one conversion function for all pixels, and most of printing and tone mapping. However, some image information these methods use all pixels in the image to determine the is lost when converting from color to grayscale. In this paper, we propose a light-weight and high-speed image decolorization function. On the other hand, local ones process the target method based on human perception of color temperatures. from neighboring pixels in the same way as a spatial filter, Chromatic aberration results from differential refraction of light the function is different for each pixel. However, both types depending on its wavelength. It causes some rays corresponding of methods face the issue of calculation cost, which comes to cooler colors (like blue, green) to converge before the warmer from optimization iterations or spatial filter processing. colors (like red, orange). This phenomena creates a perception of warm colors “advancing” toward the eye, while the cool colors We have developed a fast decolorization method that reflects to be “receding” away. In this proposed color to gray conversion the perception of warm and cool colors which is well known model, we implement a weighted blending function to combine in psychophysics studies [1]. Colors are arranged according to red (perceived warm) and blue (perceived cool) channel.
    [Show full text]
  • Colormap : a Data-Driven Approach and Tool for Mapping Multivariate
    IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 24, NO. X, XXXXX 2018 1 ND 1 ColorMap : A Data-Driven Approach and Tool 2 for Mapping Multivariate Data to Color 3 Shenghui Cheng, Wei Xu, Member, IEEE, and Klaus Mueller, Senior Member, IEEE 4 Abstract—A wide variety of color schemes have been devised for mapping scalar data to color. We address the challenge of 5 color-mapping multivariate data. While a number of methods can map low-dimensional data to color, for example, using bilinear 6 or barycentric interpolation for two or three variables, these methods do not scale to higher data dimensions. Likewise, schemes that 7 take a more artistic approach through color mixing and the like also face limits when it comes to the number of variables they can 8 encode. Our approach does not have these limitations. It is data driven in that it determines a proper and consistent color map from first 9 embedding the data samples into a circular interactive multivariate color mapping display (ICD) and then fusing this display with a 10 convex (CIE HCL) color space. The variables (data attributes) are arranged in terms of their similarity and mapped to the ICD’s 11 boundary to control the embedding. Using this layout, the color of a multivariate data sample is then obtained via modified generalized 12 barycentric coordinate interpolation of the map. The system we devised has facilities for contrast and feature enhancement, supports 13 both regular and irregular grids, can deal with multi-field as well as multispectral data, and can produce heat maps, choropleth maps, 14 and diagrams such as scatterplots.
    [Show full text]
  • Color Management Scanner Digital Camera Mobile Phone
    Graphic Arts Workflow Lecture 12 Color Management Scanner Digital Camera Mobile Phone Device independent Color Representation ICC Profiles Gamut Mapping Image retouching Page Layout DFE Proofer Digital Printers Press Color Management Images look different on each device. Original Image Scanner Image Printer Image Images look different on each device. Color Management Device Differences Variations are due to: • Spectral distribution of the device components Difference in Spatial Resolutions (phosphors, filters, sensors)’ • Viewing conditions (dark/light, indoor/outdoors, illumination spectra) Printers 300-1200 dpi 1-4 intensity bits • media CRT Pitch 0.27 µ, 72 ppi, (projected/reflected light or print). TV 480 lines (analog) LCD 100 ppi, 8 intensity bits Camera 2 Megapixel, 10 intensity bits Scanner 600 dpi, 12 intensity bits Solution: Define a transform to map colors from color space of one device (source) to color space of another device (destination). Device Differences Device Differences Difference in Contrast and Brightness Range Difference in White Point QImagingKodak Nikon Genoacolor Device Differences Device Differences Difference in Gamut Difference in Gamut Monitor Gamut Printer Gamut Film Monitor Device Differences Gamut Mismatch Difference in Gamut How does one print this color? 0.8 display printer Scanner 0.6 y 0.4 0.2 Monitor 0 0 0.2 0.4 0.6 0.8 x This color never needed? printer Gamut Mismatch Gamut Mismatch How does one print this color? 0.8 display printer 0.6 y 0.4 0.2 0 0 0.2 0.4 0.6 0.8 x How does one display this color? The problem is twofold: 1) Differences in device representation 2) Differences in Gamut Size and Shape Gamut Mapping Gamut Mapping - Example In order to transfer color information between a source device and a destination device, one must define a mapping between the source Gamut to destination the destination Gamut.
    [Show full text]