Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.16 KB

File metadata and controls

25 lines (19 loc) · 1.16 KB

homlib

This repository has been deprecated since the python support is merged with the main repo: 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.