ComfyUI Node
cv2.parallel.setParallelForBackend
Raw wrapper of cv2.parallel.setParallelForBackend(backendName, propagateNumThreads?). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'parallel' module. See the OpenCV documentation for details.
cv2.parallel.setParallelForBackend
- bool
◄backendName►
◄propagateNumThreads►
Categoryimage/CV/low-level/parallel
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| backendName | STRING | - - - | |
| propagateNumThreadsopt | STRING | - - - Optional - leave blank to use the OpenCV default. Accepts a Python literal, e.g. 3, 1.5, true, or (3, 3). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| bool | BOOLEAN | — |