RobustFieldAutonomyLab / LeGO-LOAM

LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
BSD 3-Clause "New" or "Revised" License
2.35k stars 1.11k forks source link

clusters fewer than 30 #182

Closed saharLeisiazar closed 4 years ago

saharLeisiazar commented 4 years ago

Hi

It is written in your paper "we omit the clusters that have fewer than 30 points." but I could not find any parameter to define 30. Which part of code or which parameter should I change to decrease this number?

shikeqin123 commented 4 years ago

in “imageProject.cpp” line 442

------------------ 原始邮件 ------------------ 发件人: "saharLeisiazar"<notifications@github.com>; 发送时间: 2020年5月20日(星期三) 凌晨4:29 收件人: "RobustFieldAutonomyLab/LeGO-LOAM"<LeGO-LOAM@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [RobustFieldAutonomyLab/LeGO-LOAM] clusters fewer than 30 (#182)

Hi

It is written in your paper "we omit the clusters that have fewer than 30 points." but I could not find any parameter to define 30. Which part of code or which parameter should I change to decrease this number?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

saharLeisiazar commented 4 years ago

Thanks