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
Using a random color for the pointcloud display or the label field together with display lookup table (pressing u in the viewer) gives a colorbar, which has meaningless colors for the label field. It would be very nice if the colorbar shows the right color per label. I tried to work on that, but I'm not familiar with the pcl_visualizer and pcl_viewer code. So I just could not find the place which needs to be changed.
However the numbers displayed on the bottom are the ones which are returned for minmax in the function call scalars->GetRange (minmax) pcl_visualizer.cpp line 2640
Attached is a screenshot showing this for a labeled pointcloud (labels 0-3).
The text was updated successfully, but these errors were encountered:
Using a random color for the pointcloud display or the label field together with display lookup table (pressing u in the viewer) gives a colorbar, which has meaningless colors for the label field. It would be very nice if the colorbar shows the right color per label. I tried to work on that, but I'm not familiar with the pcl_visualizer and pcl_viewer code. So I just could not find the place which needs to be changed.
However the numbers displayed on the bottom are the ones which are returned for minmax in the function call scalars->GetRange (minmax)
pcl_visualizer.cpp line 2640
Attached is a screenshot showing this for a labeled pointcloud (labels 0-3).
The text was updated successfully, but these errors were encountered: