Registry / other / pcl
library1.15.1vcpkgunverified

Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.

vcpkg install pcl
INSTALL
IMPORT
SIG · PCL
P
pcl
othercppv1.15.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pcl/point_cloud.h
#include <pcl/point_cloud.h>

Create a simple point cloud with 100 points

#include <pcl/point_cloud.h> #include <pcl/point_types.h> int main() { pcl::PointCloud<pcl::PointXYZ>::Ptr cloud(new pcl::PointCloud<pcl::PointXYZ>); cloud->width = 100; cloud->height = 1; cloud->points.resize(cloud->width * cloud->height); return 0; }
Debug
Known issues
gotchaPCL requires Eigen3 and Boost; missing dependencies cause linker errors
fix
Ensure vcpkg installs pcl[core] with all default features
affects: *
Upgrade
Version history
1.15.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

pcl — pip install pcl · libregistry