PointCloudLibrary/pcl

Feature Request: Support PointXYZRGB for GPU octree

开放

#2,218 创建于 2018年2月16日

 (4 条评论) (0 个反应) (0 位负责人)C++ (4,506 个派生)batch import
help wantedkind: requestmodule: gpustatus: stale

仓库指标

星标
 (9,023 个星标)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

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.

贡献者指南