|
2 | 2 | "name": "DFMeshToCloud", |
3 | 3 | "nickname": "Geo2Pcd", |
4 | 4 | "category": "diffCheck", |
5 | | - "subcategory": "Cloud", |
6 | | - "description": "Sample a point cloud from a mesh.", |
| 5 | + "subcategory": "Registrations", |
| 6 | + "description": "Register two point clouds together if a fast global registration.", |
7 | 7 | "exposure": 4, |
8 | | - "instanceGuid": "e8e5e122-40d0-45cd-9f93-cc756fd8b307", |
| 8 | + "instanceGuid": "cacd1868-5e8f-451c-b89a-51a075f332cd", |
9 | 9 | "ghpython": { |
10 | 10 | "hideOutput": true, |
11 | 11 | "hideInput": true, |
12 | 12 | "isAdvancedMode": true, |
13 | 13 | "marshalOutGuids": true, |
14 | 14 | "iconDisplay": 2, |
15 | 15 | "inputParameters": [ |
| 16 | + { |
| 17 | + "name": "i_recompute", |
| 18 | + "nickname": "i_recompute", |
| 19 | + "description": "Connect a button to recompute the registration.", |
| 20 | + "optional": true, |
| 21 | + "allowTreeAccess": true, |
| 22 | + "showTypeHints": true, |
| 23 | + "scriptParamAccess": "item", |
| 24 | + "wireDisplay": "default", |
| 25 | + "sourceCount": 0, |
| 26 | + "typeHintID": "bool" |
| 27 | + }, |
16 | 28 | { |
17 | 29 | "name": "i_cloud_source", |
18 | 30 | "nickname": "i_cloud_source", |
|
36 | 48 | "wireDisplay": "default", |
37 | 49 | "sourceCount": 0, |
38 | 50 | "typeHintID": "pointcloud" |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "i_radius_kd_search", |
| 54 | + "nickname": "i_radius_kd_search", |
| 55 | + "description": "The radius used to search for neighbors in the KDTree.it is expressed relative to the point cloud size (0.01 means radiusKDTreeSearch = 1% of maxSize(pointCloud). It is used for the calculation of FPFHFeatures.", |
| 56 | + "optional": false, |
| 57 | + "allowTreeAccess": true, |
| 58 | + "showTypeHints": true, |
| 59 | + "scriptParamAccess": "item", |
| 60 | + "wireDisplay": "default", |
| 61 | + "sourceCount": 0, |
| 62 | + "typeHintID": "float" |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "i_neighbours_kd_search", |
| 66 | + "nickname": "i_neighbours_kd_search", |
| 67 | + "description": "The maximum number of neighbors to search for in the KDTree. It is used for the calculation of FPFHFeatures. A higher value will result in heavier computation but potentially more precise.", |
| 68 | + "optional": false, |
| 69 | + "allowTreeAccess": true, |
| 70 | + "showTypeHints": true, |
| 71 | + "scriptParamAccess": "item", |
| 72 | + "wireDisplay": "default", |
| 73 | + "sourceCount": 0, |
| 74 | + "typeHintID": "int" |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "i_max_corrspondence_dist", |
| 78 | + "nickname": "i_max_corrspondence_dist", |
| 79 | + "description": "The maximum distance between correspondences. A higher value will result in more correspondences, but potentially include wrong ones.", |
| 80 | + "optional": false, |
| 81 | + "allowTreeAccess": true, |
| 82 | + "showTypeHints": true, |
| 83 | + "scriptParamAccess": "item", |
| 84 | + "wireDisplay": "default", |
| 85 | + "sourceCount": 0, |
| 86 | + "typeHintID": "float" |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "i_iteration_number", |
| 90 | + "nickname": "i_iteration_number", |
| 91 | + "description": "The number of iterations to run the RanSaC registration algorithm. A higher value will take more time to compute but increases the chances of finding a good transformation. As parameter of the FastGlobalRegistrationOption options.", |
| 92 | + "optional": false, |
| 93 | + "allowTreeAccess": true, |
| 94 | + "showTypeHints": true, |
| 95 | + "scriptParamAccess": "item", |
| 96 | + "wireDisplay": "default", |
| 97 | + "sourceCount": 0, |
| 98 | + "typeHintID": "int" |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "i_max_tuple_count", |
| 102 | + "nickname": "i_max_tuple_count", |
| 103 | + "description": "The maximum number of tuples to consider in the FPFH hyperspace. A higher value will result in heavier computation but potentially more precise. As parameter of the FastGlobalRegistrationOption options.", |
| 104 | + "optional": false, |
| 105 | + "allowTreeAccess": true, |
| 106 | + "showTypeHints": true, |
| 107 | + "scriptParamAccess": "item", |
| 108 | + "wireDisplay": "default", |
| 109 | + "sourceCount": 0, |
| 110 | + "typeHintID": "int" |
39 | 111 | } |
40 | 112 | ], |
41 | 113 | "outputParameters": [ |
|
0 commit comments