ComfyUI Node
cv2.PCAProject
Raw wrapper of cv2.PCAProject(data, mean, eigenvectors). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.PCAProject
- data
- mean
- eigenvectors
- nparray
Categoryimage/CV/low-level/cv2 P
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| data | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| mean | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| eigenvectors | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |