GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Image::Compare::THRESHOLD(3) User Contributed Perl Documentation Image::Compare::THRESHOLD(3)

Image::Compare::THRESHOLD - Compare two images by by a maximum per-pixel color difference of their pixels.

See the docs for Image::Compare for details on how to use this module. Further documentation is meant for those modifying or subclassing this comparator. See the documentation in Image::Compare::Comparator for general information about making your own comparator subclasses.

setup()
Initializes the return value.
accumulate(\@pixel1, \@pixel2, $x, $y)
This method is called for each pixel in the two images to be compared. If the two pixels' colors are within the threshold in color difference, then the method allows processing to continue. Otherwise, this returns a false value, causing processing to cease and indicating that the two images do not match.
$cmp->get_result()
If this method has been called, it means that accumulate() never short-circuited and therefore none of the pixels in the two images differ by more than the threshold, so this always returns a true value.

Copyright 2008 Avi Finkel <avi@finkel.org>

This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)

2014-12-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.