Computer Photography -Scene Fixed- 601415026 陳立奇.

Slides:



Advertisements
Similar presentations
Development of a system to reproduce the drainage from Tsujun Bridge for environment education Hikari Takehara Kumamoto National College of Technology.
Advertisements

3D Model Matching with Viewpoint-Invariant Patches(VIP) Reporter :鄒嘉恆 Date : 10/06/2009.
RGB-D object recognition and localization with clutter and occlusions Federico Tombari, Samuele Salti, Luigi Di Stefano Computer Vision Lab – University.
Summary of Friday A homography transforms one 3d plane to another 3d plane, under perspective projections. Those planes can be camera imaging planes or.
MASKS © 2004 Invitation to 3D vision Lecture 7 Step-by-Step Model Buidling.
Nikolas Engelhard 1, Felix Endres 1, Jürgen Hess 1, Jürgen Sturm 2, Wolfram Burgard 1 1 University of Freiburg, Germany 2 Technical University Munich,
Pose Estimation TUE. Kim Kyungkoo Active Grasp.
Neurocomputing,Neurocomputing, Haojie Li Jinhui Tang Yi Wang Bin Liu School of Software, Dalian University of Technology School of Computer Science,
Multiple People Detection and Tracking with Occlusion Presenter: Feifei Huo Supervisor: Dr. Emile A. Hendriks Dr. A. H. J. Stijn Oomes Information and.
AAM based Face Tracking with Temporal Matching and Face Segmentation Dalong Du.
Special Topic on Image Retrieval Local Feature Matching Verification.
Object Recognition with Invariant Features n Definition: Identify objects or scenes and determine their pose and model parameters n Applications l Industrial.
SURF: Speeded-Up Robust Features
ACM Multimedia 2008 Feng Liu 1, Yuhen-Hu 1,2 and Michael Gleicher 1.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Real-time Embedded Face Recognition for Smart Home Fei Zuo, Student Member, IEEE, Peter H. N. de With, Senior Member, IEEE.
Visual Odometry Michael Adams CS 223B Problem: Measure trajectory of a mobile platform using visual data Mobile Platform (Car) Calibrated Camera.
Independent Work Project Ideas Fall 2002 Thomas Funkhouser.
Object Recognition with Invariant Features n Definition: Identify objects or scenes and determine their pose and model parameters n Applications l Industrial.
Real-time Combined 2D+3D Active Appearance Models Jing Xiao, Simon Baker,Iain Matthew, and Takeo Kanade CVPR 2004 Presented by Pat Chan 23/11/2004.
Planar Matchmove Using Invariant Image Features Andrew Kaufman.
Automatic Image Alignment (feature-based) : Computational Photography Alexei Efros, CMU, Fall 2006 with a lot of slides stolen from Steve Seitz and.
COS 429 PS3: Stitching a Panorama Due November 4 th.
Lecture 10: Robust fitting CS4670: Computer Vision Noah Snavely.
1Jana Kosecka, CS 223b EM and RANSAC EM and RANSAC.
כמה מהתעשייה? מבנה הקורס השתנה Computer vision.
Research & Innovation 1 An Industry Perspective on VVG Research Oliver Grau BBC Research & Innovation VVG SUMMER SCHOOL '07.
Robust fitting Prof. Noah Snavely CS1114
Automatic Camera Calibration
Yuping Lin and Gérard Medioni.  Introduction  Method  Register UAV streams to a global reference image ▪ Consecutive UAV image registration ▪ UAV to.
Chapter 6 Feature-based alignment Advanced Computer Vision.
A Tutorial on Object Detection Using OpenCV
Advanced Computer Vision Feature-based Alignment Lecturer: Lu Yi & Prof. Fuh CSIE NTU.
IMAGE MOSAICING Summer School on Document Image Processing
Real-Time Cyber Physical Systems Application on MobilityFirst Winlab Summer Internship 2015 Karthikeyan Ganesan, Wuyang Zhang, Zihong Zheng.
Image stitching Digital Visual Effects Yung-Yu Chuang with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac.
1 Digital Image Processing Dr. Saad M. Saad Darwish Associate Prof. of computer science.
Terrorists Team members: Ágnes Bartha György Kovács Imre Hajagos Wojciech Zyla.
Feature-Based Stereo Matching Using Graph Cuts Gorkem Saygili, Laurens van der Maaten, Emile A. Hendriks ASCI Conference 2011.
Advances in digital image compression techniques Guojun Lu, Computer Communications, Vol. 16, No. 4, Apr, 1993, pp
RANSAC Robust model estimation from data contaminated by outliers Ondřej Chum.
Geometric Transformations
A Robust Method for Lane Tracking Using RANSAC James Ian Vaughn Daniel Gicklhorn CS664 Computer Vision Cornell University Spring 2008.
Jack Pinches INFO410 & INFO350 S INFORMATION SCIENCE Computer Vision I.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
Fitting image transformations Prof. Noah Snavely CS1114
Augmented Reality and 3D modelling Done by Stafford Joemat Supervised by Mr James Connan.
Frank Bergschneider February 21, 2014 Presented to National Instruments.
COS 429 PS3: Stitching a Panorama Due November 10 th.
Recognizing specific objects Matching with SIFT Original suggestion Lowe, 1999,2004.
EE 7730 Parametric Motion Estimation. Bahadir K. Gunturk2 Parametric (Global) Motion Affine Flow.
Panorama Tools H2T2 Group Capstone Project. H2T2 Group TungNS Project Manager HoaHM DesignerHuongP DeveloperThoND Tester.
ENTERFACE 08 Project 9 “ Tracking-dependent and interactive video projection ” Mid-term presentation August 19th, 2008.
Invariant Local Features Image content is transformed into local feature coordinates that are invariant to translation, rotation, scale, and other imaging.
OpenCV C++ Image Processing
Zachary Starr Dept. of Computer Science, University of Missouri, Columbia, MO 65211, USA Digital Image Processing Final Project Dec 11 th /16 th, 2014.
Rotoscoping Senior Capstone Project | Ted Trisco
Author : Sang Hwa Lee, Junyeong Choi, and Jong-Il Park
Robot & Vision Lab. Wanjoo Park (revised by Dong-eun Seo)
CENG 789 – Digital Geometry Processing 10- Least-Squares Solutions
SURF detectors and descriptors
A Brief Introduction of RANSAC
SIFT.
CENG 789 – Digital Geometry Processing 11- Least-Squares Solutions
A Tutorial on Object Detection Using OpenCV
Multi-Information Based GCPs Selection Method
Calibration and homographies
MAV Optical Navigation
Approximated Volumetric Reconstruction from Projected Images
Presentation transcript:

Computer Photography -Scene Fixed 陳立奇

Outline Introduction Project Concept The Main Algorithms of Project The Demo Video

Introduction Concept: Make sure the interested region fixed Development: – C++ in Visual Studio 2010 with Webcam – External library: Image Processing: OpenCV Graphical user interface: QT 4.8.2

Introduction Environment: – Scene is in the laboratory – Capture the scene by Webcam

Algorithms Flow Chart Frame In RGB2GRAY Histogram Equalization SURF Features Matching RANSAC Transform Matrix Warping Frame Out

Algorithms RGB2GRAY: Y=0.299*R *G *B + 0*A Histogram Equalization RGBGRAY Histogram Equalization

Algorithms SURF Features Matching – Based on sums of 2D Haar wavelet responses and makes an efficient use of integral images – It uses an integer approximation to the determinant of Hessian blob detector OpenCV Result

Algorithms RANSAC Transform Matrix – RANdom SAmple Consensus 1.A model is fitted to the hypothetical inliers, i.e. all free parameters of the model are reconstructed from the inliers. 2.All other data are then tested against the fitted model and, if a point fits well to the estimated model, also considered as a hypothetical inlier. 3.The estimated model is reasonably good if sufficiently many points have been classified as hypothetical inliers. 4.The model is reestimated from all hypothetical inliers, because it has only been estimated from the initial set of hypothetical inliers. 5.Finally, the model is evaluated by estimating the error of the inliers relative to the model.

Algorithms Warping – the process of digitally manipulating an image such that any shapes portrayed in the image have been significantly distorted Thomas Funkhouser Princeton University C0S 426, Fall 2000

Demo Video ↑ X4 times speed Original Video: Scene FixedScene Fixed 連結

End Thank your attention