This example uses a utility class to obtain undistorted point clouds,Demonstrate the 2D transformation between depth and color.
// Invoking the utils class to generate an undistorted depth point cloud.
depthPointCloudTransformation(device, case_number);
// Invoking the utils class to generate an undistorted RGBD point cloud.
RGBPointCloudTransformation(device);
// Demonstrate Depth 2D converted to Color 2D
depth2DToColor2DTransformation(device);
// Demonstrate Color 2D converted to Depth 2D
color2DToDepth2DTransformation(device);