13using LocT = pcl::PointXYZ;
32using CloudLocPtr =
typename CloudLoc::Ptr;
33using CloudLocConstPtr =
typename CloudLoc::ConstPtr;
43namespace fs = std::filesystem;
48const fs::path
db = fs::current_path() /
"database.db";
51const fs::path
cloud = fs::current_path() /
"cloud.pcd";
53const fs::path
normals = fs::current_path() /
"normals.pcd";
55const fs::path
labels = fs::current_path() /
"labels.pcd";
56const fs::path
planes = fs::current_path() /
"planes.pcd";
57const fs::path
rooms = fs::current_path() /
"rooms.pcd";
ReUseX::IndicesConstPtr IndicesConstPtr
ReUseX::CloudLConstPtr CloudLConstPtr
ReUseX::CloudPtr CloudPtr
ReUseX::CloudConstPtr CloudConstPtr
pcl::PointCloud< LocT > CloudLoc
ReUseX::IndicesPtr IndicesPtr
ReUseX::CloudLPtr CloudLPtr
ReUseX::CloudNConstPtr CloudNConstPtr
ReUseX::CloudNPtr CloudNPtr
Collection of all options of Subcommand A.
const fs::path plane_normals
const fs::path plane_centroids
pcl::PointCloud< NormalT > CloudN
typename CloudN::Ptr CloudNPtr
typename CloudL::ConstPtr CloudLConstPtr
pcl::IndicesPtr IndicesPtr
typename Cloud::Ptr CloudPtr
pcl::PointCloud< LabelT > CloudL
typename CloudN::ConstPtr CloudNConstPtr
pcl::IndicesConstPtr IndicesConstPtr
pcl::PointCloud< PointT > Cloud
typename CloudL::Ptr CloudLPtr
typename Cloud::ConstPtr CloudConstPtr