aip final project

17
AIP Final Project Study and Implementation of Feature-aware Texturing 921509 陸陸陸 922047 陸陸陸

Upload: hisano

Post on 24-Jan-2016

48 views

Category:

Documents


0 download

DESCRIPTION

AIP Final Project. Study and Implementation of Feature-aware Texturing 921509 陸可凡 922047 陳彥銘. Outline. Introduction Process Flow Algorithm Transformations Detail algorithm flow Feature-aware mapping Result Conclusion. Introduction. Ran Gal, Olga Sorkine and Daniel Cohen-Or, - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: AIP Final Project

AIP Final Project

Study and Implementation of Feature-aware Texturing

921509 陸可凡

922047 陳彥銘

Page 2: AIP Final Project

Outline

Introduction Process Flow Algorithm

Transformations Detail algorithm flow Feature-aware mapping

Result Conclusion

Page 3: AIP Final Project

Introduction

Ran Gal, Olga Sorkine and Daniel Cohen-Or,"Feature-aware texturing", EGSR 2006.

Original image mapping and manipulation techniques treat the entire texture image homogeneously.

Page 4: AIP Final Project

Introduction (cont.)

This paper present an inhomogeneous 2D texture mapping method.

The method is capable of preserving the shape of masked regions of the texture while warping the image according to the user specifications.

Page 5: AIP Final Project

Introduction (cont.)

Page 6: AIP Final Project

Process Flow

Given Original Image

Produce Feature Map in Binary

(with user specifications)

Feature-aware Mapping

(with given warping function)

Output Result Image

Page 7: AIP Final Project

Algorithm - Transformations

There are two types of transformation for each quad Warping transformation

Scaling Rotation …etc

Rigid transformation preserve the size of a feature

Page 8: AIP Final Project

Algorithm - Detail algorithm flow

For each quad

Is Feature

Warping transformation

Rigid

transformation

Compute the matrix A and b

Get the warped quads

Interpolate the quads

NO YES

Page 9: AIP Final Project

Algorithm - Feature-aware mapping

Image

Quad

Page 10: AIP Final Project

Algorithm - Feature-aware mapping

Page 11: AIP Final Project

Algorithm - Feature-aware mapping

A x = b

MxN Nx1 Mx1

x1

xN

.

.

.

bx1

.

.

.

bxM

a11 ‧‧‧ a1N

aM1 ‧‧‧ aMN

Page 12: AIP Final Project

Result - Painted Image

Hx4,Wx4

Page 13: AIP Final Project

Result - Painted Image (cont.)

Wx4

Page 14: AIP Final Project

Result - Painted Image (cont.)

Hx4

Page 15: AIP Final Project

Result – Nature Image with Regular Background

Hx2,Wx2

Page 16: AIP Final Project

Result – Nature Image with Irregular Background

Hx2,Wx2

Page 17: AIP Final Project

Conclusion