ComfyUI Node
Threshold π¦βπ₯
OpenCV Threshold. Applies a fixed-level threshold to each array element.
Threshold π¦βπ₯
- nparrays
- dst
βthresh127βΊ
βmaxval255βΊ
βtypeBINARYβΊ
Categoryπ¦βπ₯ ArchiGraph/π OpenCV
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| nparrays | NPARRAY | β | |
| thresh | FLOAT | 1270β255 | Threshold value. |
| maxval | FLOAT | 2550β255 | Maximum value to use with THRESH_BINARY and THRESH_BINARY_INV thresholding types. |
| type | COMBO | BINARY | Thresholding type. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| dst | NPARRAY | β |