ComfyUI Node
cv2.fastAtan2
Raw wrapper of cv2.fastAtan2(y, x). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.fastAtan2
- float
◄y0.0000►
◄x0.0000►
Categoryimage/CV/low-level/cv2 F
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| y | FLOAT | 0.0000-1e+38–1e+38 | y-coordinate of the vector. |
| x | FLOAT | 0.0000-1e+38–1e+38 | x-coordinate of the vector. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |