Skip to content

Commit

Permalink
Merge branches 'add_radius_search' and 'add_radius_search' of github.…
Browse files Browse the repository at this point in the history
…com:IGNF/pdal_ign_plugin into add_radius_search
  • Loading branch information
alavenant committed May 29, 2024
2 parents 6bd89a5 + 38d8bc7 commit 7c73b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/radius_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Purpose
---------------------------------------------------------------------------------------------------------

The **radius assign filter** add a new attribut where the value depends on their neighbors in a given radius: For each point in the domain src_domain_, if it has any neighbor with a distance lower than radius_ that belongs to the domain reference_domain_, it is updated.
The **radius assign filter** overwrites the output_dimension_ dimension with boolean values:
* 1 if the point has any neighbor with a distance lower than radius_ that belongs to the domain reference_domain_
* 0 otherwise.


Example
Expand Down

0 comments on commit 7c73b07

Please sign in to comment.