XiaoshuiHuang / CSBaselineAlgo

This repository contains several baseline algorithms for cross-source point cloud registration.
43 stars 3 forks source link

The implementation of DGR and ICP in 3DCSR Benchmark. #8

Open DMoRanSky opened 6 months ago

DMoRanSky commented 6 months ago

Great work! I want to ask whether "ICP" in the baseline is DGR or not. Also, can I find ICP [5] in your GitHub repository? It means not simple ICP but implementation in "Street view cross-sourced point cloud matching and registration" ? Thanks!

DMoRanSky commented 6 months ago

Does the ICP[5] result mean Proposed ESF-64 + ICP with adjusting final residual in the paper?