[IPOL discuss] OpenCV and IPOL

Nicolas Limare nicolas.limare at cmla.ens-cachan.fr
Wed Aug 21 09:26:32 CEST 2013


Javier,

> The Software Guidelines has a section on external dependencies
> (perhaps you have seen it already):
> https://tools.ipol.im/wiki/ref/software_guidelines/#external-libraries
> 
> Basically, only the libraries libtiff, libpng, libjpeg, zlib, fftw,
> cblas, and clapack are allowed. If you feel very strongly about
> another library, you can request that it be considered.

These are restrictions on what your code can expect to find "on the
system". But you can also provide everything your code needs (OpenCV
or anything else) with your algorithm code, and prepare it so that
everything is compiled together. The restrictions are then to keep it
as simple, small and well-organized as possible. This is detailed in
the section on "support code"
-> https://tools.ipol.im/wiki/ref/software_guidelines/#support-code


-- 
Nicolas LIMARE
http://nicolas.limare.net/                         pgp:0xFA423F4F
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://tools.ipol.im/mailman/archive/discuss/attachments/20130821/5ae3a55f/attachment.pgp>


More information about the discuss mailing list