Ask Your Question
12

Will Blob Analysis be a built-in feature of OpenCV?

asked 2013-04-24 05:52:04 -0600

zerog80 gravatar image

updated 2013-04-24 05:54:00 -0600

Actually only some Blob Analysis libraries for OpenCV exists (cvBlob, cvBlobsLib and BlobLib) and even if they are working fine, they seem to be outdated by now and they do not support the new OpenCV structures like Mat. Even if it is possible to use findContours() to identify connected components, you still need external libraries for computing basic blob measures, like centroid, bounding box, axes, eccentricity, etc...

Is there any effort planned to embed these functionalities into the core OpenCV functions?

Many thanks!

edit retag flag offensive close merge delete

Comments

3

This would indeed be a good adition to the openCV library.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-04-24 06:08:36 -0600 )edit
3

Blob analysis should be native to OpenCV instead of an add-on library. Thanks zerog80 for raising the question.

unxnut gravatar imageunxnut ( 2013-04-24 09:11:59 -0600 )edit

OpenCV does lack some features in the blob analysis field

Pedro Batista gravatar imagePedro Batista ( 2014-06-16 05:20:32 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-06-16 01:53:05 -0600

Michiel gravatar image

There are some patches available by Jason Newton which support the Mat structures and has some basic measures. Link..

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-24 05:52:04 -0600

Seen: 1,311 times

Last updated: Jun 16 '14