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 would like to inquire about the differences between these two functions:
①you:def inverse_warp2(img, depth, ref_depth, pose, intrinsics, padding_mode='zeros')
②cv2.warpPerspective(src,M, dsize[,dst[,flags[, borderMode[ , borderValue]]]]) →dst
The text was updated successfully, but these errors were encountered:
I would like to inquire about the differences between these two functions:
①you:def inverse_warp2(img, depth, ref_depth, pose, intrinsics, padding_mode='zeros')
②cv2.warpPerspective(src,M, dsize[,dst[,flags[, borderMode[ , borderValue]]]]) →dst
The text was updated successfully, but these errors were encountered: