ComfyUI Node
cv2.determinant
Raw wrapper of cv2.determinant(mtx). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.determinant
- mtx
- float
Categoryimage/CV/low-level/cv2 D
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| mtx | NPARRAY | input matrix that must have CV_32FC1 or CV_64FC1 type and square size. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |