This class can be used to compare two images to find the differences.
It takes two images and resize them to have 20 by 20 pixels to generate an array with the intensity of the color used in pixels of the resized image.
The class returns a value that evaluates the difference of the intensity of the pixels of the two images.
|
Name: |
Image compare |
Base name: |
im |
Description: |
Compare two images to find the differences |
Version: |
1.0.0 |
PHP version: |
5.0 |
License: |
Artistic License |
|
|
August 2010
Number 3
Prize: One year server license IP to country region city database |
Sometimes you need to compare two images in order to determine how similar they can be in order to determine whether one may have been copied from another.
This class implements a calculation that provides a quantitative measure of the similarity of two images.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
File |
Role |
Description |
img_class.php |
Class |
Main class compare images And example inside |