ComfyUI Node
cv2.Mahalanobis
Raw wrapper of cv2.Mahalanobis(v1, v2, icovar). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.Mahalanobis
- v1
- v2
- icovar
- float
Categoryimage/CV/low-level/cv2 M
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| v1 | NPARRAY | first 1D input vector. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| v2 | NPARRAY | second 1D input vector. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| icovar | NPARRAY | inverse covariance matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |