Nodes/comfyui_cv/cv2.HoughCirclesWithAccumulator
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.HoughCirclesWithAccumulator
  • image
  • nparray
methodHOUGH_GRADIENT
dp0.0000
minDist0.0000
param1100.0000
param2100.0000
minRadius0
maxRadius0
Categoryimage/CV/low-level/cv2 H

Inputs (8)

NameTypeDefaultDescription
imageNPARRAY,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.
methodCOMBOHOUGH_GRADIENT - - -
dpFLOAT0.0000-1e+38–1e+38 - - -
minDistFLOAT0.0000-1e+38–1e+38 - - -
param1optFLOAT100.0000-1e+38–1e+38 - - - Preset to the OpenCV default (100.0).
param2optFLOAT100.0000-1e+38–1e+38 - - - Preset to the OpenCV default (100.0).
minRadiusoptINT0-2147483648–2147483647 - - - Preset to the OpenCV default (0).
maxRadiusoptINT0-2147483648–2147483647 - - - Preset to the OpenCV default (0).

Outputs (1)

NameTypeDescription
nparrayNPARRAY