Ask Your Question
0

Image comparison after stitching

asked 2014-03-24 20:20:46 -0600

updated 2020-11-12 12:19:49 -0600

Hello All. This is my first time using OpenCV.

I have managed to stitch together a series of photos. What I would like to do is take photos of the same spot tomorrow, stitch them together, and then see if anything has changed from one day to the next.

Is this possible or am I getting ahead of myself.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-03-25 07:33:17 -0600

updated 2014-03-25 07:34:00 -0600

That is perfectly possible if you try some basic operations

  1. After creating both panoramas, align them first by matching interesting keypoints
  2. Apply a histogram equilization to counter for some of lighting variance
  3. Apply some sort of background subtraction algorithm between both images
  4. Use some morphological operations to keep only the largest changes!
edit flag offensive delete link more

Comments

1

Thanks, I will give it a try!

Bigshooter gravatar imageBigshooter ( 2014-03-30 23:12:44 -0600 )edit

Question Tools

Stats

Asked: 2014-03-24 20:20:46 -0600

Seen: 155 times

Last updated: Mar 25 '14