Questions tagged [cvblobslib]

35 questions
0
votes
0 answers

tracking multiple objects on opencv

I want to track mutiple objects using opencv on Visual Studio 2010, so I need the library cvblobslib, my problem is when I try to to build to provided VS project I get an error. can anbody tell me how I'm suppose to do that the right way thanks in…
Engine
  • 5,360
  • 18
  • 84
  • 162
0
votes
1 answer

cvBlobsLib find overlapping blobs

Is it possible to find out whether two blobs overlap each other? Im using two thresholds to sperate the image. Depending on some properties (compactness) and if they touch I want to merge some of those blobs again. Thanks
Phil
  • 578
  • 2
  • 5
  • 15
-1
votes
1 answer

error: 'CvTrackers' has not been declared

#include #include #include #include using std::string; #include class ImageProcessing { // ImageProcessing* ImgPtr; private: IplImage *img0, *img1; IplImage*…
pradeep
  • 48
  • 2
  • 11
-1
votes
2 answers

C++ Error: IntilliSense identifier "track" is undefined -- "potentially uninitialized local pointer variable 'track'"

I'm trying to build a library of cvblob using OpenCV, and while compiling in VS 2013, error C4703: potentially uninitialized local pointer variable 'track' used error C4703: potentially uninitialized local pointer variable 'blob' used I'm…
solvador
  • 95
  • 1
  • 10
-4
votes
1 answer

during runtime the program strucks at frame no 27

I have written a program to count no of cars from the captured video. I have installed opencv and cvblob, raspbian wheezy OS on raspberry pi 2. The problem I am facing is "During run time the program hangs at cvLabel after certain no of…
pradeep
  • 48
  • 2
  • 11
1 2
3