KITTI_Tutorial icon indicating copy to clipboard operation
KITTI_Tutorial copied to clipboard

Algorithm of Lidar-Camera Projection

Open fangkd8 opened this issue 4 years ago • 0 comments

In the projection part, your algorithm is to remove the points outside the camera frame by using distances and angles. But I cannot find the theory which support this way.

Actually we can use the whole pointcloud with Extrinsic and Intrinsic matrix to get the results of [x, y, w], then remove the points with w<0. This way is more understandable.

fangkd8 avatar Jul 09 '19 22:07 fangkd8