/python-homlib

Python package for state-of-the-art homography estimation

Primary LanguagePythonMIT LicenseMIT

homlib

Build Status PyPI GitHub Language grade: Python codecov

Python homography library. Classic and state-of-the-art methods for homography estimation. Wrapps the C++/Eigen library HomLib.

Solvers available

List will be updated.

Installation

A pre-alpha release is available at PyPi, and can be installed using

    $ pip install homlib

You may also compile the source code, see "Development".

Development

More info soon.