PointCloudLibrary/pcl

Feature Request: Support PointXYZRGB for GPU octree

Open

#2.218 geöffnet am 16. Feb. 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (4.506 Forks)batch import
help wantedkind: requestmodule: gpustatus: stale

Repository-Metriken

Stars
 (9.023 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 7h) (3 gemergte PRs in 30 T)

Beschreibung

Your Environment

  • Operating System and version: Ubuntu 16.04
  • Compiler: GCC 5.4
  • PCL Version: Latest in master

Context

Currently the gpu module takes point cloud as pcl::PointXYZ only. It will be great if it can support pcl::PointXYZRGB After building the octree the indices changes compare to the original point cloud, so finding the original color for corresponding point cannot be done. It would be ideal if we can pass the RGB information into the octree. The RGB information does not have to take part in the octree formation or in the search but having the information tagged to the points can help a lot.

Contributor Guide