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
A pointcloud consist of 8 points, making up a bounding box in 3D. I wanted to select all points inside the boundingbox in another point cloud by computing a convex hull of the points and filtering the cloud by the crop hull filter in 3 dimensions. The result changed when I duplicated two points in the cloud. In both cases, approximatley one half of the points were selected.