ComfyUI Node
cv2.getPerspectiveTransform
Raw wrapper of cv2.getPerspectiveTransform(src, dst, solveMethod?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.getPerspectiveTransform
- src
- dst
- nparray
◄solveMethodDECOMP_LU►
Categoryimage/CV/low-level/cv2 G
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| dst | NPARRAY | - - - The low-level cv2 function writes its result into this array in place, but this wrapper passes cv2 a private copy, so your input array is never modified. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| solveMethodopt | COMBO | DECOMP_LU | - - - |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |