资 源 简 介
This is a program in Java that compares any 2 images and shows the differences visually.
Implementation use only standard JDK features, no 3rd party libraries.
Pixels (with the same coordinates in two images)may be visually similar, but have
different values of RGB. We mark pixel as "different" if difference between them is more than 10%.
Differences are shown as a generated output image with different regions highlighted in red.