Ask Your Question
0

How to Align two images

asked 2017-03-31 14:26:57 -0600

JavaD gravatar image

I am new to OpenCV and I need some help ..

Objective : I am trying to highlight the difference between two images

Problem : If the images differ in the position , the program highlights the whole image

How can I Align the images so that each feature in one image will be placed on the same feature in the second image , and eventually remove the outliers.

I used the following steps :

  1. import the 2 images
  2. convert them into grayScale
  3. get the features by Feature-detector
  4. use Find Homograpy
  5. Use Absdiff
  6. Highlight the difference

I been told to use WarpPrescriptive but I didn't know how to use it

If anyone can help me please

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-11-19 05:33:57 -0600

Hi

I am having the same problem. Have you managed to solve this ?

Thank you.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-31 14:26:57 -0600

Seen: 549 times

Last updated: Mar 31 '17