mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05: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.