Nodes/comfyui_cv/cv2.computeCorrespondEpilines
ComfyUI Node

cv2.computeCorrespondEpilines

Raw wrapper of cv2.computeCorrespondEpilines(points, whichImage, F). 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.computeCorrespondEpilines
  • points
  • F
  • nparray
whichImagepoints are from image 1 (lines for image 2)
Categoryimage/CV/low-level/cv2 C

Inputs (3)

NameTypeDefaultDescription
pointsNPARRAYInput points. $N \times 1$ or $1 \times N$ matrix of type CV_32FC2 or vector\ . A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.
whichImageCOMBOpoints are from image 1 (lines for image 2)Index of the image (1 or 2) that contains the points .
FNPARRAYFundamental matrix that can be estimated using #findFundamentalMat or #stereoRectify . A data array (points / matrix), NOT an image - only an NPARRAY link is accepted here.

Outputs (1)

NameTypeDescription
nparrayNPARRAY