opencv/modules/imgproc
Vincent Rabaud 1a1a7bbbfd
Merge pull request #21112 from vrabaud:3.4_luv_overflow
* Fix integer overflow in cv::Luv2RGBinteger::process.

For LL=49, uu=205, vv=23, we end up with x=7373056 and y=458
which overflows y*x.

* imgproc(test): adjust test parameters to cover SIMD code
2021-12-01 15:46:03 +03:00
..
doc Add conventional Bayer naming. 2021-11-02 20:17:57 +01:00
include/opencv2 Merge pull request #21030 from tv3141:fix_seg_fault_houghlinespointset 2021-11-10 22:15:38 +03:00
misc/java imgproc: fix minAreaRect() 2020-12-10 08:57:58 +00:00
perf Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
src Merge pull request #21112 from vrabaud:3.4_luv_overflow 2021-12-01 15:46:03 +03:00
test Merge pull request #21112 from vrabaud:3.4_luv_overflow 2021-12-01 15:46:03 +03:00
CMakeLists.txt imgproc: enable GaussianBlur IPP parallel processing 2020-05-17 11:40:34 +00:00