Settings for indoor/outdoor mapping with minimal memory usage #1513
-
Hello! Thanks again for this amazing library - I have a couple questions regarding tuning the app for indoor/outdoor mapping with minimal memory usage and decent point accuracy
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, For your first question, you may just start for the default settings, then disable manually what you don't need and also reduce significantly the point cloud resolution (Settings->Point Cloud Density) during live feedback (select point cloud view in main UI view option). If you don't care about loop closure detection, you can disable it by setting "Mapping->Max Features Extracted (Vocabulary)" to For your second question, you can use any rendering options, the raw data is always saved in the database. This means that even if the live feedback uses very low point cloud density, it is possible to export the point cloud at full density later. For the point cloud accuracy, I recommend to use "Depth Confidence" set to "High", though outdoor the range may appear short. You may go Medium for outdoor. See this post for examples. Note that "Depth Confidence" is the only parameter impacting actual data saved in the database, so it cannot be changed later on unlike the density one. cheers, |
Beta Was this translation helpful? Give feedback.
Hi,
For your first question, you may just start for the default settings, then disable manually what you don't need and also reduce significantly the point cloud resolution (Settings->Point Cloud Density) during live feedback (select point cloud view in main UI view option). If you don't care about loop closure detection, you can disable it by setting "Mapping->Max Features Extracted (Vocabulary)" to
Disabled
. After that, the performance would be very close to the Data Recorder mode.For your second question, you can use any rendering options, the raw data is always saved in the database. This means that even if the live feedback uses very low point cloud density, it is possible to export…