Ask Your Question

Ranganath's profile - activity

2018-04-30 01:02:43 -0600 commented question Defect Detection using OpenCV

Hi Steven, How to work on that?

2018-04-26 04:45:26 -0600 commented question Defect Detection using OpenCV

problem what i am facing is i am not able to get rectangle shape on defected areas.

2018-04-26 04:43:30 -0600 commented question Defect Detection using OpenCV

im: original image without defect im1: with defect (A scratch on image)

2018-04-26 04:40:31 -0600 commented question Defect Detection using OpenCV

Hi Berak, Thanks for reply, I am attaching code: im = cv2.imread("C:/Original_Image.jpg", 0) im1 = cv2.imread("C:/D

2018-04-26 04:39:48 -0600 commented question Defect Detection using OpenCV

Hi Berak, Thanks for reply, I am attaching code: im = cv2.imread("C:/Original_Image.jpg", 0) im1 = cv2.imread("C:/D

2018-04-26 00:52:19 -0600 asked a question Defect Detection using OpenCV

Defect Detection using OpenCV Dear Members, I am trying to detect defect in image by comparing defected image with orig