Skip to content

arve0/imreg_dft

 
 

Repository files navigation

imreg_dft

Latest Version on PyPi Build Status Documentation Status

Overview

Image registration using discrete Fourier transform.

Given two images, imreg_dft can calculate difference between scale, rotation and position of imaged features. Given you have the requirements, you can start aligning images in about five minutes! Check the documentation on readthedocs.org (bleeding-edge) or pythonhosted.org (with images).

Features

  • Image pre-processing options (frequency filtration, image extension).
  • Under-the-hood options exposed (iterations, phase correlation filtration).
  • Command-line interface (text output and/or image output).
  • Documented Python API with examples.
  • Permissive open-source license (3-clause BSD).

Project facts

  • The project is written in pure Python.
  • Essentially requires only numpy and scipy (RHEL7-safe).
  • Includes quickstart documentation and example data files.
  • Per-commit tests and documentation (see badges under the heading).
  • Originally developed by Christoph Gohlke (University of California, Irvine, USA)
  • Currently developed by Matěj Týč (Brno University of Technology, CZ)

About

Image registration using discrete Fourier transform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • Makefile 3.8%
  • Shell 2.8%