| Algorithm 1: The Procedure of the Proposed Pose Tracking Method |
|
Input: The model point cloud , the current k-th sensor point cloud While 1: Convert the to the depth map . 2: Detect the lines collection in the depth map . 3: Calculate the lines descriptors for each line. 4: Sort the lines by the line length in descending order. 5: Select the first lines and calculate the line similarity degree matrix . 6: Calculate the roll angle variation and the transformation matrix . 7: Perform the point cloud simplification process for and obtain the sparse sensor point cloud. 8: Calculate the transform matrix by aligning the sparse sensor point cloud with the . 9: Calculate the current k-th transformation matrix . 10: Calculate the six-DOF relative pose parameters. 11: , and go to step 1. end Output: the six-DOF relative pose, including the roll angle , the pitch angle , the yaw angle , the , the , the . |