hy, can anyone give me the explaination of these 2 lines of code.
c1 = cv2.filter2D(img2, -1, h/n1, borderType=cv2.BORDER_REFLECT) c2 = cv2.filter2D(img, -1, h, borderType=cv2.BORDER_REFLECT)2 / (n*n1)
i am not able to get the meaning of img2 and cv2.filter2D(img, -1, h, borderType=cv2.BORDER_REFLECT)2 / (n*n1).
what it exectly does. help me !!