ComfyUI Node
cv2.correctMatches
Raw wrapper of cv2.correctMatches(F, points1, points2). Parameters marked '?' are optional; blank means OpenCV default. See the OpenCV documentation for details.
cv2.correctMatches
- F
- points1
- points2
- newPoints1
- newPoints2
Categoryimage/CV/low-level/cv2 C
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| F | NPARRAY | 3x3 fundamental matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| points1 | NPARRAY | 1xN array containing the first set of points. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. | |
| points2 | NPARRAY | 1xN array containing the second set of points. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| newPoints1 | NPARRAY | — |
| newPoints2 | NPARRAY | — |