Structure-PLP-SLAM icon indicating copy to clipboard operation
Structure-PLP-SLAM copied to clipboard

undistort the endpoints of keylines

Open MikCSL opened this issue 3 years ago • 1 comments

I found that you don't undistort the endpoints of keylines. Is it not necessary to undistort the endpoints of keylines?

MikCSL avatar Sep 18 '22 12:09 MikCSL

Hi,

for that I followed some of the PL-VINS's implementation, I first undistort the image and then extract the keylines. Hence, the saved keylines should be undistorted.

code see: Structure-PLP-SLAM/src/PLPSLAM/feature/line_extractor.cc function: void LineFeatureTracker::extract_LSD_LBD()

Best,

PeterFWS avatar Sep 18 '22 14:09 PeterFWS