opencv/modules/python
Pavel Rojtberg 6c1a433c4c python: also catch general c++ exceptions
they might be thrown from third-party code (notably Ogre in the ovis
module).
While Linux is kind enough to print them, they cause instant termination
on Windows.
Arguably, they do not origin from OpenCV itself, but still this helps
understanding what went wrong when calling an OpenCV function.
2021-02-02 21:16:01 +01:00
..
bindings cmake: fix processing order of <wrapper>_bindings_generator 2020-12-03 13:01:46 +00:00
package samples: check for Python 3.9 2020-12-21 14:59:34 +00:00
python2
python3
src2 python: also catch general c++ exceptions 2021-02-02 21:16:01 +01:00
test python: also catch general c++ exceptions 2021-02-02 21:16:01 +01:00
CMakeLists.txt
common.cmake cmake(python): handle PYTHON3_LIMITED_API 2020-03-18 23:10:06 +00:00
python_loader.cmake
standalone.cmake