Ask Your Question

blackmamba591's profile - activity

2017-10-26 03:31:04 -0600 commented question Imshow issue reading images from directory.

glob did not work for me. I finally used boost:: filesystem. Now it works for me.

2017-10-25 20:57:06 -0600 asked a question Imshow issue reading images from directory.

Imshow issue reading images from directory. Hi, I am trying to read images from a directory. However, throws me this er

2017-10-24 04:46:46 -0600 marked best answer How to detect circles with +/-5% error margin?

Hello, I am new opencv.

I have several images which consist of blobs in them. Every image has spherical or ellipse or nearly perfect circles in them. There are around 200 files. I want to check every file and see if the image is a nearly perfect circle (with maybe +-5% error margin, or close to 2pi*radius)?

I read most of the posts, Hough Transform detects circles however it doesn't detect anything in my images as they are perfect circles. So how could I find the best fitting circle based on provided threshold or circularity I can separate them out from the ones which meet my requirement.

Also is it possible to use one as a reference and to compare with others and do matching?

Type 1: Multiple blobs

type1

Type 2: Only one blob

type 2

2017-10-24 04:46:46 -0600 received badge  Scholar (source)
2017-10-24 04:46:30 -0600 commented answer How to detect circles with +/-5% error margin?

Done thanks, just needed to edit the parameters. I can certainly implement the watershed now for the patch of multiple b

2017-10-24 04:45:58 -0600 commented answer How to detect circles with +/-5% error margin?

Done thanks

2017-10-24 02:25:14 -0600 commented answer How to detect circles with +/-5% error margin?

Hi @essamzaky could I use something like a blob detection as given here ? However, it doesn't quite work for the above i

2017-10-24 02:11:06 -0600 commented answer How to detect circles with +/-5% error margin?

Hi @essamzaky could I use something like a blob detection as given here. However, it doesn't quite work for the above im

2017-10-23 05:06:28 -0600 received badge  Editor (source)
2017-10-23 05:06:28 -0600 edited question How to detect circles with +/-5% error margin?

How to detect circles with 5% error margin? Hello, I am new opencv. I have several images which consist of blobs in the

2017-10-23 05:05:27 -0600 asked a question How to detect circles with +/-5% error margin?

How to detect circles with 5% error margin? Hello, I am new opencv. I have several images which consist of blobs in the