单项选择题

A.cv2.Canny(image,100,200)
B.cv2.edgeDetect(image,100,200)
C.cv2.findEdges(image,100,200)
D.cv2.detectEdges(image,100,200)