Metadata-Version: 2.0
Name: ippe
Version: 0.0.1
Summary: A Python Version of the IPPE algorithms
Home-page: https://github.com/royxue/ippe_py
Author: Toby Collins, Roy Xue
Author-email: toby.collins@gmail.com, xljroy@gmail.com
License: MIT
Keywords: ippe algorithms
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: numpy
Requires-Dist: opencv-python
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

ippe_py
=======================

ippe_py is a python version of Infinitesimal Plane-based Pose Estimation (IPPE) 
algorithms. It was translated from original matlab version from `tobycollins/IPPE
<https://github.com/tobycollins/IPPE>.

