|
1 | 1 | { |
2 | | - "name": "DFNormalSegmentator", |
3 | | - "nickname": "DFCNorSeg", |
| 2 | + "name": "DFCADSegmentator", |
| 3 | + "nickname": "DFCADSeg", |
4 | 4 | "category": "diffCheck", |
5 | 5 | "subcategory": "Segmentation", |
6 | 6 | "description": "Cluster a point cloud based on normals.", |
7 | 7 | "exposure": 4, |
8 | | - "instanceGuid": "8f732cef-771c-41b8-acca-562211fd3a80", |
| 8 | + "instanceGuid": "e8b77b13-e441-4fbe-ae07-44dfe5cc3768", |
9 | 9 | "ghpython": { |
10 | 10 | "hideOutput": true, |
11 | 11 | "hideInput": true, |
|
14 | 14 | "iconDisplay": 2, |
15 | 15 | "inputParameters": [ |
16 | 16 | { |
17 | | - "name": "i_cloud", |
18 | | - "nickname": "i_cloud", |
19 | | - "description": "The point cloud to reduce the size.", |
| 17 | + "name": "i_clouds", |
| 18 | + "nickname": "i_clouds", |
| 19 | + "description": "The point cloud clusters already segmented by normals.", |
20 | 20 | "optional": true, |
21 | 21 | "allowTreeAccess": true, |
22 | 22 | "showTypeHints": true, |
23 | | - "scriptParamAccess": "item", |
| 23 | + "scriptParamAccess": "list", |
24 | 24 | "wireDisplay": "default", |
25 | 25 | "sourceCount": 0, |
26 | 26 | "typeHintID": "pointcloud" |
27 | 27 | }, |
28 | 28 | { |
29 | | - "name": "i_normal_threshold_degree", |
30 | | - "nickname": "i_normal_threshold_degree", |
31 | | - "description": "The normal threshold in degrees (under that it consider to the same cluster).", |
32 | | - "optional": false, |
33 | | - "allowTreeAccess": true, |
34 | | - "showTypeHints": true, |
35 | | - "scriptParamAccess": "item", |
36 | | - "wireDisplay": "default", |
37 | | - "sourceCount": 0, |
38 | | - "typeHintID": "float" |
39 | | - }, |
40 | | - { |
41 | | - "name": "i_min_cluster_size", |
42 | | - "nickname": "i_min_cluster_size", |
43 | | - "description": "The smallest cluster allowed.", |
| 29 | + "name": "i_assembly", |
| 30 | + "nickname": "i_assembly", |
| 31 | + "description": "The DFAssembly object.", |
44 | 32 | "optional": false, |
45 | 33 | "allowTreeAccess": true, |
46 | 34 | "showTypeHints": true, |
47 | 35 | "scriptParamAccess": "item", |
48 | 36 | "wireDisplay": "default", |
49 | 37 | "sourceCount": 0, |
50 | | - "typeHintID": "int" |
| 38 | + "typeHintID": "ghdoc" |
51 | 39 | }, |
52 | 40 | { |
53 | | - "name": "i_use_knn_neighborhood", |
54 | | - "nickname": "i_use_knn_neighborhood", |
55 | | - "description": "If true use knn, otherwise radius search.", |
| 41 | + "name": "i_angle_threshold", |
| 42 | + "nickname": "i_angle_threshold", |
| 43 | + "description": "From 0 to 1, it's the sin value. The closer to 0 the less permissive and viceversa to 1.", |
56 | 44 | "optional": false, |
57 | 45 | "allowTreeAccess": true, |
58 | 46 | "showTypeHints": true, |
59 | 47 | "scriptParamAccess": "item", |
60 | 48 | "wireDisplay": "default", |
61 | 49 | "sourceCount": 0, |
62 | | - "typeHintID": "bool" |
63 | | - }, |
64 | | - { |
65 | | - "name": "i_knn_neighborhood_size", |
66 | | - "nickname": "i_knn_neighborhood_size", |
67 | | - "description": "The knn size.", |
68 | | - "optional": false, |
69 | | - "allowTreeAccess": true, |
70 | | - "showTypeHints": true, |
71 | | - "scriptParamAccess": "item", |
72 | | - "wireDisplay": "default", |
73 | | - "sourceCount": 0, |
74 | | - "typeHintID": "int" |
| 50 | + "typeHintID": "float" |
75 | 51 | }, |
76 | 52 | { |
77 | | - "name": "i_radius_neighborhood_size", |
78 | | - "nickname": "i_radius_neighborhood_size", |
79 | | - "description": "The size of the radius.", |
| 53 | + "name": "i_association_threshold", |
| 54 | + "nickname": "i_association_threshold", |
| 55 | + "description": "From 0 to infinite. By default 0.5. The closer to 0 the less permissive your point.", |
80 | 56 | "optional": false, |
81 | 57 | "allowTreeAccess": true, |
82 | 58 | "showTypeHints": true, |
|
90 | 66 | { |
91 | 67 | "name": "o_clusters", |
92 | 68 | "nickname": "o_clusters", |
93 | | - "description": "The segmented clouds.", |
| 69 | + "description": "The clouds associated to each beam.", |
94 | 70 | "optional": false, |
95 | 71 | "sourceCount": 0, |
96 | 72 | "graft": false |
|
0 commit comments