ComfyUI Node
cv2.estimateTranslation3D
Raw wrapper of cv2.estimateTranslation3D(src, dst, ransacThreshold?, confidence?). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.estimateTranslation3D
- src
- dst
- retval
- out
- inliers
◄ransacThreshold3.0000►
◄confidence0.9900►
Categoryimage/CV/low-level/cv2 E
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| src | NPARRAY | - - - A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| dst | NPARRAY | - - - The low-level cv2 function writes its result into this array in place, but this wrapper passes cv2 a private copy, so your input array is never modified. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| ransacThresholdopt | FLOAT | 3.0000-1e+38–1e+38 | - - - Preset to the OpenCV default (3.0). |
| confidenceopt | FLOAT | 0.9900-1e+38–1e+38 | - - - Preset to the OpenCV default (0.99). |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| retval | BOOLEAN | — |
| out | NPARRAY | — |
| inliers | NPARRAY | — |