# Iterative Closest Point (ICP 迭代最近邻)

这是一种在各种需要配准两个点云的应用中被广泛采用的算法。采用EM算法的思路，假定在获得一个较准确的先验位姿的前提下，寻找一个最优的R, T，使得x点云中每个点到y点云中离它最近的那个点的距离之和最小 ![Alt text](/files/-LWOCxPWqVg2COnwmo7J) ![Alt text](/files/-LWOCxPY7kQXNrN721HH)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://roboseum.guzhaoyuan.com/software/algorithms/perception/localization-and-mapping/principle/localization/iterative-closest-point/iterative-closest-point.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
