Imager::AnimeFace - Perl extension for Anime-Face
use Imager; use Imager::AnimeFace; use Data::Dumper;
# load imagefile my $im = Imager->new(); $im->read(file => 'anime-imagefile.jpeg');
# detect my $results = detect_animeface($im);
# show result foreach my $face (@{$results}) { print Dumper($face); }
Imager::AnimeFace is a set of functions that implement detection and analysis of Anime-Face.
detect_animeface
Imager(3), Imager::Color(3)