CAGD&C G Color Analogies and its applications reporter:Shuangmin Chen.

Slides:



Advertisements
Similar presentations
Gel Diffusion Analysis STEM ED/CHM Nanotechnology 2011 Presented by Jennifer Welborn.
Advertisements

Point/Slope Form Think what the formula is, then click on the name. Next Page.
Compositing and Blending Ed Angel Professor Emeritus of Computer Science University of New Mexico 1 E. Angel and D. Shreiner: Interactive Computer Graphics.
Linear Equations Review. Find the slope and y intercept: y + x = -1.
Evaluating Color Descriptors for Object and Scene Recognition Koen E.A. van de Sande, Student Member, IEEE, Theo Gevers, Member, IEEE, and Cees G.M. Snoek,
CS448f: Image Processing For Photography and Vision Sharpening.
Compositing and Blending Mohan Sridharan Based on slides created by Edward Angel 1 CS4395: Computer Graphics.
Compositing and Blending - Chapter 8 modified by Ray Wisman Ed Angel Professor of Computer Science, Electrical and Computer Engineering,
Image Compositing Angel 8.11 Angel: Interactive Computer Graphics5E © Addison-Wesley
Transferring Color to Greyscale Images Tomihisa Welsh, Michael Ashikhmin, Klaus Mueller (Stony Brook University) SIGGRAPH2002.
Retinex Image Enhancement Techniques --- Algorithm, Application and Advantages Prepared by: Zhixi Bian and Yan Zhang.
Basic Statistical Concepts Psych 231: Research Methods in Psychology.
Computational Photography
CS6500 Adv. Computer Graphics © Chun-Fa Chang, Spring 2003 Texture Mapping.
Introduction of the intrinsic image. Intrinsic Images The method of Finlayson & Hordley ( 2001 ) Two assumptions 1. the camera ’ s sensors are sufficiently.
A. I. P 郭瓊蓮 柯瑋明 吳榮軒 Term Project.
Color Transfer in Correlated Color Space Xuezhong Xiao, Computer Science & Engineering Department, Shanghai Jiao Tong University Lizhuang Ma., Computer.
Digital Photography. Objectives After completing this class, you will be able to:  Explain the benefits, features, and workings of a digital camera.
Colour Printing Kazushige HATORI IOF IT commission WOC2005 mapper and so on..
A quick introduction to shooting digital images in RAW.
   a + 8a. Objective: To add and subtract real numbers using rules.
Image Analogies Aaron Hertzmann (1,2) Charles E. Jacobs (2) Nuria Oliver (2) Brian Curless (3) David H. Salesin (2,3) 1 New York University 1 New York.
How to Work with Color in Graphic Communications.
Analog and Digital Cameras  History of Digital cameras  Advantages and Disadvantages / Similarities and Differences of both types of cameras  Types.
High dynamic range imaging. Camera pipeline 12 bits8 bits.
Tomihisa (Tom) Welsh Michael Ashikhmin Klaus Mueller Tomihisa (Tom) Welsh Michael Ashikhmin Klaus Mueller Center for Visual Computing Stony Brook University.
How A Camera Works Image Sensor Shutter Mirror Lens.
Computational and Biological Vision “Colors Out Of Space” Digital color representation, color spaces and more! Amir Eluk Software Engineering.
Let us have some after lunch fun. Fast Image and Video Colorization (and beyond) using Chrominance Blending Yatziv and S.
The Digital Image Dr. John Ryan.
Warm Up Lesson Presentation Lesson Quiz Class work/Homework.
Color and Resolution Introduction to Digital Imaging.
Math Game. Math Jeopardy Counting Add + Subtract - Patterns Number ID
03/05/03© 2003 University of Wisconsin Last Time Tone Reproduction If you don’t use perceptual info, some people call it contrast reduction.
CAGD&C G Color Transfer between Images Reporter:Chen Shuangmin.
Edward Land’86 There exists a discrepancy between the human vision system and the recorded color images. Dynamic range difference results in the loss.
Histograms and Color Balancing Computational Photography Derek Hoiem, University of Illinois 09/10/15 “Empire of Light”, Magritte.
Compositing and Blending
Unit 1 – The Leisure Industry Today.  What do we mean by the range, scale and importance of the leisure industry?
Midpoint and Distance Formulas
Colors. Color Systems In computer graphics, we use RGB colors. But… –Can it represent all colors? –Is it linear? For example, (1.0, 1.0, 1.0) is white.
Common Logarithms - Definition Example – Solve Exponential Equations using Logs.
Introduction to JPEG m Akram Ben Ahmed
Data-driven Architectural texture mapping Texture mapping Un-textured 3D sceneTextured output Textured Architectures 由于建筑物的3D model和 textures均属于structured.
Compositing and Blending Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
2011 IEEE International Conference on Fuzzy Systems The Development of the Automatic Lane Following Navigation System for the Intelligent Robotic Wheelchair.
Computer Graphics I, Fall 2008 Compositing and Blending.
CSE 185 Introduction to Computer Vision
Midpoint Objective: Students will be able to apply the midpoint formula to find endpoints and midpoints of segments.
EXAMPLE FORMULA DEFINITION 1.
Heechul Han and Kwanghoon Sohn
Section 1.3 Lines.
Introduction to Computer Graphics with WebGL
Point-Slope Form Algebra 1.
Image Processing CS177.
Midpoint and Distance Formulas
Convert Standard to Slope-Intercept
Solving Linear Inequalities in One Unknown
Computer Vision Lecture 4: Color
A Computational Darkroom for BW Photography
Angel: Interactive Computer Graphics5E © Addison-Wesley 2009
Objective Describe how changing slope and y-intercept affect the graph of a linear function. Translations, Rotations, and Reflections. What will happen.
Point Processing CS194: Image Manipulation & Computational Photography
Digital Communication Systems
Digital Communication Systems
A Computational Darkroom for BW Photography
COMS 161 Introduction to Computing
Writing Linear Equations Given Two Points
Graffiti Aug 29-9.
Digital Image Processing
Presentation transcript:

CAGD&C G Color Analogies and its applications reporter:Shuangmin Chen

CAGD&C G Question On TV,we often see that a scene with different seasons show its time flies. Because the speed of changing the films is so fast. I found some pictures about a scene with different seasons on the internet.They are made by the photographers as heard.

CAGD&C G Pictures P1 P2 Any flaws??? Any difficulties???

CAGD&C G Discussion Our question:if we can deal with a picture and can get different seasons pictures,that’s wonderful!But it’s a little difficult. Discussion:Is there any way that we can make it???—maybe

CAGD&C G My job—Color Analogies Two papers: 1.Image Analogies 2.Color Transfer between Images Color Analogies result

CAGD&C G Introduction to the two papers Image Analogies ---Aeron Hertzmann et.al (2001Siggraph) Style transfer

CAGD&C G Introduction to the two papers Color Transfer between Images ---- Erik Reinhard et.al Color transfer

CAGD&C G Guideline Color space introduction —process in color space Formula in Color Transfer between images Similar to a new formula Results show

CAGD&C G Introduction to RGB We can get any color by blending with RGB Definition with cubic

CAGD&C G Introduction to lab color space In Photoshop,the range of l is 0 to 100;and in color palete,the ranges of a and b are both 120 to -120.

CAGD&C G Why decorrelation is better? Apply different operations in different color channels that without undesirable crosschannel artifacts. The data in lab space is more compressed (log space) RGB:correlations between the different channel’s values. (0,0,0) - (255,255,255)

CAGD&C G Guideline Color space introduction —process in color space Formula in Color Transfer between images Analogy to a new formula Results show

CAGD&C G Color constancy correction Subtract the mean from the data points Scale the data points comprising the synthetic image by factors determined by the respective standard deviation

CAGD&C G Color constancy correction add the averages computed for the photagraph. +

CAGD&C G Formula in Color Transfer between images dst:destination(target);src:source; standard deviation m– mean value Linear equation

CAGD&C G Guideline Color space introduction —process in color space Formula in Color Transfer between images Analogy to a new formula Results show

CAGD&C G Analogy to a new formula Color Transfer: BA B’ src dst A,B are given!!!

CAGD&C G Formula in Color Transfer between images linear equation: slope k = ( 注 :src,dst 是已知的 ) through a point:(, ) (1) (2) (3)

CAGD&C G Analogy to a new formula Image Analogies A,A’,B are given!!!

CAGD&C G Analogy to a new formula (1) (2) Details show on blackboard!

CAGD&C G Results show result 1

CAGD&C G Results show result 2

CAGD&C G Results show result 3

CAGD&C G Results show result 4