add keywords for all nodes
This commit is contained in:
@@ -19,8 +19,8 @@ Create a binary mask by thresholding data. Otsu automatically finds the optimal
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|------|------|---------|-------------|
|
||||
| method | dropdown | absolute | Thresholding method: absolute (raw data value), relative (fraction of min–max range), or otsu (automatic Otsu threshold) |
|
||||
| threshold | FLOAT | 0.0 | Threshold value; for absolute: raw z value; for relative: fraction 0–1; ignored for otsu (socket-only input) |
|
||||
| method | dropdown | absolute | Thresholding method: absolute (raw data value), relative (fraction of min-max range), or otsu (automatic Otsu threshold) |
|
||||
| threshold | FLOAT | 0.0 | Threshold value; for absolute: raw z value; for relative: fraction 0-1; ignored for otsu (socket-only input) |
|
||||
| direction | dropdown | above | Which pixels to select: above or below the threshold |
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user