Ask Your Question

saherch's profile - activity

2015-03-06 12:56:13 -0600 asked a question Blob detector issue

Hello, I am trying to use SimpleBlobDetector with only one of its params; filterByCircularity. But it alone doesn't seems to detect even a perfect circle. I have tried it with the min and maximum range but that also does not helps. If I use filter by area in combination with it, it seems to work; because of the area filters i think.

Can you plz tell me the default values of min and maximum circularity?

Also has anyone tried using filterByCircularity alone? I was having a similar problem when using filterByColor as well.

params.filterByCircularity = true; params.minCircularity = 0.0; params.maxCircularity = 1;

Regards Saher Maqsood