Skip to content

Why is voxel_based_compare_map_filter the default compare_map_segmentation implementation ? #2647

Answered by VRichardJP
VRichardJP asked this question in Q&A
Discussion options

You must be logged in to vote

At the end of the day, it was a silly mistake on my size: the build I used for benchmarking was not compiled in release mode...
With release build, I get the following:

voxel_based_approximate_compare_map_filter | 14ms
voxel_based_compare_map_filter             | 25ms
voxel_distance_based_compare_map_filter    | 39ms

Suddenly voxel_based_compare_map_filter is not that bad anymore, just slightly slower than the approximate version. But then it is a trade off between performance and precision.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@VRichardJP
Comment options

VRichardJP Jun 18, 2022
Collaborator Author

Comment options

VRichardJP
Jun 29, 2022
Collaborator Author

You must be logged in to vote
1 reply
@taikitanaka3
Comment options

Answer selected by VRichardJP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:perception Advanced sensor data processing and environment understanding. component:sensing Data acquisition from sensors, drivers, preprocessing.
3 participants