panoramas photo

10
Panoramas photo Student:Chi-Wei Huang ID:601410132 2013/1/12

Upload: virgil

Post on 06-Feb-2016

62 views

Category:

Documents


0 download

DESCRIPTION

Panoramas photo. Student:Chi-Wei Huang ID:601410132 2013/1/12. Outline. Introduction Method Use Demo limitation References. Introduction. 動機 ─ 隨著時代的進步,大家越來越注重相片的運用,在課堂上聽到老師介紹全景照片合成,因此對此方向感興趣,作為期末的 project 。 設備平台 ─ CPU: Intel(R) Core(TM)i5-480M ─ Memory:4.00GB - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Panoramas photo

Panoramas photoStudent:Chi-Wei Huang

ID:601410132

2013/1/12

Page 2: Panoramas photo

Outline

IntroductionMethodUseDemo limitationReferences

Page 3: Panoramas photo

Introduction

動機 ─ 隨著時代的進步,大家越來越注重相片的運用,在課堂上聽到老師介紹全景照片合成,因此對此方向感興趣,作為期末的 project 。 設備平台 ─ CPU:Intel(R) Core(TM)i5-480M

─ Memory:4.00GB

─ OS:Windows 7

─ Software:Visual C++ 2010 Professional Edition

─ Other:OpenCV 、 GLUI

Page 4: Panoramas photo

Method 利用 SIFT 去找特徵點作 matching Blend image

─ Laplacian Pyramid Blending

1.Build Laplacian pyramids for each image.

2.Build a Gaussian pyramid of region mask.

3.Blend each level of pyramid using region mask from the same level:

4.Collapse the pyramid to get the final blended image.

Page 5: Panoramas photo

Use

glui 介面 ─ 在 sorce1 、 sorce2 、 sorce3 分別點選想要 的照片。

─ 當選定好照片之後按下 start ,稍待片刻, 當處理完成後,會把結果儲存並且 show 到 銀幕上。

Page 6: Panoramas photo

Demo

影片連結 http://youtu.be/b4wYPllWsT8 測試相片 ─ 採用之前旅遊實際拍攝 ─ 解析度: 3648*2736

連結

Page 7: Panoramas photo

Demo

Page 8: Panoramas photo

limitation

照片限制 ─ 在輸入的照片需要有相似的地方,否則比對結果不良。

Page 9: Panoramas photo

References

上課投影片 ch14 102~118 、 ch27 5~30

Recognising Panoramas [IEEE 2003]M. Brown and D. G. Lowe

{mbrown|lowe}@cs.ubc.ca

Department of Computer Science,

University of British Columbia,

Vancouver, Canada.

OpenCV document

http://opencv.willowgarage.com/documentation/python/index.html

Page 10: Panoramas photo

Thank you!!