"OpenCV" Panorama stitching

Source: Internet
Author: User

Starting from the official version of OpenCV3.0, features2d in some of the interface, moved to the additional library xfeatures2d, wherein there is SIFT, surf feature detection method, but the normal download installation OPENCV does not include additional libraries, because the additional library is not stable, Still in the continuous improvement, if with xfeatures2d appeared the mystery のbug, then so ...

Additional Library Configuration Guide:

https://nishantnath.com/2015/10/19/open-cv-3-x-adding-contrib-support-to-default-installation/

Http://www.cnblogs.com/asmer-stone/p/5089764.html

Additional library source on Github:

Https://github.com/Itseez/opencv_contrib/tree/master/modules/xfeatures2 D

Read the Readme carefully before installing

I'm the split line ***************************************************.

Detail Code/REPORT:HTTPS://GITHUB.COM/CHEERM/OPENCV_STITCH2

1. Preprocessing

If the large image splicing, we must first narrow the transformation matrix H, or accidentally burst the memory ...

Grayscale transformation

Cylindrical projection

If the picture is reversed, rotate the angle first so that it can be stitched horizontally.

2. Corner Point Detection

  

3. Description Child

  

4. Matching & Finding the transformation matrix

  

  

5. Final stitching

  

Results (No fusion:

  

"OpenCV" Panorama stitching

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.