ComfyUI Node
cv2.perspectiveTransform
Raw wrapper of cv2.perspectiveTransform(src, m). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.perspectiveTransform
- src
- m
- nparray
Categoryimage/CV/low-level/cv2 P
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | input two-channel or three-channel floating-point array; each element is a 2D/3D vector to be transformed. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| m | NPARRAY | 3x3 or 4x4 floating-point transformation matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |