├── ICP.m ├── README.md ├── closest_points.m └── quaternion_matching.m /ICP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daemonPainter/Matlab-ICP/HEAD/ICP.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daemonPainter/Matlab-ICP/HEAD/README.md -------------------------------------------------------------------------------- /closest_points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daemonPainter/Matlab-ICP/HEAD/closest_points.m -------------------------------------------------------------------------------- /quaternion_matching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daemonPainter/Matlab-ICP/HEAD/quaternion_matching.m --------------------------------------------------------------------------------