====== Point Clouds Processing and Interpretation ====== ===== Point Cloud Registration ===== A commonly used and somewhat simple method for registering two point clouds (that presumably are of the same object or have significant similar structure), is to use what is called Iterative Closest Point (ICP). Read up on [[http://cs.gmu.edu/~kosecka/cs685/cs685-icp.pdf|ICP]], then implement in Matlab. MORE DESCRIPTION NEEDED HERE. /* For Matlab folks, an exemplar implementation of ICP can be found [[https://www.mathworks.com/help/vision/examples/3-d-point-cloud-registration-and-stitching.html|here]]. Try to implement your own version of ICP. For PCL folks, you may refer to the [[http://pointclouds.org/documentation/tutorials/iterative_closest_point.php#iterative-closest-point|sample code]]. Try to implement your own version of ICP. */ -------- ;#; [[ECE4580:Module_PCD|Back]] ;#;