Iterative closest point (ICP) is a point cloud registration algorithm employed to minimize the difference between two clouds of points. Here are two different types of data. 'Model' is the model we are actually looking for, and 'sample' is the result of extracting the data. The purpose of this algorithm is to match 'sample' to 'model'.Somewhere, 'sample' is above a certain coordinate system, a..