Hi, i got a 4 channel image(H×W×4) like
when i set depth mode
testbed.render_mode = ngp.Depth
how to convert this image(shift=0.2) into a corresponding disparity map by the formular: disparity = baseline * focal / depth, as the shift(baseline) 's range may not be the same with the depth obtained above?
Hi, i got a 4 channel image(H×W×4) like when i set depth mode
how to convert this image(shift=0.2) into a corresponding disparity map by the formular: disparity = baseline * focal / depth, as the shift(baseline) 's range may not be the same with the depth obtained above?