单项选择题

如何在OpenCV中将图像模糊化处理?()

A.cv2.GaussianBlur(image,(5,5),0)
B.cv2.Blur(image,(5,5),0)
C.cv2.Smooth(image,(5,5),0)
D.cv2.MedianBlur(image,(5,5),0)