imreg_dft 2.0.0

imreg_dft is your first-choice Python image registration utility. In plain language, it implements means of guessing translation, rotation and scale variation between two images. The name comes from the fact that it doesn’t work with those images directly, but it works with their spectrum (DFT using FFT), and its log-polar transformation, hence the _dft after imreg. You can use the functionality in a form of a command-line tool or as a Python module.

Tags python image-recognition python-module
License BSDL
State beta

Recent Releases

2.0.019 Jun 2016 12:25 minor feature: project documentation typos, added the AUTHORS file. Added support for pyfftw for increased performance. Improved integration with MS Windows. an install that occured when dependencies were not met at install-time. Added documentation for Python constraint interface #15.
1.0.502 May 2015 21:14 minor bugfix: * Fixed project documentation typos, added the AUTHORS file. * Added support for pyfftw for increased performance. * Improved integration with MS Windows. * Fixed an install bug #18 that occured when dependencies were not met at install-time. * Added documentation for Python constraint interface #15