多项选择题

以下哪些代码片段可以用于图像的缩放操作?()

A.cv2.resize(img,(200,200))
B.cv2.resize(img,None,fx=0.5,fy=0.5)
C.cv2.pyrUp(img)
D.cv2.pyrDown(img)

微信扫码免费搜题