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.
cv2.ximgproc.RadonTransform
- src
- nparray
◄theta1.0000►
◄start_angle0.0000►
◄end_angle180.0000►
◄cropfalse►
◄normfalse►
Categoryimage/CV/low-level/ximgproc
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| src | 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. | |
| thetaopt | FLOAT | 1.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (1.0). |
| start_angleopt | FLOAT | 0.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (0.0). |
| end_angleopt | FLOAT | 180.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (180.0). |
| cropopt | BOOLEAN | false | - - - Preset to the OpenCV default (False). |
| normopt | BOOLEAN | false | - - - Preset to the OpenCV default (False). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |