PointCloudLibrary/pcl

Access to `points` should be suppressed in PCL code

開放

#4,213 建立於 2020年6月23日

 (4 則留言) (0 個反應) (0 位負責人)C++ (4,506 個分叉)batch import
effort: mediumgood first issuekind: todopriority: gsoc

倉庫指標

星標
 (9,023 顆星)
PR 合併指標
 (平均合併 8天 7小時) (30 天內合併 3 個 PR)

描述

Access to points can also be suppressed in a lot of places.

Originally posted by @SergioRAgostinho in https://github.com/PointCloudLibrary/pcl/pull/4190


My observations:

points usage can be removed in following ways:

  • replace with functions like: copyPointCloud instead of copyPoint
  • replace with functions like isNormalFinite
  • replace points. to use functions of PointCloud

#4217, #4218, #4219, #4221 tackle third type to a large extent

貢獻者指南