多项选择题

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)