koide3 / fast_gicp

A collection of GICP-based fast point cloud registration algorithms
BSD 3-Clause "New" or "Revised" License
1.28k stars 319 forks source link

cuda discriptor added #127

Open Leedk3 opened 1 year ago

Leedk3 commented 1 year ago

Dear Koide3,

First and foremost, I would like to express my gratitude for sharing the fast registration algorithm. It has been an inspiring project to work on.

I wanted to inform you that I've made some significant enhancements to the algorithm by implementing CUDA-based kernel descriptors for the nearest points search. This addition has considerably improved the algorithm's performance and efficiency. (With my custom dataset, Laplasian kernel was best.)

Thank you once again for providing the foundation for this work, and I look forward to contributing to the project's progress.

Best regards, Daegyu Lee

koide3 commented 1 year ago

Hi @Leedk3 ,

Thanks a lot for your PR. It looks a big improvement, and I would live to take it. Before taking a deeper look at the updated code, I kindly request you to update/provide the following points.

Thanks again for your willingness to contribute to this package :+1: