Offers a means to filter cloud points associated with a relationship based on a sigma threshold.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The name of the relationship to edit. |
1 |
Double |
Sigma Threshold |
Sigma threshold to apply as part of the filter |
2 |
Boolean |
Modify Existing Input Clouds |
Selecting True will delete points from the current associated cloud(s). |
Return Arguments
3 |
Double |
First Pass RMS Error |
First Pass RMS Error |
4 |
Double |
First Pass Maximum Error |
First Pass Maximum Error |
5 |
Double |
First Pass Minimum Error |
First Pass Minimum Error |
6 |
Double |
First Pass Average Error |
First Pass Average Error |
7 |
Double |
Final Pass RMS Error |
Final Pass RMS Error |
8 |
Double |
Final Pass Maximum Error |
Final Pass Maximum Error |
9 |
Double |
Final Pass Minimum Error |
Final Pass Minimum Error |
10 |
Double |
Final Pass Average Error |
Final Pass Average Error |
11 |
Integer |
Total Input Point Count |
Total Input Point Count |
12 |
Integer |
Exclude Point Count |
Exclude Point Count |
Returned Status
SUCCESS |
Relationship was updated successfully. |
FAILURE |
Specified relationships could not be found. |
Remarks
There will always be exactly two passes. The first pass goes through and determines the mean and standard deviation about that mean which is necessary to determine the filter bandwidth. The second pass excludes points outside this bandwidth.