java image blocks comparison

Skip to end of metadata
Go to start of metadata
One line summary Based on the blog entry: http://mindmeat.blogspot.com/2008/07/java-image-comparison.html it can be shown that a basic jpg image comparision can be achieved with just a few lines of code.                                                                                                                
Detailed description If the tool compares:



with



it outputs an image with the differences



by calculating the difference between the average brightness of the boxes:

|21,20,16,0,1,0,0,0|
|0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0|
|0,0,1,0,1,1,0,1|
|0,0,0,0,1,1,1,0|
|0,1,0,0,0,0,1,1|

If the difference in at least one box has passed the threshold value it outputs false.Match: false
Solution champion Georg Petz
Git link  
Evaluation Concept of comparing boxes has to be further developed.
Tool (link) http://mindmeat.blogspot.com/2008/07/java-image-comparison.html
Issue Identifying missed or duplicated pages
Labels:
de-duplication de-duplication Delete
solution solution Delete
quality_assurance quality_assurance Delete
aqua aqua Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.