Metadata-Version: 2.1
Name: pydbow
Version: 0.1.2
Summary: Python Implementation of Bags of Binary Words
Home-page: https://github.com/goktug97/PyDBoW
Author: Göktuğ Karakaşlı
Author-email: karakasligk@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Bags of Binary Words
===================================

PyDBoW is a Python implementation of Bags of Binary Words algorithm.

## Requirements

- OpenCV
- numpy

## Installation

``` bash
pip install pydbow
```

## Usage

Refer to [demo.ipynb](https://github.com/goktug97/PyDBoW/tree/master/demo.ipynb) and
[demo.py](https://github.com/goktug97/PyDBoW/tree/master/demo.py) for example usage.

## Running tests

``` bash
python -m pytest
```

## License
PyDBoW is licensed under the MIT License.

Images are taken from https://github.com/commaai/comma10k 


