mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 05:43:05 +04:00
29746ab963
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.