add keywords for all nodes

This commit is contained in:
2026-04-04 14:58:56 -07:00
parent 69f1d1bebd
commit a0d3b22f18
195 changed files with 437 additions and 198 deletions

View File

@@ -20,8 +20,8 @@ Detect lines or circles in images using the Hough transform. Returns an accumula
| Name | Type | Default | Description |
|------|------|---------|-------------|
| mode | dropdown | lines | Detection mode: lines or circles |
| n_peaks | INT | 3 | Number of strongest features to report (150) |
| threshold | FLOAT | 1.0 | Minimum accumulator value relative to peak (0.110.0) |
| n_peaks | INT | 3 | Number of strongest features to report (1-50) |
| threshold | FLOAT | 1.0 | Minimum accumulator value relative to peak (0.1-10.0) |
| min_radius | INT | 10 | Minimum circle radius in pixels (circles mode only) |
| max_radius | INT | 30 | Maximum circle radius in pixels (circles mode only) |