Ask Your Question
0

Extract common part of images [closed]

asked 2015-07-06 16:27:36 -0600

bjorn89 gravatar image

Hi, I'm writing a program that find differences between images. For now, I'm finding features with AKAZE, so I've the common point of the 2 images. The problem is that these 2 images have only a part in common. How can I extract the common part from both images? For better explanation: I need to extract the common part from the first image and then from the second, so I can do absdiff for finding difference.

Thanks to all!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by berak
close date 2015-07-13 09:46:25.213930

Comments

Give us some samples, since this depends heavily on how you are going to use this functionality.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-07-07 07:47:26 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-07-13 09:25:25 -0600

bjorn89 gravatar image

I've resolved by using homography to map the common part from one image to another so I can crop it out!

edit flag offensive delete link more

Comments

1

it was nice if you had explained your solution by adding some code

sturkmen gravatar imagesturkmen ( 2015-07-13 11:57:56 -0600 )edit

I'll add it as soon as possible!

bjorn89 gravatar imagebjorn89 ( 2015-07-23 15:23:30 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-07-06 16:27:36 -0600

Seen: 360 times

Last updated: Jul 13 '15