opencv/modules/imgproc
Paul Murphy 1c4a64f0a1 Merge pull request #16138 from pmur:reg_16137
* imgproc: Prevent 1B overrun of 8C3 SIMD optimization

The fourth value read via v_load_q is essentially ignored,
but can cause trouble if it happens to cross page boundaries.

The final few iterations may attempt to read the most extreme
elements of S, which will read 1B beyond the array in most
aligment cases. Dynamically compute the stop. This could be
hoised from the loop, but will require a more extensive change.

Likewise, cleanup the iteration increment statements to make
it more obvious they do channel count (3) elements per pass.

This should resolve #16137

* imgproc(resize): extra check
2019-12-12 13:00:44 +03:00
..
doc Merge pull request #15388 from atinfinity:impl-turbo-colormap 2019-08-26 17:55:10 +03:00
include/opencv2 s/Voroni/Voronoi/g 2019-12-11 09:13:58 +09:00
misc/java imgproc: fix fitLine() implementation 2019-10-03 21:23:52 +00:00
perf Merge pull request #15257 from pmur:resize 2019-12-09 14:54:06 +03:00
src Merge pull request #16138 from pmur:reg_16137 2019-12-12 13:00:44 +03:00
test imgproc: add parameter checks in calcHist and calcBackProj 2019-12-10 16:10:19 +03:00
CMakeLists.txt Merge pull request #14994 from terfendail:wintr_undistort 2019-07-18 19:32:51 +03:00