Skip to content

EntropyOrg/Alien-libccv

Repository files navigation

NAME

Alien::libccv - Discover or install libccv

SYNOPSIS

use Alien::libccv;
print Alien::libccv->bin_dir, "\n";

DESCRIPTION

Alien::libccv discovers or installs libccv, a C-based/Cached/Core Computer Vision Library, from https://libccv.org.

METHODS

Alien::libccv inherits all methods from Alien::Base and implemented the following new ones.

has_jpeg_support

Return a Boolean value to signify if Alien::libccv has built libccv with JPEG support. Reading and writing JPEG files requires that libjpeg is available when building Alien::libccv.

has_png_support

Return a Boolean value to signify if Alien::libccv has built libccv with PNG support. Reading and writing PNG files requires that libpng is available when building Alien::libccv. As Alien::PNG is a build dependency, this should always be true.

SEE ALSO

Alien::Build, Alien::Base, https://libccv.org, libpng, libjpeg, https://jpeg.org/jpeg/, Alien::GSL, Alien::PNG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages