You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your release code
I would like to ask why the following code needs + flow[:, 2] * -(focal_x * t[:, 0]) / (t[:, 2]*t[:, 2]) instead of just using flow[:, 0] * focal_x / t[:, 2]
Thank you very much for your release code

I would like to ask why the following code needs + flow[:, 2] * -(focal_x * t[:, 0]) / (t[:, 2]*t[:, 2]) instead of just using flow[:, 0] * focal_x / t[:, 2]