Imager::AnimeFace - Perl extension for Anime-Face


NAME

Imager::AnimeFace - Perl extension for Anime-Face


SYNOPSIS


  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);
  }


DESCRIPTION

Imager::AnimeFace is a set of functions that implement detection and analysis of Anime-Face.

EXPORT

detect_animeface


SEE ALSO

Imager(3), Imager::Color(3)


AUTHOR

http://anime.udp.jp/ <nagadomi@nurs.or.jp>