Ask Your Question

santosh maddula's profile - activity

2019-05-15 06:16:28 -0600 answered a question Defect Detection using OpenCV

Hi Ranganath try the following code: import cv2 im = cv2.imread("image.jpg", 0) im1 = cv2.imread("image1.jpg", 0) diff