Добавил фильтров и общий рефакторинг
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"title": "MyImportedPreset",
|
||||
"idValue": "user:my_imported_preset",
|
||||
"stages": [
|
||||
{
|
||||
"id": "pcl_remove_nan",
|
||||
"family": "preprocess",
|
||||
"enabled": true,
|
||||
"defaults": ""
|
||||
},
|
||||
{
|
||||
"id": "pcl_statistical_outlier",
|
||||
"family": "preprocess",
|
||||
"enabled": true,
|
||||
"defaults": "meanK=24,stddev=1.2"
|
||||
},
|
||||
{
|
||||
"id": "pcl_voxel_grid",
|
||||
"family": "preprocess",
|
||||
"enabled": true,
|
||||
"defaults": "leaf=0.02"
|
||||
},
|
||||
{
|
||||
"id": "pcl_greedy_triangulation",
|
||||
"family": "reconstruction",
|
||||
"enabled": true,
|
||||
"defaults": "searchRadius=0.08,mu=2.5,maxNearest=100,maxSurfaceAngle=0.8"
|
||||
}
|
||||
],
|
||||
"createdAt": "2026-04-23T12:00:00Z",
|
||||
"updatedAt": "2026-04-23T12:00:00Z"
|
||||
}
|
||||
Reference in New Issue
Block a user