Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:desktop:preferences:detectors [2023/04/10 14:20]
karen [Output]
dev:desktop:preferences:detectors [2023/05/31 10:40] (current)
jeroen
Line 1: Line 1:
 ===== Preferences for Detectors ====== ===== Preferences for Detectors ======
  
-This page documents generic concepts about Point Cloud Detectors. \\ +This page documents generic concepts about Point Cloud Detectors.  
-For specific documentation per Detector, see [[dev:desktop:preferences:index|]].+ 
 +Use the tooltip on the parameters to know more about the use and impact of the parameter. \\ 
 +For additional documentation on adjusting parameters, see [[dev:desktop:preferences:detectors_usecases|]].
  
 ===== Concepts ===== ===== Concepts =====
Line 18: Line 20:
  
 These parameters impact how detection algorithms work. These parameters impact how detection algorithms work.
 +
 +=== Classified point cloud ===
 +
 +Restrict or filter specified point cloud classes to be used for feature detection. 
 +  * Integer values, comma separated.
 +  * If no class is specified all classes are used, no class is excluded.
  
 ===== Output ===== ===== Output =====
-These parameters impact only the results or presentation of results.+ 
 +These parameters impact only the final presentation of detected results.
  
 === Smoothing === === Smoothing ===
-A moving average algorithm is used to smooth line features. The average of neighboring points is used to pull a point to a new location. We allow 6 levels of smoothing, which corresponds to how many times the moving average is used. Level 0 means no smoothing is done, level 5 means the line points are moved 5 times. 
  
-=== Get Point Cloud as Selection vs Resource === +A moving average algorithm can be used to smooth line features. The average of the 4 neighboring points and the current position are used to calculate an updated position of a point or vertex. We allow 6 levels of smoothing, which corresponds to how many times the moving average is used. Level 0 means no smoothing is done, level 5 means the line points are moved 5 times. 
-Export the feature point cloud points as a selection of main point cloud file, or as a new point cloud file.+ 
 +=== Get Point Cloud === 
 + 
 +Export the feature point cloud as a selection linked to the source point cloud resource file, or as a new point cloud resource file
 + 
 +Significant time is required to create point cloud selection. Point cloud file and derived vector data creation (e.g. outline on ground) is only possible if selection is created
 
Last modified:: 2023/04/10 14:20