opencv/modules/imgproc
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference
Exceptions caught by value incur needless cost in C++, most of them can
be caught by const-reference, especially as nearly none are actually
used. This could allow compiler generate a slightly more efficient code.
2018-10-16 22:43:54 +02:00
..
doc Rewite polar transforms (#11323) 2018-04-17 15:50:52 +03:00
include/opencv2 Merge pull request #12777 from UnderscoreAsterisk:document-cvtColorTwoPlane 2018-10-09 15:49:17 +03:00
misc/java resolve #5788 2018-08-31 00:59:00 +09:00
perf imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 2018-10-11 04:37:12 +02:00
src Catch exceptions by const-reference 2018-10-16 22:43:54 +02:00
test change area() emptiness checks to empty() 2018-10-13 21:35:10 +02:00
CMakeLists.txt imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 2018-10-11 04:37:12 +02:00