| Algorithm 2 Combine single frames into a group. |
| Input: (1) F: A single frame point clouds. (2) L: The classification result, the value is , or . (3) S: The set of single frames. This output is used as the next input. (4) C: The category of S. The value is , or , and the default is . This output is used as the next input. (5) M: The map consisting of C and the minimum number of frames forming a group representing C. Output: : The combined single frames. It may be .
|