Skip to content

Commit

Permalink
ADD: cmd_substract
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Oct 6, 2023
1 parent a24c496 commit ffe211c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ VoxelSizeSearch=0.1
{: .fs-6 .fw-300 }
This is the size of the voxel grid that will be used to search for neighbors. The smaller the value, the more accurate the algorithm will be but the slower it will be.


```
NormalThresholdDegree=2
```
Expand Down
19 changes: 19 additions & 0 deletions docs/cmd_description/Cockroach_SubstractCloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: default
title: Cockroach_SubstractCloud
parent: Cmd Description
---

# `Cockroach_SubstractCloud`
{: .no_toc }

![cockroach_connectedcomponent](https://github.com/ibois-epfl/Cockroach-documentation/blob/docu-alpha/img/cmds/cockroach_substractcloud.jpg?raw=true)

The command will substract a cloud from another cloud. The command will output a cloud that is the result of the substraction of the two input clouds. The clouds can have a different number of points. Select first a *cutter* cloud and then a *to be cut* cloud. The *cutter* cloud will do a radius search for each of its points on the other *to be cut* cloud. If the distance between the two points is smaller than the `RadiusSearch` value, the point will be removed from the *to be cut* cloud.

**Command options:**
```
RadiusSearch=0.003
```
{: .fs-6 .fw-300 }
The radius of the search for each point of the *cutter* cloud. The bigger the value the more rough the substraction will be.
Binary file added img/cmds/cockroach_substractcloud.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rh/documentation_workingfile.3dm
Binary file not shown.
Binary file modified rh/documentation_workingfile.3dmbak
Binary file not shown.

0 comments on commit ffe211c

Please sign in to comment.