第六讲
|Last edited: 2025-4-20

Iterative Closet Point (ICP)

It takes two point clouds as input and computes an R & T matrix that transforms one point cloud to align with the other as closely as possible.
  1. Make data centered
    1. Compute chamfer distance between two point clouds (for every , search the closest to it) and get correspondences from to .
    1. Find using constrained orthogonal Procrustes
    1. Update

      Category-Level 6D Object Pose Estimation

      Normalized Object Coordinate Space

      1. rotation normalization: align object orientation
      1. translation normalization: zero-center the objects
      1. scale normalization: uniformly normalize the scales

      Category-Level 6D Pose

      transformation from NOCS to camera space
      notion image

      Pose Estimation

      notion image
      RGB Image → NOCS point cloud
      Depth Image → Depth point cloud
      可以得到NOCS point cloud和Depth point cloud的dense correspondence。
       
      Loading...