Photo2
This commit is contained in:
parent
164ad2f845
commit
e46fa51a66
4
calib.py
4
calib.py
|
|
@ -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
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Loading…
Reference in New Issue