Files
opencv-MIRROR/modules/imgproc/test
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
..
2026-06-01 14:22:51 +03:00
2026-01-04 15:12:59 +01:00
2026-05-24 17:28:53 +03:00
2025-05-07 13:17:42 +03:00