GithubHelp home page GithubHelp logo

imagestiching's Introduction

ImageStitching--图像拼接

针对于重叠度低的图像研究基于图像特征匹配的图像拼接,实现多组左右图像对的拼接。

运行环境

基于Visual Studio2015,OpenCV3.4.0和对应的Contrib3.4.0。 可以直接运行压缩包里的DEBUG里的exe文件。

方案选择

基于特征点图像拼接算法有基于SIFT(Scale Invariant Feature Transform)特征、SURF(Speeded Up Robust Features)特征。传统的SIFT算法能够提取更多的特征点,匹配精度高,但是特征提取和匹配是运算复杂,时间空间复杂度高。经测试,SURF特征检测虽然速度快但对于课题的低重叠度图像并不适用,综上所述,本文拟采用基于SIFT特征检测算法的进行图像拼接。

方案设计

流程

特征点提取-->特征点匹配-->图像配准-->图像融合

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.