PointCloudLibrary/pcl

Access to `points` should be suppressed in PCL code

Open

#4213 aperta il 23 giu 2020

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C++ (4506 fork)batch import
effort: mediumgood first issuekind: todopriority: gsoc

Metriche repository

Star
 (9023 star)
Metriche merge PR
 (Merge medio 8g 7h) (3 PR mergiate in 30 g)

Descrizione

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

Guida contributor