Code Monkey home page Code Monkey logo

3dv_tutorial's Introduction

An Invitation to 3D Vision: A Tutorial for Everyone

An Invitation to 3D Vision is an introductory tutorial on 3D computer vision (a.k.a. geometric vision or visual geometry or multiple-view geometry). It aims to make beginners understand basic theories on 3D vision and implement its applications using OpenCV. In addition to tutorial slides, example codes are provided in the purpose of education. They include simple but interesting and practical applications. The example codes are written as short as possible (mostly less than 100 lines) to be clear and easy to understand.

What does its name come from?

  • The main title, An Invitation to 3D Vision, came from a legendary book by Yi Ma, Stefano Soatto, Jana Kosecka, and Shankar S. Sastry. We wish that our tutorial will be the first gentle invitation card for beginners to 3D vision and its applications.
  • The subtitle, for everyone, was inspired from Prof. Kim's online lecture (in Korean). Our tutorial is also intended not only for students and researchers in academia, but also for hobbyists and developers in industries. We tried to describe important and typical problems and their solutions in OpenCV. We hope readers understand it easily without serious mathematical background.

Lecture Slides

Example Codes

  • Section 1. Introduction [slides]
  • Section 2. Single-view Geometry [slides]
  • Section 3. Two-view Geometry [slides]
  • Section 4. Solving Problems [slides]
    • Solving Linear Equations in 3D Vision
    • Solving Nonlinear Equations in 3D Vision
  • Section 5. Finding Correspondence [slides]
    • Feature Points and Descriptors
      • Harris corner
      • Feature point comparison
    • Feature Matching and Tracking
      • Feature matching comparison
      • Feature tracking with KLT tracker
    • Outlier Rejection
      • Line fitting with RANSAC [python] [cpp]
      • Line fitting with M-estimators [python] [cpp]
      • Fundamental matrix estimation with RANSAC
      • Fundamental matrix estimation with M-estimator
  • Section 6. Multiple-view Geometry
    • Bundle Adjustment
    • Structure-from-Motion (SfM)
      • Global SfM
      • Incremental SfM
  • Section 7. Visual SLAM and Odometry

License

Authors

Acknowledgement

The authors thank the following contributors and projects.

3dv_tutorial's People

Contributors

cjh1995-ros avatar sunglok 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.