Surface Registration

Jan 10, 2023 · 1 min read

Surface registration with iterative closest point (ICP) algorithm.

This project finds the transformation matrix to rotate and translate multiple meshes to align them to the same coordinate system and align the overlapping parts of the mesh. Using ICP, we can align several scans of an object taken from multiple angles and merge them into a single mesh. You can find the derivation of the point-to-point implementation here