mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 13:55:39 -05:00
Truncation toward zero produces incorrect interpolation indices for negative border coordinates. Use nearest-even rounding so OpenCL remap matches the CPU behavior.