Alien::libccv - Discover or install libccv
use Alien::libccv;
print Alien::libccv->bin_dir, "\n";
Alien::libccv discovers or installs libccv, a C-based/Cached/Core Computer Vision Library, from https://libccv.org.
Alien::libccv inherits all methods from Alien::Base and implemented the following new ones.
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.
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.
Alien::Build, Alien::Base, https://libccv.org, libpng, libjpeg, https://jpeg.org/jpeg/, Alien::GSL, Alien::PNG