outlier point cloud
Hi,
I want to measure objects, but when I create a point cloud from a depth frame, I get a lot of outliers (I even used different filters from the realsense API)
I create a point cloud like this, python:
points = pc.calculate (depth_frame)
v = points.get_vertices ()
Only helps the open3d library and its method remove_statistical_outlier(nb_neighbors = 60, std_ratio = .1).
How to be?

-
Hello Selfi Ring,
The Box Dimensioner Multicam python sample may be helpful. In particular, take a look at the function "convert_depth_frame_to_pointcloud" in helperfunctions.py.
Sincerely,
Jesus G.
Intel Customer Support -
I used the function, but the cloud turned out to be stretched, although if you look from the angle of the camera, everything is fine.

Also launched Box Dimensioner Multicam, doesn't work as I would like.
I looked at what happens to the point cloud - the rigid transform is not correctly applied to the translation in world-coordinates.
And the cloud resulting from pc.calculate (depth_frame) translates well. I took the transformation matrix from the Box Dimensioner Multicam
Please sign in to leave a comment.
Comments
4 comments