UPDATE Vision 限定料袋的图像中心点

This commit is contained in:
hjw
2024-12-21 21:41:47 +08:00
parent ff8b9ef3c6
commit 51f5b19d66
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ import cv2
import numpy as np
img = cv2.imread('./model/data/2024_12_16_18_32_40.png')
img2 = img[:600, 380:]
# img2 = img[:600, 380:]
img = cv2.resize(img,(640,480))
# cv2.imshow('img3',img3)
# cv2.imshow('img2',img2)