Metadata-Version: 2.1
Name: i3drsgm
Version: 1.0.6
Summary: Python wrapper for I3DR Semi-Global Matcher
Home-page: https://github.com/i3drobotics/pyi3drsgm
Author: Ben Knight
Author-email: bknight@i3drobotics.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: stereo3d
Requires-Dist: numpy ; python_version == "3.5"
Requires-Dist: numpy (==1.19.3) ; python_version > "3.5"

# PyI3DRSGM
This project is in development by [I3DR](https://i3drobotics.com/) and requires a valid license to run. Contact info@i3drobotics.com for details on attaining a license.

## Install
```
pip install i3drsgm
```

## Features
- 

## Examples
### Example title
```python
```

