effort: mediumgood first issuekind: todopriority: gsoc
仓库指标
- Star
- (9,023 star)
- 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:
copyPointCloudinstead ofcopyPoint - replace with functions like
isNormalFinite - replace
points.to use functions ofPointCloud
#4217, #4218, #4219, #4221 tackle third type to a large extent