open3d按颜色区分点云深度 #include<iostream> #include<open3d/Open3D.h> using namespace std; int main() { //-------------------------------读取点云--------------------------------- auto cloud = std::make_shared<open3d::geometry::PointCloud>(); if (