introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.74k stars 779 forks source link

Add ANMS (SSC method) #1276

Closed borongyuan closed 4 months ago

borongyuan commented 4 months ago

Hi, I added ANMS as discussed in #1127. Only SSC method is provided. Because it is the best performing approximation method and does not rely on tree data structure. Therefore we do not need to add nanoflann support for the time being.

matlabbe commented 4 months ago

LGTM!