You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]];
The text was updated successfully, but these errors were encountered:
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]];
The text was updated successfully, but these errors were encountered: