Ask Your Question
0

How to find differences between two images

asked 2015-02-22 08:03:29 -0600

nistar gravatar image

My idea now is locating two images, then image subtraction.

But I do not know how to locate these two images.

I need a method, thanks...

image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2015-02-22 10:45:56 -0600

theodore gravatar image

updated 2015-02-22 10:48:15 -0600

My process would be:

  1. find contours
  2. filter contours (e.g. by area, by convexity, etc...) in order to obtain the square ones
  3. pass it a rotated rectangle structure
  4. rotate rectangles
  5. subtract rectangles and obtain differences
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-22 08:03:29 -0600

Seen: 1,635 times

Last updated: Feb 22 '15