-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
System information (version)
- opencv-python => 4.5.5
- Operating System / Platform => Linux 64 Bit
- Python => 3.9.7
Detailed description
I created a small script here which finds corners of some images containing a chessbaord pattern which I have made, calculates the fundamental matrix and visualizes epipolar lines. I used charuco for finding the corners. The problem: The epipolar lines seem always very off in the visualizations. Therefore I added cv2.findChessboardCorners in order to compare it with the charuco corner detection and found that it seems to be much more accurate when visualizing the epilines.