How to keep the long line segments in the model and eliminate the short line segments ?
hello, thank you for sharing such a nice code in advance, and it's working well in my computer
I get the 3d-line model by the executable file runLine3Dpp_colmap. Now, I only want to keep the long line segments in the model and eliminate the short line segments. What do I need to do? Can I change some parameters to make adjustments ?

Hi
I am glad that it works for you!
You can simply process the textual output, and discard the lines that are too small. You will have to write your own parser though.
Best, Manuel
qco-11 @.***> schrieb am Sa., 6. Nov. 2021, 04:18:
hello, thank you for sharing such a nice code in advance, and it's working well in my computer
I get the 3d-line model by the executable file runLine3Dpp_colmap. Now, I only want to keep the long line segments in the model and eliminate the short line segments http://url. What do I need to do? Can I change some parameters to make adjustments ?
[image: picture] https://user-images.githubusercontent.com/67098264/140596197-96d1207c-32b1-448b-bdd6-34bee0561568.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/manhofer/Line3Dpp/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKZP2Q2F4PYA5IFLBP7F6TUKSNBDANCNFSM5HPDN2LA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi I am glad that it works for you! You can simply process the textual output, and discard the lines that are too small. You will have to write your own parser though. Best, Manuel qco-11 @.***> schrieb am Sa., 6. Nov. 2021, 04:18: … hello, thank you for sharing such a nice code in advance, and it's working well in my computer I get the 3d-line model by the executable file runLine3Dpp_colmap. Now, I only want to keep the long line segments in the model and eliminate the short line segments http://url. What do I need to do? Can I change some parameters to make adjustments ? [image: picture] https://user-images.githubusercontent.com/67098264/140596197-96d1207c-32b1-448b-bdd6-34bee0561568.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#25>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKZP2Q2F4PYA5IFLBP7F6TUKSNBDANCNFSM5HPDN2LA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Ok,thanks for your suggestion, i will try