adding more nodes
This commit is contained in:
@@ -34,6 +34,7 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"PrintTable",
|
||||
"Save",
|
||||
"SaveImage",
|
||||
"Shade",
|
||||
],
|
||||
"Overlay": [
|
||||
"Markup",
|
||||
@@ -47,7 +48,13 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"FlipField",
|
||||
"Resample",
|
||||
"AffineCorrection",
|
||||
"PerspectiveCorrection",
|
||||
"PolynomialDistortion",
|
||||
"ImageStitch",
|
||||
"MutualCrop",
|
||||
"ImmerseDetail",
|
||||
"PixelBinning",
|
||||
"ExtendPad",
|
||||
"FieldArithmetic",
|
||||
],
|
||||
"Level & Correct": [
|
||||
@@ -55,10 +62,16 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"PlaneLevelField",
|
||||
"PolyLevelField",
|
||||
"FacetLevelField",
|
||||
"FlattenBase",
|
||||
"LineCorrection",
|
||||
"DriftCorrection",
|
||||
"ScarRemoval",
|
||||
"SpotRemoval",
|
||||
"LaplaceInterpolation",
|
||||
"FractalInterpolation",
|
||||
"ScanLineReorder",
|
||||
"Tilt",
|
||||
"WrapValue",
|
||||
],
|
||||
"Filter": [
|
||||
"GaussianFilter",
|
||||
@@ -68,6 +81,9 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"LocalContrast",
|
||||
"CustomConvolution",
|
||||
"Deconvolution",
|
||||
"MedianBackground",
|
||||
"TrimmedMean",
|
||||
"RankFilter",
|
||||
"Gradient",
|
||||
"EdgeDetect",
|
||||
],
|
||||
@@ -79,6 +95,8 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"ACF2D",
|
||||
"ACF1D",
|
||||
"PSDF",
|
||||
"LogPolarPSDF",
|
||||
"FrequencySplit",
|
||||
"CrossCorrelate",
|
||||
],
|
||||
"Measure": [
|
||||
@@ -88,12 +106,16 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"Stats",
|
||||
"Curvature",
|
||||
"ShapeFitting",
|
||||
"TerraceFit",
|
||||
"FractalDimension",
|
||||
"Entropy",
|
||||
"SlopeDistribution",
|
||||
"RadialProfile",
|
||||
"LatticeMeasurement",
|
||||
"AngleMeasure",
|
||||
"MultipleProfiles",
|
||||
"StraightenPath",
|
||||
"RelateFields",
|
||||
],
|
||||
"Detect": [
|
||||
"FeatureDetection",
|
||||
@@ -101,10 +123,13 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"TemplateMatch",
|
||||
"FacetAnalysis",
|
||||
"MFMAnalysis",
|
||||
"ZeroCrossing",
|
||||
],
|
||||
"Mask": [
|
||||
"DrawMask",
|
||||
"ThresholdMask",
|
||||
"GrainMark",
|
||||
"OutlierMask",
|
||||
"MaskMorphology",
|
||||
"MaskInvert",
|
||||
"MaskOperations",
|
||||
@@ -114,6 +139,11 @@ MENU_LAYOUT: dict[str, list[str]] = {
|
||||
"WatershedSegmentation",
|
||||
"GrainAnalysis",
|
||||
"GrainFilter",
|
||||
"GrainDistributions",
|
||||
"GrainSummary",
|
||||
"LevelGrains",
|
||||
"GrainEdge",
|
||||
"GrainCross",
|
||||
],
|
||||
"Tip": [
|
||||
"TipModel",
|
||||
|
||||
Reference in New Issue
Block a user