opencv/modules/python/src2
Huu Nguyen 81b9be1623 Fix implicit narrowing error in initializer list
The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: narrowing conversion of 'PyInt_AsLong(((PyObject*)o))' from 'long int' to 'double' inside { }".

Tested on Clang 5.1.0 and Mac OS X 10.9.4.
2014-09-16 15:30:10 -07:00
..
cv2.cpp Fix implicit narrowing error in initializer list 2014-09-16 15:30:10 -07:00
gen2.py fix namespace conflicts (like cv::inpaint and cv::xphoto::inpaint) 2014-08-21 17:33:21 +04:00
hdr_parser.py remove structured_edge_detection.hpp from blacklist 2014-09-01 13:55:41 +04:00
pycompat.hpp Support PyString_AsString() in Python 3 < 3.3 2013-11-07 23:47:33 -05:00