add help docs and ?
This commit is contained in:
26
docs/nodes/Kuwahara Filter.md
Normal file
26
docs/nodes/Kuwahara Filter.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Kuwahara Filter
|
||||
|
||||
Edge-preserving smoothing using Kuwahara's minimum-variance quadrant method. Unlike Gaussian blur, sharp boundaries are preserved. Equivalent to Gwyddion's Kuwahara filter.
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Type | Required | Description |
|
||||
|------|------|----------|-------------|
|
||||
| field | DATA_FIELD | Yes | Input field to filter |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| filtered | DATA_FIELD | Smoothed field with preserved edges |
|
||||
|
||||
## Controls
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------|------|---------|-------------|
|
||||
| iterations | INT | 1 | Number of times the 5×5 Kuwahara pass is applied (1–20) |
|
||||
|
||||
## Limitations
|
||||
|
||||
- The kernel is fixed at 5×5 pixels; coarser smoothing requires more iterations.
|
||||
- Multiple iterations increase processing time proportionally; 20 iterations on a large field may be slow.
|
||||
Reference in New Issue
Block a user