intensity_slam icon indicating copy to clipboard operation
intensity_slam copied to clipboard

intensity calibration different with paper

Open lyk125 opened this issue 3 years ago • 3 comments

Hi: I want to use my own laser lidar (not velydone) to test the code,when I look into , I notice the intensity calibration. In file "laserProcessingClass.cpp" line 29, there has a function "intensityCalibration". Is this all work about intensity calibration ? but view this function "intensityCalibration", is so diff with the description in paper secot "III.METHODOLOGY" "A. Intensity Calibration ": in fuction "intensityCalibration" ,there has no lidar scan distance ,no incident angle and so on. So, Is thers other function relate to intensity calibration too? Is I understand right? Hope your suggestion. Regards

lyk125 avatar Jun 23 '21 06:06 lyk125

Hi: I want to use my own laser lidar (not velydone) to test the code,when I look into , I notice the intensity calibration. In file "laserProcessingClass.cpp" line 29, there has a function "intensityCalibration". Is this all work about intensity calibration ? but view this function "intensityCalibration", is so diff with the description in paper secot "III.METHODOLOGY" "A. Intensity Calibration ": in fuction "intensityCalibration" ,there has no lidar scan distance ,no incident angle and so on. So, Is thers other function relate to intensity calibration too? Is I understand right? Hope your suggestion. Regards

确实没有按论文中的公式校准

bill4u avatar Jul 12 '21 07:07 bill4u

I also have this question. The method of intensity calibration in the code has nothing to do with the paper. I don't know what the author means.

James-919 avatar Jul 17 '22 12:07 James-919

In paper: the intensity is partially calibrated with distance measurement by default in some sensors. So author only consider e incident angle.

WangxingboWWW avatar Jul 03 '24 07:07 WangxingboWWW