Line Matching Jonghee Park GIST CV-Lab..  Lines –Fundamental feature in many computer vision fields 3D reconstruction, SLAM, motion estimation –Useful.

Slides:



Advertisements
Similar presentations
Distinctive Image Features from Scale-Invariant Keypoints
Advertisements

Feature Detection. Description Localization More Points Robust to occlusion Works with less texture More Repeatable Robust detection Precise localization.
Distinctive Image Features from Scale-Invariant Keypoints David Lowe.
BRIEF: Binary Robust Independent Elementary Features
Group Meeting Presented by Wyman 10/14/2006
Presented by Xinyu Chang
Human Identity Recognition in Aerial Images Omar Oreifej Ramin Mehran Mubarak Shah CVPR 2010, June Computer Vision Lab of UCF.
CSE 473/573 Computer Vision and Image Processing (CVIP)
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
Computer vision: models, learning and inference Chapter 13 Image preprocessing and feature extraction.
TP14 - Local features: detection and description Computer Vision, FCUP, 2014 Miguel Coimbra Slides by Prof. Kristen Grauman.
Image and video descriptors
Activity Recognition Aneeq Zia. Agenda What is activity recognition Typical methods used for action recognition “Evaluation of local spatio-temporal features.
Distinctive Image Features from Scale- Invariant Keypoints Mohammad-Amin Ahantab Technische Universität München, Germany.
Matching with Invariant Features
SURF: Speeded-Up Robust Features
Effective Image Database Search via Dimensionality Reduction Anders Bjorholm Dahl and Henrik Aanæs IEEE Computer Society Conference on Computer Vision.
Feature extraction: Corners 9300 Harris Corners Pkwy, Charlotte, NC.
Last Time Pinhole camera model, projection
EE663 Image Processing Edge Detection 2 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Automatic Image Alignment (feature-based) : Computational Photography Alexei Efros, CMU, Fall 2005 with a lot of slides stolen from Steve Seitz and.
Distinctive Image Feature from Scale-Invariant KeyPoints
Distinctive image features from scale-invariant keypoints. David G. Lowe, Int. Journal of Computer Vision, 60, 2 (2004), pp Presented by: Shalomi.
Object Recognition Using Distinctive Image Feature From Scale-Invariant Key point D. Lowe, IJCV 2004 Presenting – Anat Kaspi.
Scale Invariant Feature Transform (SIFT)
Lecture 3a: Feature detection and matching CS6670: Computer Vision Noah Snavely.
Automatic Image Alignment (feature-based) : Computational Photography Alexei Efros, CMU, Fall 2006 with a lot of slides stolen from Steve Seitz and.
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
Multiple Object Class Detection with a Generative Model K. Mikolajczyk, B. Leibe and B. Schiele Carolina Galleguillos.
Scale-Invariant Feature Transform (SIFT) Jinxiang Chai.
Distinctive Image Features from Scale-Invariant Keypoints By David G. Lowe, University of British Columbia Presented by: Tim Havinga, Joël van Neerbos.
Computer vision.
Final Exam Review CS485/685 Computer Vision Prof. Bebis.
Internet-scale Imagery for Graphics and Vision James Hays cs195g Computational Photography Brown University, Spring 2010.
1 Interest Operators Harris Corner Detector: the first and most basic interest operator Kadir Entropy Detector and its use in object recognition SIFT interest.
Local invariant features Cordelia Schmid INRIA, Grenoble.
Reporter: Fei-Fei Chen. Wide-baseline matching Object recognition Texture recognition Scene classification Robot wandering Motion tracking.
December 9, 2014Computer Vision Lecture 23: Motion Analysis 1 Now we will talk about… Motion Analysis.
Wenqi Zhu 3D Reconstruction From Multiple Views Based on Scale-Invariant Feature Transform.
Feature extraction: Corners 9300 Harris Corners Pkwy, Charlotte, NC.
Distinctive Image Features from Scale-Invariant Keypoints Ronnie Bajwa Sameer Pawar * * Adapted from slides found online by Michael Kowalski, Lehigh University.
Jack Pinches INFO410 & INFO350 S INFORMATION SCIENCE Computer Vision I.
A Tutorial on using SIFT Presented by Jimmy Huff (Slightly modified by Josiah Yoder for Winter )
Multi Scale CRF Based RGB-D Image Segmentation Using Inter Frames Potentials Taha Hamedani Robot Perception Lab Ferdowsi University of Mashhad The 2 nd.
Image features and properties. Image content representation The simplest representation of an image pattern is to list image pixels, one after the other.
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
Image Features (I) Dr. Chang Shu COMP 4900C Winter 2008.
Instructor: Mircea Nicolescu Lecture 10 CS 485 / 685 Computer Vision.
Recognizing specific objects Matching with SIFT Original suggestion Lowe, 1999,2004.
CSCI 631 – Foundations of Computer Vision March 15, 2016 Ashwini Imran Image Stitching.
Distinctive Image Features from Scale-Invariant Keypoints Presenter :JIA-HONG,DONG Advisor : Yen- Ting, Chen 1 David G. Lowe International Journal of Computer.
Keypoint extraction: Corners 9300 Harris Corners Pkwy, Charlotte, NC.
Correspondence and Stereopsis. Introduction Disparity – Informally: difference between two pictures – Allows us to gain a strong sense of depth Stereopsis.
Invariant Local Features Image content is transformed into local feature coordinates that are invariant to translation, rotation, scale, and other imaging.
SIFT.
SIFT Scale-Invariant Feature Transform David Lowe
CS262: Computer Vision Lect 09: SIFT Descriptors
Lecture 13: Feature Descriptors and Matching
Presented by David Lee 3/20/2006
Distinctive Image Features from Scale-Invariant Keypoints
Local features: main components
Scale Invariant Feature Transform (SIFT)
TP12 - Local features: detection and description
Local features: detection and description May 11th, 2017
Feature description and matching
Aim of the project Take your image Submit it to the search engine
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
SIFT.
Feature descriptors and matching
Presented by Xu Miao April 20, 2005
Presentation transcript:

Line Matching Jonghee Park GIST CV-Lab.

 Lines –Fundamental feature in many computer vision fields 3D reconstruction, SLAM, motion estimation –Useful features in low-textured and man-made structure  Stereo Technology –Assume that depth discontinuity mainly occurs nearby edges –Applied vehicle, robot and aerial systems because of its low cost and depth information  To apply lines into practical stereo systems, computational complexity is critical issue for real-time performance. Introduction 2

 Line matching with pre-processing –Usually, point matching is conducted to find geometric relations between features and scenes Scale and rotation [CVPR12], fundamental matrix and tri-pocal tensor [CVPR97] –Point matching takes long time because of feature extraction in scale space and construction of HOG  Line matching without pre-processing –Grouping based matching Make groups or clusters lines for distinctive similarity measure according to the topological relation LS[ICCV09] takes long time because of intensive 2D search for making multiple clusters –Individual matching Match lines individually without topological relation MSLD[PR12] makes multiple HOG for a line Previous works 3

MSLD: A robust descriptor for line matching Zhiheng Wang, Fuchao Wu, and Zhanyi Hu National Lab. Of Pattern Recognition PR 2009 Jonghee Park GIST CV-Lab.

Pixel Support Region 5 Orientation

 Rotation relation of gradients between two images  Approximation  Weighting with gaussian kernel like SIFT  Interpolation along orientation direction for boundary effect Sub-region Representation 6 Gradient Distance from line

 Each sub-region has following 4 dimension feature vector  Gradient description matrix  To cover line length variantion Sub-region Representation 7

MSLD Matching result 8

Line Matching with Binary Costs Jonghee Park GIST CV-Lab.

Comparison 10

Matching Results 11