simkinect icon indicating copy to clipboard operation
simkinect copied to clipboard

Question about Using Generated Depth Image

Open wangmiaowei opened this issue 4 years ago • 1 comments

Recently, I have generated some depth images by projecting the 3D model using intrinsic and extrinsic. However, when I run your code, I meet some problem: RuntimeWarning: divide by zero encountered in true_divide I found the the reasults of out_disp = filterDisp(depth_f, dot_pattern_, invalid_disp_) are all equal to invalid_disp_ = 99999999.9 Could you help solve this problem. My depth image is pasted here: 6

Where, the pixel value is X1000 rather than X5000.

wangmiaowei avatar Sep 05 '21 15:09 wangmiaowei

@wangmiaowei I'm getting the same issue, how did you solve this?

Astik-2002 avatar Jan 04 '25 10:01 Astik-2002