Nodes/comfyui_cv/cv2.ximgproc.RadonTransform
ComfyUI Node

cv2.ximgproc.RadonTransform

Raw wrapper of cv2.ximgproc.RadonTransform(src, theta?, start_angle?, end_angle?, crop?, norm?). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'ximgproc' module. See the OpenCV documentation for details.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.ximgproc.RadonTransform
  • src
  • nparray
theta1.0000
start_angle0.0000
end_angle180.0000
cropfalse
normfalse
Categoryimage/CV/low-level/ximgproc

Inputs (6)

NameTypeDefaultDescription
srcNPARRAY,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.
thetaoptFLOAT1.0000-1e+38–1e+38 - - - Preset to the OpenCV default (1.0).
start_angleoptFLOAT0.0000-1e+38–1e+38 - - - Preset to the OpenCV default (0.0).
end_angleoptFLOAT180.0000-1e+38–1e+38 - - - Preset to the OpenCV default (180.0).
cropoptBOOLEANfalse - - - Preset to the OpenCV default (False).
normoptBOOLEANfalse - - - Preset to the OpenCV default (False).

Outputs (1)

NameTypeDescription
nparrayNPARRAY