Ask Your Question

Shankar's profile - activity

2020-02-12 15:35:41 -0600 received badge  Notable Question (source)
2019-12-04 03:36:40 -0600 received badge  Popular Question (source)
2018-07-24 18:56:56 -0600 commented answer removing noise using connected components

@Tetragramm, Thanks for the help. After fixing those two, It works now.

2018-07-08 23:52:00 -0600 commented answer removing noise using connected components

I don't know if I am doing anything wrong, or is there is some problem with the site. I have edited, saved and refreshed

2018-07-08 23:48:26 -0600 edited question removing noise using connected components

removing noise using connected components Hi all, I am running this in OpenCV 3.x and Python I have an image like this:

2018-07-05 19:07:19 -0600 commented answer removing noise using connected components

Damn! yes! missed the main part of the code while copying! Fixed it above. pls have a look now! I am setting the values

2018-07-04 17:39:14 -0600 edited question removing noise using connected components

removing noise using connected components Hi all, I am running this in OpenCV 3.x and Python I have an image like this:

2018-07-04 02:13:10 -0600 commented answer removing noise using connected components

Hi @Tetragramm, I tried it like you said above. I am still getting plain black images for the mask when I try to save it

2018-07-02 02:13:39 -0600 commented answer removing noise using connected components

Okay, So I tried like this: labX,labY = labels.shape for i in range(labX): print 'X:'+str(i) for j in range(lab

2018-06-27 11:02:38 -0600 commented question removing noise using connected components

Yes. the problem is median blurring removes some pixels from the plant parts as well, thus making them lose their shape.

2018-06-27 11:01:15 -0600 commented question removing noise using connected components

Yes. the problem is median blurring removes some pixels from the plant parts as well, thus making them lose their shape.

2018-06-27 03:00:09 -0600 commented answer removing noise using connected components

Hi, Thanks for the suggestion! I have been indeed trying a similar approach with connectedStats method, but using Pytho

2018-06-27 02:58:50 -0600 commented answer removing noise using connected components

Hi, Thanks for the suggestion! I have been indeed trying a similar approach with connectedStats method, but using Pytho

2018-06-27 02:58:30 -0600 commented answer removing noise using connected components

Hi, Thanks for the suggestion! I have been indeed trying a similar approach with connectedStats method, but using Pytho

2018-06-27 02:13:16 -0600 received badge  Editor (source)
2018-06-27 02:13:16 -0600 edited question removing noise using connected components

removing noise using connected components Hi all, I am running this in OpenCV 3.x and Python I have an image like this:

2018-06-26 21:33:53 -0600 asked a question removing noise using connected components

removing noise using connected components Hi all, I have an image like this: Its an HSV thresholded output of a BGR ima

2018-06-26 01:43:58 -0600 received badge  Enthusiast
2018-06-16 01:58:41 -0600 asked a question Finding contours of a plant root

Finding contours of a plant root I have an image which has roots like this: I want to crop each root individually ou

2018-06-15 19:39:43 -0600 commented question finding outermost contour of plant root

I am unable to add images here to my question. the image gets uploaded but does not get attached to the question.