[CV]PointNetLK for Point Cloud Registration

PointNetLK: Lessons Learned for Beginners in Deep Learning and Point Cloud Registration PointNetLK is built upon the PointNet model, a novel and widely-used approach for extracting features from point clouds, originally developed by Zhang et al. PointNetLK applies the Lucas-Kanade (LK) algorithm to approximate the transformation matrix between point clouds. For beginners in deep learning or point cloud registration, here are some important lessons: Clarify Your Use Case It’s crucial to understand your target application and how users will interact with your model....

August 6, 2024 · 2 min · 237 words · Me

[CV]X ArUco Marker

The X ArUco marker is based on the ArUco marker but includes two additional pattern types. The four circles are used to create auxiliary diagonals for line fitting, while the four squares are employed for sub-pixel corner detection to achieve higher precision. Inspired by An improved ArUco marker for monocular vision ranging and ArUcoE: Enhanced ArUco Marker Combine the line fitting and sub-pixel methods. Re-projection error imporved almost 70%...

August 6, 2024 · 1 min · 86 words · Me