Metadata-Version: 2.1
Name: pocpy
Version: 0.1.0
Summary: Phase Only Correlation in Python
Home-page: https://github.com/daisukekobayashi/pocpy
Author: Daisuke Kobayashi
Author-email: daisuke@daisukekobayashi.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: opencv-python

# pocpy (Phase Only Correlation in Python)

This repository contains implementations of phase only correlation and rotation invariant phase only correlation in python.

## Installing pocpy

```console
$ pip install pocpy
```


