ComfyUI Node
cv2.HoughCirclesWithAccumulator
Raw wrapper of cv2.HoughCirclesWithAccumulator(image, method, dp, minDist, param1?, param2?, minRadius?, maxRadius?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.HoughCirclesWithAccumulator
- image
- nparray
◄methodHOUGH_GRADIENT►
◄dp0.0000►
◄minDist0.0000►
◄param1100.0000►
◄param2100.0000►
◄minRadius0►
◄maxRadius0►
Categoryimage/CV/low-level/cv2 H
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | NPARRAY,IMAGE,MASK | - - - Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size. | |
| method | COMBO | HOUGH_GRADIENT | - - - |
| dp | FLOAT | 0.0000-1e+38–1e+38 | - - - |
| minDist | FLOAT | 0.0000-1e+38–1e+38 | - - - |
| param1opt | FLOAT | 100.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (100.0). |
| param2opt | FLOAT | 100.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (100.0). |
| minRadiusopt | INT | 0-2147483648–2147483647 | - - - Preset to the OpenCV default (0). |
| maxRadiusopt | INT | 0-2147483648–2147483647 | - - - Preset to the OpenCV default (0). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |