Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Will Blob Analysis be a built-in feature of OpenCV

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!

Will Blob Analysis be a built-in feature of OpenCV

Actually only some Blob Analysis Analysis libraries for OpenCV exists (cvBlob, cvBlobsLib (cvBlob, cvBlobsLib and BlobLib) 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!

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

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!