ComfyUI Node
cv2.sampsonDistance
Raw wrapper of cv2.sampsonDistance(pt1, pt2, F). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.sampsonDistance
- pt1
- pt2
- F
- float
Categoryimage/CV/low-level/cv2 S
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| pt1 | NPARRAY | first homogeneous 2d point A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| pt2 | NPARRAY | second homogeneous 2d point A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| F | NPARRAY | fundamental matrix A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | — |