Pixel to Point Cloud Coordinate Transform
Functional Description
This operator converts input pixel coordinates (2D points on an image) and their corresponding depth values (Z-values in the camera coordinate system) to 3D point coordinates (X, Y, Z) in the camera coordinate system, based on the intrinsic matrix and distortion coefficients obtained from camera calibration.
Usage Scenarios
-
Image Conversion: Convert pixel coordinates obtained from 2D image processing to precise 3D spatial coordinates.