I am working on traffic surveillance system and now I want to detect no. of cars and classify them according to their size.I used average method to get cars as blobs and now I am trying to draw rectangles around cars by getting coordinates of the blobs I'm getting in thresholded image.But I am getting an error while using CblobResult,saying "undefined reference to `BlobAnalysis(_IplImage*, unsigned char, _IplImage*, bool, bool, std::vector >&)" How can I remove this error?
Asked
Active
Viewed 332 times
1
-
Does javacv support CBlobResult method?? I try to find it but I faild. Do i need to add additional libraries to call that method ? – SL_User Jun 19 '12 at 05:18
-
which version of cvblobslib and opencv are using? – linquize Aug 11 '12 at 15:24