background subtraction using SR305
background subtraction using SR305 in Python
i make 3d pointcloud using SR305.
but it creates depth image with unwanted background.
How can i subtract object without background?? Thank you
-
Hi Najw111 If you are creating your application in the librealsense pyrealsense2 wrapper, a Threshold Filter was added in 2019. It enables the setting of minimum and maximum depth values, with data outside of the defined min-max range excluded from the image. So setting a low maximum distance should cause the background to be excluded from the image.
Please sign in to leave a comment.
Comments
1 comment