Open HT-hlf opened 11 months ago
I can't make sense of the following code on the PointCloud Category Processing plugin, which appears to be a confusing. U id = floorf(i/pcl_channels[1]); int layer = i % pcl_channels[1]; U idx = p[id * pcl_channels[0]];
I can't make sense of the following code on the PointCloud Category Processing plugin, which appears to be a confusing. U id = floorf(i/pcl_channels[1]); int layer = i % pcl_channels[1]; U idx = p[id * pcl_channels[0]];