GithubHelp home page GithubHelp logo

smith's Introduction

说明文档

编译环境及安装

  • 本次大作业采用Python3.6编译完成
  • 考虑到安装环境比较复杂,故附上requirement.txt文件可一键安装运行环境,步骤如下:

在项目路径下运行cmd,输入pip install -r requirements.txt,等待安装完成即可

代码组成及运行方法

代码组成

  • calibration.py为相机内参标定文档,代码从网上参考得来
  • restoration.py为图像去畸变
  • Featurematching.py中包括了两幅图像的特征点匹配与初步筛选
  • RANSC.py(少打了一个A)中为ransac求取基础矩阵
  • plot.py中为R,t求解与三角化和最后的三维点云重构
  • estimator.py为第三幅图像的位姿估算与3D-2D关系矩阵求解
  • main.py为主文档,运行该文档即可

运行方法

  • 在项目路径下打开cmd,输入python main.py即可
  • 项目分为两个阶段,第一个阶段为输出点云建模,观察完点云后即可关闭窗口,程序继续运行输出各参数结果

其他文件

  • biaoding中存放相机标定所用的照片
  • matchdemo中存放匹配所用的三张照片

smith's People

Contributors

liaohhhhhh avatar

Watchers

 avatar

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.