hku-mars / mlcc

Fast and Accurate Extrinsic Calibration for Multiple LiDARs and Cameras
GNU General Public License v2.0
478 stars 108 forks source link

judge_eigen #19

Open flashlau opened 1 year ago

flashlau commented 1 year ago

Hello~ In judge_eigen(), by computing max-eigenvalue/min-eigenvalue, will it extract lines besides planes?

samsdolphin commented 1 year ago

Hi, the original BA supports both line and plane features. However, the line feature is usually less trusted and the extraction takes extra time. We thus omit it here and use only plane features.