Point Cloud Library Jobs in Computer Vision
Browse CV roles that require Point Cloud Library across all industries and experience levels.
0 open positions
Open Positions
What is Point Cloud Library?
The Point Cloud Library is a large C++ toolkit for 3D point cloud processing — filtering, feature estimation, registration, segmentation, surface reconstruction and search structures. It has been the standard 3D processing library in robotics for well over a decade.
Where Point Cloud Library is used
LiDAR and depth camera pipelines in robots and vehicles, bin-picking systems, and inspection and survey workflows that measure geometry directly.
Roles that ask for Point Cloud Library
- 3D Vision Engineer
- LiDAR Perception Engineer
- Robotics Engineer
- Perception Engineer
- Point Cloud Engineer
Related skills & tools
Point Cloud Library jobs — common questions
PCL or Open3D?
PCL is more comprehensive, C++-native and deeply embedded in ROS, which makes it the default in production robotics. Open3D is far more pleasant for Python work and prototyping, with better visualisation and a more modern API. Many teams use both.
What are the most-used parts of PCL?
Voxel grid downsampling, statistical outlier removal, normal estimation, KD-tree and octree search, RANSAC plane and shape fitting, Euclidean clustering, and ICP registration. Those cover the majority of everyday point cloud work.
Is PCL still actively used?
Yes, though development has slowed and learned methods have taken over the recognition tasks. The geometric processing primitives remain in constant use, and legacy PCL codebases are widespread in robotics.