I have a 3d point cloud image (see below).
And I would like to cull all the points which are theoretically behind other points (e.g points around the back of the person will not be visible since it's obstructed by the points around the chest and abdomen).
How do I go and solve this problem ?
All I need are just points which are not obstructed from frontal view, so that I can use it to for other purposes.
Edit: It's not really for viewing purposes. I am trying to isolate only the unobstructed vertices to calculate surface normal later on in order to extract depth image features.