Ask Your Question
0

Is there any option to find the which part of the images are different from other?

asked 2017-09-20 00:06:04 -0600

Prakash iOS gravatar image

updated 2017-09-20 00:06:31 -0600

I'm new to OpenCV, I want to develop the app that needs to find the which part of the images are different from other images.

For example, I have 4 four images, in it small part of the images are different in all images in same co-ordinate. So we need to find the exact co-ordinate.

Thanks in advance.

edit retag flag offensive close merge delete

Comments

Are the images the same size? What happens if you subtract them?

mfisher gravatar imagemfisher ( 2017-09-27 09:58:31 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-10-03 09:24:08 -0600

John_OpenCVdev gravatar image

Find the difference between the images and apply the MinmaxLoc method of OpenCV to find the maximum difference location in the image and use those.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-20 00:06:04 -0600

Seen: 203 times

Last updated: Oct 03 '17