Ask Your Question

Machi's profile - activity

2020-09-28 08:11:35 -0600 received badge  Popular Question (source)
2018-09-13 14:19:05 -0600 commented answer Finding local maximum in grayscale image

Hmm I have tried result = cv2.dilate(img, cv2.getStructuringElement(cv2.MORPH_RECT,(5,5))) but I only get this https:

2018-09-13 11:50:05 -0600 asked a question Finding local maximum in grayscale image

Finding local maximum in grayscale image Hello, I'm new to OpenCV and still learning so I'm looking for an as simple as