opencv 3.0.0 and cvblob not working

asked 2015-11-10 09:06:09 -0600

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?

edit retag flag offensive close merge delete

Comments

3

please do NOT use cvBlob or anything from the deprecated c-api.

instead, have a look at SimpleBlobDetector and contours in general

berak gravatar imageberak ( 2015-11-10 09:38:57 -0600 )edit