opencv/modules/python/src2
Mike Izbicki ac47c0c624 fix to work with python 2.6
I had to make this modification locally to get opencv to build with python 2.6.  Python 2.6 requires indices in the format string (the `0` I added).  This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
2015-01-02 14:41:44 -08:00
..
cv2.cpp extending stitching module for Java and Python bindings 2014-09-27 19:35:49 +04:00
gen2.py fix to work with python 2.6 2015-01-02 14:41:44 -08:00
hdr_parser.py Mod: Open header files with io.open for Python 2/3 compatibility. 2014-11-10 21:09:43 +08:00
pycompat.hpp Support PyString_AsString() in Python 3 < 3.3 2013-11-07 23:47:33 -05:00