How can I compute the oriented bounding box from a partial point cloud?
My use case is I have a depth camera looking down at a table with one object (which can have irregular geometry). The camera does not get the full point cloud because the bottom of the object is occluded.
From the limited point cloud information I can get, how do I fit a oriented bounding box around it?
I intend to use the bounding box to calculate center of mass, assuming uniform density, and using this as a grasping heuristic.
Similar question in 2d: minimal bounding box of a clipped point cloud