Nodes/comfyui_cv/cv2.correctMatches
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.

By bmad4ever·Created 3 months ago·Updated 2 days ago· 0
cv2.correctMatches
  • F
  • points1
  • points2
  • newPoints1
  • newPoints2
Categoryimage/CV/low-level/cv2 C

Inputs (3)

NameTypeDefaultDescription
FNPARRAY3x3 fundamental matrix. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
points1NPARRAY1xN array containing the first set of points. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
points2NPARRAY1xN array containing the second set of points. A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.

Outputs (2)

NameTypeDescription
newPoints1NPARRAY
newPoints2NPARRAY