ComfyUI Node
cv2.ppf_match_3d.addNoisePC
Raw wrapper of cv2.ppf_match_3d.addNoisePC(pc, scale). 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.addNoisePC
- pc
- nparray
◄scale0.0000►
Categoryimage/CV/low-level/ppf_match_3d
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| pc | 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. | |
| scale | FLOAT | 0.0000-1e+38–1e+38 | - - - |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |