Opencv中的坐标变换

第一次写博客

# 写博客

h, w, c = img.shape()

ResizeImg = cv2.resize(img, (w, h))

dim = [h, w]

dim = (batch, channal, h, w)

发布了4 篇原创文章 · 获赞 5 · 访问量 847

猜你喜欢

转载自blog.csdn.net/Guo_Python/article/details/80894441