opencv/modules/imgproc
Vincent Rabaud c5f6ed6fef Fix overlow pointers.
`step` and `maskStep` are used to increase/decrease `pImage`.
But it's done on unsigned type, relying on overflow, which is UB.
(step is size_t but seed.y is int and can be negative, the result
is therefore unsigned which can overflow)
2025-01-27 11:55:10 +01:00
..
doc Merge pull request #25616 from savuor:rv/yuv_docs 2024-05-25 13:12:03 +03:00
include/opencv2 Merge pull request #26836 from chacha21:thresholding_compute_threshold_only 2025-01-24 14:25:21 +03:00
misc add some functions and tests 2024-12-01 23:17:35 +03:00
perf Remove useless C headers 2025-01-13 16:34:28 +01:00
src Fix overlow pointers. 2025-01-27 11:55:10 +01:00
test Merge pull request #26836 from chacha21:thresholding_compute_threshold_only 2025-01-24 14:25:21 +03:00
CMakeLists.txt fix FFmpeg wrapper build 2024-12-26 12:15:46 +00:00