ComfyUI Node
cv2.projectPointsSepJ
Raw wrapper of cv2.projectPointsSepJ(objectPoints, rvec, tvec, cameraMatrix, distCoeffs, aspectRatio?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.projectPointsSepJ
- objectPoints
- rvec
- tvec
- cameraMatrix
- distCoeffs
- nparray_0
- nparray_1
- nparray_2
- nparray_3
- nparray_4
- nparray_5
- nparray_6
◄aspectRatio0.0000►
Categoryimage/CV/low-level/cv2 P
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| objectPoints | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| rvec | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| tvec | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| cameraMatrix | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| distCoeffs | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| aspectRatioopt | FLOAT | 0.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (0.0). |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| nparray_0 | NPARRAY | — |
| nparray_1 | NPARRAY | — |
| nparray_2 | NPARRAY | — |
| nparray_3 | NPARRAY | — |
| nparray_4 | NPARRAY | — |
| nparray_5 | NPARRAY | — |
| nparray_6 | NPARRAY | — |