https://github.com/daisukekobayashi/pocpy
Phase Only Correlation in Python
https://github.com/daisukekobayashi/pocpy
image-processing image-registration python
Last synced: 2 months ago
JSON representation
Phase Only Correlation in Python
- Host: GitHub
- URL: https://github.com/daisukekobayashi/pocpy
- Owner: daisukekobayashi
- License: mit
- Created: 2013-12-11T11:00:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T10:20:23.000Z (over 5 years ago)
- Last Synced: 2025-12-15T08:54:58.584Z (6 months ago)
- Topics: image-processing, image-registration, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 11
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```