PointCloudLibrary/pcl

Access to `points` should be suppressed in PCL code

Open

#4.213 geöffnet am 23. Juni 2020

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (4.506 Forks)batch import
effort: mediumgood first issuekind: todopriority: gsoc

Repository-Metriken

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

Beschreibung

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

Contributor Guide