Detecting Planes through Point Cloud

1k Views Asked by At

Having a point cloud say (10000 points) which are randomly dispersed in 3D unit cube, the question is how to find planes within the cube that include more points with an acceptable tolerance (user choice say, 0.1 where the boundaries of the cube of point cloud are ([0,1],[0,1],[0,1])?
I thought since it is a geometry problem would be asked here, however your comments are more than welcome!