| Imager-Search documentation | view source | Contained in the Imager-Search distribution. |
Imager::Search::Image - Generic interface for a searchable image
Imager::Search::Image is an abstract base class for objects that implement an image to be searched.
The find method compiles the search and target images in memory, and
executes a single search, returning the position of the first match as a
Imager::Search::Match object.
See the SUPPORT section of the main Imager::Search module.
Adam Kennedy <adamk@cpan.org>
Copyright 2007 - 2011 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| Imager-Search documentation | view source | Contained in the Imager-Search distribution. |