Skip to content

Commit

Permalink
Update Dependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-gomez authored Jul 19, 2020
1 parent a938469 commit 2b78640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This is a modified version of orb.cpp of OpenCV library. The original code is BS
This is a modified version of the epnp.h and epnp.cc of Vincent Lepetit.
This code can be found in popular BSD licensed computer vision libraries as [OpenCV](https://github.com/Itseez/opencv/blob/master/modules/calib3d/src/epnp.cpp) and [OpenGV](https://github.com/laurentkneip/opengv/blob/master/src/absolute_pose/modules/Epnp.cpp). The original code is FreeBSD.

* *MLPnPsolver.h, MLPnPsolver.cc*.
This is a modified version of the MLPnP of Steffen Urban from [here](https://github.com/urbste/opengv).
The original code is BSD licensed.

* Function *ORBmatcher::DescriptorDistance* in *ORBmatcher.cc*.
The code is from: http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetParallel.
The code is in the public domain.
Expand Down

0 comments on commit 2b78640

Please sign in to comment.