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
I suppose, the depth produced from disparity map is in world coordinates. Then given calibration matrix, how can I generate coordinates in world frame?
My approach is to make homogeneous vector from (xpixel, ypixel) and then multiply it with inverse of calibration matrix. That will That will give us ratio of x/z, y/z. Further ratio * z(from disparity) will give xworld, yworld. Is this correct?
The text was updated successfully, but these errors were encountered:
I suppose, the depth produced from disparity map is in world coordinates. Then given calibration matrix, how can I generate coordinates in world frame?
My approach is to make homogeneous vector from (xpixel, ypixel) and then multiply it with inverse of calibration matrix. That will That will give us ratio of x/z, y/z. Further ratio * z(from disparity) will give xworld, yworld. Is this correct?
The text was updated successfully, but these errors were encountered: