Добавил фильтров и общий рефакторинг

This commit is contained in:
2026-04-23 16:52:22 +03:00
parent e0f72ba288
commit 64b54bbc56
25 changed files with 3891 additions and 190 deletions
+32
View File
@@ -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"
}