add remaining high value features

This commit is contained in:
2026-03-27 23:53:49 -07:00
parent 61d7b0fdcc
commit 240a2529eb
10 changed files with 1648 additions and 6 deletions

View File

@@ -57,13 +57,16 @@ MENU_LAYOUT: dict[str, list[str]] = {
],
"Flatten": [
"PlaneLevelField",
"FacetLevelField",
"PolyLevelField",
"FixZero",
"LineCorrection",
],
"Measure": [
"CrossSection",
"Curvature",
"Histogram",
"FractalDimension",
"ACF",
"Cursors",
"Statistics",
@@ -75,8 +78,10 @@ MENU_LAYOUT: dict[str, list[str]] = {
"MaskMorphology",
"MaskInvert",
"MaskCombine",
"GrainDistanceTransform",
],
"Particles": [
"WatershedSegmentation",
"ParticleAnalysis",
],
}