ComfyUI Node
cv2.matMulDeriv
Raw wrapper of cv2.matMulDeriv(A, B). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.matMulDeriv
- A
- B
- dABdA
- dABdB
Categoryimage/CV/low-level/cv2 M
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| A | NPARRAY | First multiplied matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| B | NPARRAY | Second multiplied matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| dABdA | NPARRAY | — |
| dABdB | NPARRAY | — |