import os
import cv2 as cv
def clip_image(filelist, i, img_path):
for imagename in filelist:
image_path = os.path.join(img_path, imagename)
im = cv.
python批处理截取特定位置图片
最新推荐文章于 2024-10-26 15:31:11 发布
import os
import cv2 as cv
def clip_image(filelist, i, img_path):
for imagename in filelist:
image_path = os.path.join(img_path, imagename)
im = cv.