compiling OpenCV without exception support
Is there any way to compile OpenCV without exception support ? Even the 3.4 branch has non-OpenCV exceptions: https://github.com/opencv/opencv/blob... Are there any tests to prevent code to use std::exception ? Thx
use master branch : opencv 4
CATCH_ALL_AND_LOG
that helps but it is not complete. One way is to change the behavior of the cv::Exception. But there are still some std::exceptions in the code.