[Numpy-discussion] Open CV 3.0 + NPY_RELAXED_STRIDES

Jaime Fernández del Río jaime.frio at gmail.com
Wed Jun 10 20:53:25 EDT 2015


I'm in the midst of a Python 3.5 + MSVS 2015 compilation frenzy. Today it
was time for Open CV 3.0, where I found a nasty bug that I have eventually
tracked down to using a development version of NumPy, and Open CV 3.0
 choking on relaxed strides, as it does a check that every stride is a
multiple of the itemsize.

I was thinking of submitting a patch to opencv to fix this, but was
wondering whether we have plans to eventually have relaxed strides out in
the wild in user releases, or is it just a testing tool for development?

Jaime
-- 
(\__/)
( O.o)
( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes
de dominación mundial.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150610/64952127/attachment.html>


More information about the NumPy-Discussion mailing list