ComfyUI Node
cv2.invert
Raw wrapper of cv2.invert(src, flags?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.invert
- src
- float
- nparray
◄flagsDECOMP_LU►
Categoryimage/CV/low-level/cv2 I
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | input floating-point M x N matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| flagsopt | COMBO | DECOMP_LU | inversion method (cv::DecompTypes) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |
| nparray | NPARRAY | — |