Red object tracking
Simple red object tracking using cvBlob (http://cvblob.googlecode.com/) and OpenCV (http://opencv.willowgarage.com/wiki/).
Source file:
http://cvblob.googlecode.com/hg/sampl...
How to compile and install cvBlob
http://stackoverflow.com/questions/13530054/blobs-with-opencv-which-library-is-best
http://cvblob.googlecode.com/hg/sampl...
How to compile and install cvBlob
http://stackoverflow.com/questions/13530054/blobs-with-opencv-which-library-is-best
I have seen these alternatives so far:
- cvBlobs (on google code) -- that is a c library really, working with IplImage so it needs serious adaptation to c++.
- CvBlobsLib (on willowgarage opencv webpage) -- that looks like a c++ library but has quite bad docs with plenty of stuff left unexplained and barely any code example.
- I have seen cv::findContours, cv::moments and cv::drawContours in the OpenCV 2.4.3 library.
沒有留言:
張貼留言