1. Point Cloud Segmentation - [x] Transform RGB and Depth separately to Body Frame - [x] Mathematically explore if transforming segmentation mask based on RGB would mean the same on Depth frame if on common frame - [x] If Yes, then do the math to get the segmentation mask at any arbitrary pose in the 3D space based on projection 2. Point Cloud Transforms - [x] Develop further from Dylan's `PointCloud` class - [x] Methods for segmentation, transforms and registration 3. Point Cloud Registration - [ ] `Teaser++` for FPFH and local optimization with ICP - Idea is to check if this can be used for tracking the object in interest
PointCloudclassTeaser++for FPFH and local optimization with ICP