add line correction and scar removal nodes

This commit is contained in:
2026-03-27 21:57:43 -07:00
parent fa9aeaa4a9
commit e10a30c08f
6 changed files with 742 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ MENU_LAYOUT: dict[str, list[str]] = {
"EdgeDetect",
"FFTFilter1D",
"FFTFilter2D",
"ScarRemoval",
],
"Frequency": [
"FFT2D",
@@ -56,6 +57,7 @@ MENU_LAYOUT: dict[str, list[str]] = {
"PlaneLevelField",
"PolyLevelField",
"FixZero",
"LineCorrection",
],
"Measure": [
"CrossSection",