<div dir="ltr">Thanks to all for the replies, I would like to ask if OpenCV could be proposed as an accepted dependency by IPOL, since it is a widely used library in the field of image processing.<div><br></div><div style>
The code to be submitted also depends on GSL and BOOST, but these can be included on the package to be submitted.</div><div style><br></div><div style>If you would like to check the code, it is available at <a href="https://github.com/v01d/whycon.git">https://github.com/v01d/whycon.git</a></div>
<div style><br></div><div style>This software consists of a pattern localization system for mobile robots.</div><div style><br></div><div style>Thanks again,</div><div style>Javier</div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">2013/8/21 Nicolas Limare <span dir="ltr"><<a href="mailto:nicolas.limare@cmla.ens-cachan.fr" target="_blank">nicolas.limare@cmla.ens-cachan.fr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Javier,<br>
<br>
> The Software Guidelines has a section on external dependencies<br>
> (perhaps you have seen it already):<br>
> <a href="https://tools.ipol.im/wiki/ref/software_guidelines/#external-libraries" target="_blank">https://tools.ipol.im/wiki/ref/software_guidelines/#external-libraries</a><br>
><br>
> Basically, only the libraries libtiff, libpng, libjpeg, zlib, fftw,<br>
> cblas, and clapack are allowed. If you feel very strongly about<br>
> another library, you can request that it be considered.<br>
<br>
</div>These are restrictions on what your code can expect to find "on the<br>
system". But you can also provide everything your code needs (OpenCV<br>
or anything else) with your algorithm code, and prepare it so that<br>
everything is compiled together. The restrictions are then to keep it<br>
as simple, small and well-organized as possible. This is detailed in<br>
the section on "support code"<br>
-> <a href="https://tools.ipol.im/wiki/ref/software_guidelines/#support-code" target="_blank">https://tools.ipol.im/wiki/ref/software_guidelines/#support-code</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Nicolas LIMARE<br>
<a href="http://nicolas.limare.net/" target="_blank">http://nicolas.limare.net/</a>                         pgp:0xFA423F4F<br>
</font></span><br>--<br>
IPOL - Image Processing On Line   - <a href="http://ipol.im/" target="_blank">http://ipol.im/</a><br>
<br>
contact     <a href="mailto:edit@ipol.im">edit@ipol.im</a>          - <a href="http://www.ipol.im/meta/contact/" target="_blank">http://www.ipol.im/meta/contact/</a><br>
news+feeds  twitter @IPOL_journal - <a href="http://www.ipol.im/meta/feeds/" target="_blank">http://www.ipol.im/meta/feeds/</a><br>
announces   <a href="mailto:announce@list.ipol.im">announce@list.ipol.im</a> - <a href="http://tools.ipol.im/mm/announce/" target="_blank">http://tools.ipol.im/mm/announce/</a><br>
discussions <a href="mailto:discuss@list.ipol.im">discuss@list.ipol.im</a>  - <a href="http://tools.ipol.im/mm/discuss/" target="_blank">http://tools.ipol.im/mm/discuss/</a><br>
<br></blockquote></div><br></div>