The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Image::libsiftfast - perl wrapper of siftfast command

SYNOPSIS

  use Image::libsiftfast;

  my $sift            = Image::libsiftfast->new;
  my $feature_vectors = $sift->extract_features("test.pnm");

DESCRIPTION

Image::libsiftfast is a siftfast command wrapper.

AUTHOR

Takeshi Miki <miki@cpan.org>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.