First time here? Check out the FAQ!
answered 2019-02-01 02:45:45 -0600
no, flipping the image won't work. it's probably as simple as :
y' = img.rows - y;
updated 2019-02-01 02:46:11 -0600
y' = img.rows img.shape[0] - y;