for a simple hand pose estimation I want to first fit 3 cylinders on the point cloud data. The main goal is extracting the hand pose.
I have (~1300 points per frame, some of those are a cupboard and desk next to the human) that I read into Matlab and then work only on points within the "arm" cylinder. How would I go about this? I figure I would use ICP and sample a number of points from the shapes, but I have no idea of how to to this, nor how to exactly relate the transforms to the parameters of the cylinders (I figure this would be height, radius, central bottom point and direction of the cylinder).
Any help or resources I could get to learn how to do this would be helpful. Libraries as well.