Updated cv2.cpp to support Python 3 API.
authorGabe Schwartz <hapemask@gmail.com>
Wed, 12 Jun 2013 20:03:34 +0000 (16:03 -0400)
committerGabe Schwartz <hapemask@gmail.com>
Fri, 14 Jun 2013 00:10:01 +0000 (20:10 -0400)
commitfb9781b97bb913c46b2036540072f6b38efdfd37
tree5fe5c882f665710d84a620478dfc343c164d8dfc
parent931ebab822da3b7924921d5210b28cb0d9486bde
Updated cv2.cpp to support Python 3 API.
Added a header with defines to enable the module to compile with either
python 2 or 3 without changes.
modules/python/src2/cv2.cpp
modules/python/src2/pycompat.hpp [new file with mode: 0644]