0
点赞
收藏
分享

微信扫一扫

numpy图像裁剪img

b91bff6ffdb5 2024-01-15 阅读 12


cropped_img = img[int(start_h):int(end_h),int(start_w):int(end_w)]


举报

相关推荐

0 条评论