norlab-ulaval / libpointmatcher

An Iterative Closest Point (ICP) library for 2D and 3D mapping in Robotics
BSD 3-Clause "New" or "Revised" License
1.58k stars 542 forks source link

Clarify SurfaceNormalOutlierFilter documentation #471

Open simonpierredeschenes opened 2 years ago

simonpierredeschenes commented 2 years ago

We should mention somewhere in the SurfaceNormalOutlierFilter documentation that it should be used in combination with the OrientNormalDataPointsFilter. See issue #457 for more details.

cjamin commented 2 years ago

Done in PR #457