Augmentation-Depth2PointCloud

Bounding Box Augmentation

image

original image

image

augmented image

image

Depth to Point Cloud

Given depth value d at (u, v) image coordinate, the corresponding 3d point is:

Z = d / depth_scale
X = (u - cx) * Z / fx
Y = (v - cy) * Z / fy

image image