Ask Your Question
0

Blob extraction by colour segmentation

asked 2014-03-08 10:09:43 -0600

Hello everyone,

I made an application which detects objects of a set color in a webcam image. I implemented a simple segmentation using Mahalanobis distance (the said reference colour is "trained" from 10/20 images obtaining a mean vector and covariance matrix), and I obtained a binary image (a Mat in which pixel values are 255 or 0). How can I perform blob analysys using this binary image? Which classes/methods/functions can I use?

I'd like, for example, to determine the size of the biggest blob and ignore smaller blobs.

Thanks in advance.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-03-08 12:51:05 -0600

unxnut gravatar image

Your best bet will be to use an add-on library for blob analysis such as OpenCVBlobsLib. Check the link to see the available functions.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-08 10:09:43 -0600

Seen: 565 times

Last updated: Mar 08 '14