Some results of my implementation of the articulated ICP paper by Shachar Fleishman [1]. Iterative Closest Point (ICP) is an algorithm employed to minimize the difference between two clouds of points or between a point cloud and a model. In this case we align a point cloud with an articulated model. The structure of this …