Skip to content

Overlay of two images using an affine transformation of corresponding points

License

Notifications You must be signed in to change notification settings

fau-lme/affine-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

affine-overlay

Overlay of two images using an affine transformation of corresponding points

This program overlays/blends two images (or their contours) with each other. For this process first three (affine) or more points (perspective) have to be selected at the two images (note: the point order must match). With space you continue to the next view. At the end you see the result, if you want to redo: press r.

Example

Original 1 Overlay Original 2

Requirements

  • Python 2.7.x (with small modifications it should also work with 3.0)
  • OpenCV (tested with 2.4.11)
  • NumPy

About

Overlay of two images using an affine transformation of corresponding points

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages