140 likes | 316 Views
Feature-Based Image Metamorphosis. Thaddeus Beier, Shawn Neely ACM SIGGRAPH 92’. 97753003 資碩一 陳界誠. What is Morphing?. Morphing = Warping + Cross-dissolving Generalize image warping with a cross-dissolve between images. Warping: shape transform Distort the first image into second one.
E N D
Feature-Based Image Metamorphosis Thaddeus Beier, Shawn Neely ACM SIGGRAPH 92’ 97753003 資碩一 陳界誠
What is Morphing? • Morphing = Warping + Cross-dissolving • Generalize image warping with a cross-dissolve between images. • Warping: shape transform • Distort the first image into second one. • Cross-dissolving: color transform • First image fade out while second image fade in.
Two way to warp an image • Forward mapping • Scans through the source image pixel by pixel, and copies them to appropriate place in the destination image. • Some pixels is the destination might not be painted. • Reverse mapping • Goes through the destination image pixel by pixel and samples the correct pixel from the source image.
Advantages and Disadvantages • Advantage • It is much more expressive. • Disadvantage • Speed and control • Ghost image: unexpected interpolation image
Michael Jackson • Black or White (1) • Black or White (2)
Process flow Input lines segments Lines interpolation Warping Bilinear lines interpolation Image blending
Image blending • Blend = (1-t)*Src + t*dst , 0 <= t <= 1 T=1 T=0 T=0.5