mirror of
https://github.com/opencv/opencv.git
synced 2026-09-25 04:09:57 +03:00
The pointer offset to move from top-right to bottom-right was incorrect. This change corrects the pointer calculation to use the proper row stride, ensuring it lands on the correct pixel.