2014年3月7日 星期五

opencv找質心

opencv找質心



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

I have seen these alternatives so far:
  1. cvBlobs (on google code) -- that is a c library really, working with IplImage so it needs serious adaptation to c++.
  2. 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.
  3. I have seen cv::findContours, cv::moments and cv::drawContours in the OpenCV 2.4.3 library.


沒有留言:

張貼留言