Skip to content

imkaywu/open3DCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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