The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
64 views

OpenCV Blob tracking in cocoa application

I want to create a cocoa application for mac os x and use blob detection from a camera input in order to process gestures. So far I have installed OpenCV and also the library cvBlob but I have no idea ...
0
votes
0answers
49 views

Expression:map/set iterator not dereferencable in cvBlob

I am getting a debug error "Expression:map/set iterator not dereferencable" when I run the function cvLabel. Can anybody help me regarding this error? The error is shown after 900 frames ...
0
votes
1answer
138 views

Cannot Build cvblobslib_v_8_3 with VS 2012 and Opencv 2.4.2

I am trying to build the cvBloblsLib and have been unable to do so far. I have tried to follow the instructions but I am missing something. Do I need to include the directories for OpenCV2.4.2 in ...
0
votes
1answer
152 views

cvBlobsLib with mingw

Does anybody know how to build cvBlobsLib using MinGW? On official page http://opencv.willowgarage.com/wiki/cvBlobsLib there is only instruction for VS. There is also linux version of this lib ...
0
votes
0answers
229 views

How to use cvBlobsLib in OpenCV on Ubuntu

I have a huge problem using the cvBlobsLib with OpenCV under Ubuntu. I built the cvBlobsLib in the OpenCV lib folder and I included the header file to my main.cpp. However, despite all my tries and ...
1
vote
0answers
223 views

OpenCV : Difficulty in working with cvBlobs Library

I am a beginner in OpenCV2.3 on Windows7 and Visual Studio2010 and finding a tough time(confused rather due to several version available in google) in installing the blob library. I am aware that ...
1
vote
1answer
112 views

Error while building Android NDK app with cvBlobsLib

I am having problems using cvBlobsLib with my Android app. I am using Eclipse with NDK. I have downloaded the library cvBlobsLib, created an Eclipse project using the source files of this library ...
0
votes
0answers
25 views

Cvblob stereo correspondence

I have a stereo camera system that detects retroreflective blobs using cvblob, but i have notice that sometimes there are not in the same order of detection for each imagen (left and rigtht) and ...
0
votes
0answers
54 views

how to use cvblobslib in Visual studio 2010

I'm trying to build the cvblobslib in Visual Studio 2010, which appears to be not that easy. can any body tell me how this works thanks in advance
0
votes
0answers
202 views

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 ...
3
votes
1answer
835 views

Blobs with OpenCV. Which library is best?

I plan to start experimenting with blobs as a C++ user, with some experience at cv::Mat's from the OpenCV. Now the question is, which blobs library should I use if at all? I have seen these ...
0
votes
1answer
221 views

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 ...
0
votes
0answers
48 views

cvBlobsLib JoinBlob on two separated Blobs

I would like to have two separated blobs counted as one. Currently Im doing the following: CBlob joinedBlob(blobA); joinedBlob.JoinBlob(blobB); Unfortunately both blobs fall together, with ...
1
vote
1answer
207 views

OpenCV+cvBlobsLib: blobs come out “stretched” on the x-axis

Making the usual blob tracker with OpenCV and cvBlobsLib, I've come across this problem and it seems no one else had it, which makes me sad. I get the RGB/BGR frame, choose the color to isolate, ...
0
votes
0answers
207 views

how to use openCV CBlobResult (C++)?

can anyone please direct me to a tutorial or instructions on how to use CBlobResult on openCV? i cant understand its output Thanks