Line3Dpp icon indicating copy to clipboard operation
Line3Dpp copied to clipboard

How to keep the long line segments in the model and eliminate the short line segments ?

Open qco-11 opened this issue 4 years ago • 2 comments

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 ?

picture

qco-11 avatar Nov 06 '21 03:11 qco-11

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.

manhofer avatar Nov 06 '21 10:11 manhofer

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

qco-11 avatar Nov 07 '21 07:11 qco-11