FFT based image registration
Project description
Imreg is a Python library that implements an FFT-based technique for translation, rotation and scale-invariant image registration [1].
- Author:
- License:
BSD 3-Clause
- Version:
2022.9.27
Requirements
Matplotlib 3.3 (optional for plotting)
Revisions
2022.9.27
Fix scipy.ndimage DeprecationWarning.
Notes
Imreg is no longer being actively developed.
This implementation is mainly for educational purposes.
An improved version is being developed at https://github.com/matejak/imreg_dft.
References
An FFT-based technique for translation, rotation and scale-invariant image registration. BS Reddy, BN Chatterji. IEEE Transactions on Image Processing, 5, 1266-1271, 1996
An IDL/ENVI implementation of the FFT-based algorithm for automatic image registration. H Xiea, N Hicksa, GR Kellera, H Huangb, V Kreinovich. Computers & Geosciences, 29, 1045-1055, 2003.
Image Registration Using Adaptive Polar Transform. R Matungka, YF Zheng, RL Ewing. IEEE Transactions on Image Processing, 18(10), 2009.
Examples
>>> im0 = imread('t400') >>> im1 = imread('Tr19s1.3') >>> im2, scale, angle, (t0, t1) = similarity(im0, im1) >>> imshow(im0, im1, im2)
>>> im0 = imread('t350380ori') >>> im1 = imread('t350380shf') >>> t0, t1 = translation(im0, im1) >>> t0, t1 (20, 50)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for imreg-2022.9.27-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c150ce6f1918654a2723ccc2b66d6b67356a3064823de92d9b713b9c31b78b3 |
|
MD5 | d98462dc40f8f22d70f656a54667894a |
|
BLAKE2b-256 | eb9cace5f32f2fad891488058c83f46ff3bc970b4f0cec3a6e13949a1470491f |