opencv/modules
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
..
calib3d Merge pull request #16024 from alalek:issue_15953 2019-12-05 14:23:48 +00:00
core Merge pull request #16125 from alalek:core_safe_xadd 2019-12-11 14:15:46 +00:00
cudaarithm
cudabgsegm
cudacodec
cudafeatures2d
cudafilters
cudaimgproc
cudalegacy build: eliminate CUDA warnings 2019-10-08 15:30:02 +03:00
cudaobjdetect
cudaoptflow removed typo 2019-11-06 17:15:31 +05:30
cudastereo
cudawarping
cudev
dnn Merge pull request #16088 from alalek:dnn_eltwise_layer_different_src_channels 2019-12-11 20:16:58 +03:00
features2d bindings: basic support for #if preprocessor directives 2019-12-04 18:42:31 +03:00
flann python: force using of ArgInfo 2019-11-15 19:16:22 +03:00
highgui build: GCC9 compilation 2019-11-12 18:49:34 +03:00
imgcodecs Update loadsave.cpp 2019-09-28 23:24:17 +03:00
imgproc Merge pull request #16138 from pmur:reg_16137 2019-12-12 13:00:44 +03:00
java android: use .getRowStride() in JavaCamera2View 2019-10-28 18:45:56 +00:00
js js(test): update features2d test 2019-11-19 07:40:12 +00:00
ml Merge pull request #16017 from berak:fix_svm_train_auto 2019-11-29 11:38:22 +00:00
objdetect imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) 2019-11-18 01:39:27 +03:00
photo Assorted documentation fixes 2019-08-31 01:50:11 +03:00
python python: enable Python 3.8 2019-12-11 16:52:38 +03:00
shape
stitching Rename parameter R to H in AffineWarper member declarations 2019-11-25 16:31:03 -08:00
superres
ts Merge pull request #16088 from alalek:dnn_eltwise_layer_different_src_channels 2019-12-11 20:16:58 +03:00
video Merge pull request #15799 from Cpitis:feature/parallelization 2019-10-31 23:38:49 +03:00
videoio videoio(v4l2): use logging, update handling of EBUSY, device closing 2019-11-23 10:36:43 +00:00
videostab backport: fixed warnings produced by clang-9.0.0 2019-09-23 18:36:18 +03:00
viz Merge pull request #15821 from ColasGael:colasg-viz-color 2019-11-01 22:37:34 +03:00
world
CMakeLists.txt