This commit is contained in:
ros 2023-02-28 12:01:36 +01:00
parent 164ad2f845
commit e46fa51a66
3 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ image_points_array = []
# Load the images # Load the images
images = [] images = []
images.append(cv2.imread("left.jpg")) images.append(cv2.imread("/home/ros/Bureau/ca_ur5/left.jpg"))
images.append(cv2.imread("right.jpg")) images.append(cv2.imread("/home/ros/Bureau/ca_ur5/left2.jpg"))
# Add more images as needed # Add more images as needed
# Loop through each image and find the chessboard corners # Loop through each image and find the chessboard corners

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

BIN
left2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB