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.
cv2.computeCorrespondEpilines
- points
- F
- nparray
◄whichImagepoints are from image 1 (lines for image 2)►
Categoryimage/CV/low-level/cv2 C
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| points | NPARRAY | Input 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. | |
| whichImage | COMBO | points are from image 1 (lines for image 2) | Index of the image (1 or 2) that contains the points . |
| F | NPARRAY | Fundamental 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)
| Name | Type | Description |
|---|---|---|
| nparray | NPARRAY | — |