opencv 3.0.0 and cvblob not working
Hello,
I have been struggeling on this issue for some time, i like to use cvblob in my c++ aplicication (windows) but I get a lot of linker error on functions like cvRenderBlobs, cvLabel, cvFilterByArea and some more. Have these funcions an other name in this newest version? Of how can I fix it?
please do NOT use cvBlob or anything from the deprecated c-api.
instead, have a look at SimpleBlobDetector and contours in general