Closed pomerlef closed 6 years ago
The documentation seems to confuse greater than and smaller than: https://github.com/ethz-asl/libpointmatcher/blob/master/doc/Datafilters.md#maximum-distance-filter-
Those filter should be combined and a parameter should be added to select whether we want to keep point smaller or greater than a threshold.
https://github.com/ethz-asl/libpointmatcher/pull/270 This pull request introduces the new DistanceLimitDataPointsFilter to replace both min and max distance filters.
The documentation seems to confuse greater than and smaller than: https://github.com/ethz-asl/libpointmatcher/blob/master/doc/Datafilters.md#maximum-distance-filter-
Those filter should be combined and a parameter should be added to select whether we want to keep point smaller or greater than a threshold.