Skip to content

alhoo/imagemerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

imagemerge

Program for merging multiple images to one

theory

This program is based on the phase correlation in the frequency domain. Steps in the algorithm:

  • Apply a window function (Hamming window) to each image
  • Calculate the discrete 2D Fourier transformations
  • Calculate the cross-power spectrum by taking the complex conjugate of the second result, multiply the fourier transforms together using the Hadamard product
  • Calculate the inverse Fourier transform
  • Obtain the most likely phase shift at the peak of the inverse Fourier transform

dependencies

  • scipy
  • numpy

usage

python3 imavg.py /path/to/images combined.jpg

About

Program for merging multiple images to one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages