Files
opencv-MIRROR/modules/imgproc
Vincent Rabaud 59f2be9f03 Fix int usage for pixbuf when double is asked for.
When chtype is double (used by bicubic64fC1 .. bicubic64fC4),
std::is_same_v<double, float> evaluated to false.
As a result, buftype erroneously defaulted to int, and pixbuf was
allocated as int pixbuf[NCHANNELS][4].
That could trigger out of bound integer computations.
2026-09-04 13:59:25 +02:00
..
2025-03-19 21:38:08 +05:30
2024-10-13 03:25:24 +03:00
2026-07-14 09:19:26 +03:00
2026-07-09 12:17:24 +03:00