多项选择题

A.cv2.Canny(img,50,150)
B.cv2.Sobel(img,cv2.CV_64F,1,0,ksize=3)
C.cv2.Laplacian(img,cv2.CV_64F)
D.cv2.cornerHarris(img,2,3,0.04)