Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 796 Bytes

Surface Matching using Point Pair Features

As part of Google Summer of Code 2014, this project constitutes my developments of a surface matching module into OpenCV. The general approach is based on [1]. The sample file is included within the main module, and also the test data. The actual module will soon be integrated into OpenCV, hopefully with better samples and documentation.

Dependencies:

References:

[1] Model globally, match locally: Efficient and robust 3D object recognition B Drost, M Ulrich, N Navab, S Ilic - Computer Vision and Pattern Recognition (CVPR), 2010

More Information: Tolga Birdal