opencv/modules/python
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
..
python2 Build Python 3 bindings in subdirectory 2014-08-07 00:21:42 -04:00
python3 Build Python 3 bindings in subdirectory 2014-08-07 00:21:42 -04:00
src2 Fix implicit narrowing error in initializer list 2014-09-16 15:30:10 -07:00
test Support Python 2 and 3 in test script 2014-08-07 00:51:48 -04:00
CMakeLists.txt Merge branch 'master' into python2and3 2014-08-07 01:04:26 -04:00
common.cmake remove structured_edge_detection.hpp from blacklist 2014-09-01 13:55:41 +04:00