Skip to content

DACUS1995/image-stacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-stacker

Image stacker used to perform image registration using classic methods.


Requirements:

  • cv2
  • numpy
  • tqdm

Methods supported:

  • Akaze
  • Oriented FAST and Rotated BRIEF (ORB)
  • Enhanced Correlation Coefficient (ECC)

Example run:

python stack.py --method=orb --directory=./images/noisy_images --scale-percent=200 --draw-matches

Releases

No releases published

Packages

No packages published

Languages