N
N
Nikita Dergachov2018-03-23 10:46:08
PHP
Nikita Dergachov, 2018-03-23 10:46:08

How to find differences in pictures?

It is necessary to implement the division of two pictures into 4 parts, and compare these parts to show which part has differences?
5ab4b083ad595689069393.png
What are the image comparison methods?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-03-23
@netolyrg

I did about the same with python3+openCV+scikit-image.
First, I converted images to bw, then calculated SSIM and found the contours of differences and marked them.
In your version, you can either read the SSIM of two images and then count the number of different contours in each of the 4 parts. Either count the SSIM of every fourth part.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question