Skip to content

Cenbylin/Python-EPnP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python wrapper for EPnP

Originally used to implement ORBSLAM2 with Python.

This repo will consider supporting more general application scenarios.

Prerequisites

  • A compiler with C++11 support
  • CMake >= 2.8.12
  • Numpy
  • OpenCV 4 (not opencv-python)

Installation

pip install PyEPnP

Or just clone this repository and pip install. Note the --recursive option which is needed for the pybind11 submodule:

git clone --recursive https://github.com/Cenbylin/Python-PyEPnP.git
cd ./Python-PyEPnP
pip install .

Usage

import PyEPnP as pnp

more examples are comming

License

PyDBoW3 is provided under a BSD-style license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

About

Python wrapper for EPnP. Research purpose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published