Portraiture Morphing Presented by Fung, Chau-ha Jenice.

Slides:



Advertisements
Similar presentations
15-Nov-13www.fakengineer.com Seminar O n morphing.
Advertisements

Pattern-based Texture Metamorphosis Z. Liu, C. Liu, and H. Shum Microsoft Research Asia Y. Yu UIUC.
Morphing & Warping 2D Morphing Involves 2 steps 1.Image warping “get features to line up” 2.Cross-dissolve “mix colors” (fade-in/fadeout transition)
CSE554Extrinsic DeformationsSlide 1 CSE 554 Lecture 10: Extrinsic Deformations Fall 2014.
Morphing CSE 590 Computational Photography Tamara Berg.
Morphing. What is Morphing Morphing is an effect that can be used to manipulate still images or to create interesting animated transformations. Morphing.
2-D IMAGE MORPHING.
2D preobrazba (morphing). 2D preobrazba dekle-tiger.
Feature-Based Image Metamorphosis Thaddeus Beier Shawn Neely SIGGRAPH 1992.
Non-Rigid Registration. Why Non-Rigid Registration  In many applications a rigid transformation is sufficient. (Brain)  Other applications: Intra-subject:
Image Morphing : Rendering and Image Processing Alexei Efros.
Image Morphing Tong-Yee Lee. Image Morphing Animate transitions between two images Specify Correspondence Warping Blending.
Image Morphing : Computational Photography Alexei Efros, CMU, Fall 2005 © Alexey Tikhonov.
Image Morphing, Triangulation CSE399b, Spring 07 Computer Vision.
Image warping/morphing Digital Video Special Effects Fall /10/17 with slides by Y.Y. Chuang,Richard Szeliski, Steve Seitz and Alexei Efros.
Image Morphing, Thin-Plate Spline Model CSE399b, Spring 07 Computer Vision
Computer Animation Algorithms and Techniques
Introduction to Machine Vision Systems
Chapter 11 ANIMATION  Group Name: Creative Web World  Jose T Barriga  Claudia L. Espinosa  Ranjana Agarwal.
Image Morphing CSC320: Introduction to Visual Computing
MORPHING Presentation By: SWARUP DEEPIKA JAGMOHAN Date: 22 OCT 2002 Course: COMPUTER GRAPHICS.
CSCE 441: Computer Graphics Image Warping/Morphing Jinxiang Chai.
Chapter 3: Image Restoration Geometric Transforms.
Cartographic Applications
BACKGROUND LEARNING AND LETTER DETECTION USING TEXTURE WITH PRINCIPAL COMPONENT ANALYSIS (PCA) CIS 601 PROJECT SUMIT BASU FALL 2004.
Image Warping / Morphing
Image warping/morphing Digital Visual Effects Yung-Yu Chuang with slides by Richard Szeliski, Steve Seitz, Tom Funkhouser and Alexei Efros.
Geometric Operations and Morphing.
Project 2 Review Image Morphing. Objective: You will produce a morph animation of your face into another person's face or any object you prefer. 60 frames.
Image warping/morphing Digital Visual Effects Yung-Yu Chuang with slides by Richard Szeliski, Steve Seitz, Tom Funkhouser and Alexei Efros.
Similar Figures Similar Figures Definition of Similar Figures Similar figures are figures that have the same shape but not necessarily the same size. Example:
Computer Animation Algorithms and Techniques Chapter 4 Interpolation-based animation.
3D animation is rendered clip of animated 3D objects in a 3D environment. An example: Examples of movies released in 3D are Toy Story, Cars, Shrek, Wall-E,
Image Warping and Morphing cs195g: Computational Photography James Hays, Brown, Spring 2010 © Alexey Tikhonov.
Advanced Multimedia Warping & Morphing Tamara Berg.
CS559: Computer Graphics Lecture 8: Warping, Morphing, 3D Transformation Li Zhang Spring 2010 Most slides borrowed from Yungyu ChuangYungyu Chuang.
Image Morphing ( Computational Photography) Jehee Lee Seoul National University With a lot of slides stolen from Alexei Efros and Seungyong Lee.
Deformation using interpolation CSE 3541 Matt Boggus.
Image warping Li Zhang CS559
Image Warping and Morphing : Computational Photography Alexei Efros, CMU, Fall 2011 © Alexey Tikhonov.
Image Warping and Morphing © Alexey Tikhonov CS194: Image Manipulation & Computational Photography Alexei Efros, UC Berkeley, Fall 2015.
Multimedia Programming 10: Image Morphing
What is Digital Image processing?. An image can be defined as a two-dimensional function, f(x,y) # x and y are spatial (plane) coordinates # The function.
Example: warping triangles Given two triangles: ABC and A’B’C’ in 2D (12 numbers) Need to find transform T to transfer all pixels from one to the other.
College of Computer and Information Science, Northeastern UniversityMarch 8, CS U540 Computer Graphics Prof. Harriet Fell Spring 2007 Lecture 34.
CS559: Computer Graphics Lecture 7: Image Warping and Panorama Li Zhang Spring 2008 Most slides borrowed from Yungyu ChuangYungyu Chuang.
Introduction To IBR Ying Wu. View Morphing Seitz & Dyer SIGGRAPH’96 Synthesize images in transition of two views based on two images No 3D shape is required.
CONTENTS:  Introduction.  Face recognition task.  Image preprocessing.  Template Extraction and Normalization.  Template Correlation with image database.
Image warping/morphing Digital Visual Effects, Spring 2006 Yung-Yu Chuang 2005/3/15 with slides by Richard Szeliski, Steve Seitz and Alexei Efros.
Deformation techniques
Image Morphing © Zooface Many slides from Alexei Efros, Berkeley.
2D preobrazba (morphing)
CS1315: Introduction to Media Computation
Prof. Harriet Fell Spring 2009 Lecture 34 – March 25, 2009
Jeremy Bolton, PhD Assistant Teaching Professor
Image warping/morphing
Computational Photography Derek Hoiem, University of Illinois
Advanced Computer Animation Techniques
Computational Photography Derek Hoiem, University of Illinois
Image Warping and Morphing
Image warping/morphing
Outline Announcement Local operations (continued) Linear filters
Implementation of 2D stress-strain Finite Element Modeling on MATLAB
Feature-Based Warping
Morphing WU PO-HUNG.
MP4 Walkthrough Video Animation
Feature-Based Warping
Computer Graphics: Image Warping/Morphing
Image Morphing using mesh warp and feature based warp
Presentation transcript:

Portraiture Morphing Presented by Fung, Chau-ha Jenice

Outline Problem Statement Prior Art: Portraiture Morphing Approaches Results Conclusion Future Works

Problem Statement Image morphing == Image metamorhposis Creating a smooth transformation of one digital image to another Application: Movie Criminal Matching Plastic Surgeon

Problem Statement Basic techniques used: Cross dissolve A source image is faded out while letting a destination image faded in simultaneously, to create a smoothing of one to another Image warping It is a technique that involves geometrical transformation and interpolation of objects.

Problem Statement Cross Dissolve Result:

Problem Statement Image warping Result:

Problem Statement Image warping Result:

Problem Statement Visual Effect depends on Transition Control How importance is each pixel in the morphing process? Smoothness Will the changes give smooth result?

Problem Statement Transition Control and Smoothness

Problem Statement Existence Approaches: Mesh Warping Field Morphing Radial Basis Function Energy minimization Multilevel Free-Form Deformation Work minimization

Portraiture Morphing Field Morphing Use of control lines For each pixel X in the destination image find the corresponding u,v find the X' in the source image for that u,v: destinationImage(X) = sourceImage(X')

Portraiture Morphing Mathematical Equations:

Portraiture Morphing Face ratio Eye level Width of eye Mouth level Width of mouth

Approaches Software tool: Matlab Procedure: Locate the feature Control lines Remap the pixels Interpolate the value of pixels

Results

Result

What have been done? Survey on Image morphing method Field Morphing Artistic face ratio Implementation

What can be done? Face prediction Application: Use of one generation’s images to predict the preceding generation and succeeding generation 3D Face morphing Apply the sculpture dimension on art to construct or morph the 3D face.

The End