ComfyUI Node
cv2.depthTo3dSparse
Raw wrapper of cv2.depthTo3dSparse(depth, in_K, in_points). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.depthTo3dSparse
- depth
- in_K
- in_points
- nparray
Categoryimage/CV/low-level/cv2 D
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| depth | NPARRAY,IMAGE,MASK | - - - Accepts a ComfyUI IMAGE/MASK directly (frame 0 of a batch) or an NPARRAY. Arithmetic ops (add, multiply, etc.) process the full IMAGE batch when both inputs have the same batch size. | |
| in_K | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| in_points | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |