PointCloudLibrary/pcl
Voir sur GitHubAccess to `points` should be suppressed in PCL code
Open
#4 213 ouverte le 23 juin 2020
effort: mediumgood first issuekind: todopriority: gsoc
Métriques du dépôt
- Stars
- (9 023 stars)
- Métriques de merge PR
- (Merge moyen 8j 7h) (3 PRs mergées en 30 j)
Description
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