ComfyUI Node
cv2.transform
Raw wrapper of cv2.transform(src, m). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.transform
- src
- m
- nparray
Categoryimage/CV/low-level/cv2 T
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | input array that must have as many channels (1 to 4) as m.cols or m.cols-1. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| m | NPARRAY | transformation 2x2 or 2x3 floating-point matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |