ComfyUI Node
cv2.ppf_match_3d.loadPLYSimple
Raw wrapper of cv2.ppf_match_3d.loadPLYSimple(fileName, withNormals?). Parameters marked '?' are optional; blank means OpenCV default. From the opencv-contrib 'ppf_match_3d' module. See the OpenCV documentation for details.
cv2.ppf_match_3d.loadPLYSimple
- nparray
◄fileName►
◄withNormals►
Categoryimage/CV/low-level/ppf_match_3d
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| fileName | STRING | - - - | |
| withNormalsopt | STRING | - - - Optional - leave blank to use the OpenCV default. Accepts a Python literal, e.g. 3, 1.5, true, or (3, 3). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |