Smithangshu / open3DCV

open source 3D computer vision library

Home Page:https://imkaywu.github.com/open3DCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

open3DCV is a simple, lightweight 3D computer vision library with minimum third-party dependencies. This library includes implementations of many widely used Multiple View Geometry algorithms, some highlights are as follow. Please visit the website for more details. Tutorials on the implementation are here. More to come~

  • Pinhole camera model
  • Feature detector, descriptor extraction
  • Feature Matching
  • Estimation of Fundamental Matrix (7-point, 8-point, robust estimation with RANSAC)
  • Estimation of Essential Matrix (5-point)
  • N-view triangulation
  • A general RANSAC framework
  • Sequential Structure from Motion (SfM)

Contact

Please create an issue or pull request for detected/fixed bugs, or send questions to me.

License

BSD 3-clause

About

open source 3D computer vision library

https://imkaywu.github.com/open3DCV

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 75.8%Language:C 22.6%Language:MATLAB 1.1%Language:Objective-C 0.5%Language:M 0.0%