Created
April 12, 2020 06:33
-
-
Save adioshun/2293ef76af42dd9ed565e8b2a8f1d7b9 to your computer and use it in GitHub Desktop.
pcd read
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// *.PCD 파일 읽기 | |
pcl::PointCloud<pcl::PointXYZRGB>::Ptr cloud (new pcl::PointCloud<pcl::PointXYZRGB>); | |
pcl::io::loadPCDFile ("cloud_cluster_0_white.pcd", *cloud); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment