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.