How to save the blobs present in the currrent image using cvBlob library?
Hello everybody, I want to save the moving blobs from the image using the cvblob library so how to achieve this
What do you actually want to save? The coördinates? The region in the original image? The size or area of the blob? Give us more information please.
BTW, cvBlob is no original openCV functionality. It is a standalone add-on to openCV. Not sure if this is the right place to ask for help.