Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Active older topics
1 new of 1 - Aug 1 2011
1 new of 1 - Jul 15 2011
3 new of 3 - Jul 14 2011
6 new of 6 - Jun 11 2011
2 new of 2 - May 30 2011
2 new of 2 - May 26 2011
3 new of 3 - May 25 2011
2 new of 2 - May 23 2011
3 new of 3 - May 9 2011
2 new of 2 - Mar 2 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 25  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: cvBlob users mailing list.
 

Build problem 
  Hi guys, I am trying to build the library in VS2010 and having a problem. After generating a project with CMake, I built the library in VS2010. There were some failures but it seems okay because cvblob.dll was created properly. But I can't make a cvblob.lib file at all. How can I make the lib file? Please help!!... more »
By Devon  - May 25 - 1 new of 1 message    

How to use cvBlob in Borland C++ Builder 
  Dear all; Can cvBlob run in BCB (6.0) ? I download the cvBlob source, and add in the my project. They can be built, but when using CvBlob blob; unsigned int result = cvb::cvLabel(dst, labelImg, blob); There are error messages as below: 1. [C++ Warning] Main.cpp(4206): W8030 Temporary used for parameter... more »
By Tien  - Apr 25 - 2 new of 2 messages    

How to use Mat Objects 
  Hi, I have to do something like that*:* Mat ipl = Mat(720,480,CV_8U); Mat label = Mat(740,480, CV_32FC1); IplImage ipl_mat = ipl; IplImage label_mat = label; CvBlobs blobs; unsigned int result = cvLabel(&ipl_mat, &label_mat, blobs); This code causes a segmentation fault. Is there any possibility to use cvLabel like this -> cvLabel(&ipl_mat,... more »
By dschaudel  - Apr 14 - 2 new of 2 messages    

cvBlob and OpenCV4Android 
  Hi, has someone already used cvblob library with OpenCV4Android? I've implemented a traffic sign detection and recognition system using cvblob to extract possible sign candidates. I want to port my implementation to Android via NDK. I do not want to use the OpenCV4Android Java interface. Best regards.... more »
By dschaudel  - Apr 12 - 6 new of 6 messages    

problem with sample program on Ubuntu 11.10 
  Hi, I'm new to linux, and need a bit of help. I need to use openCV with cvBlob on linux, so installed openCV with these commands: $ sudo add-apt-repository ppa:gijzelaar/opencv2 $ sudo apt-get install libcv2.1 libcv-dev libcvaux2.1 libcvaux-dev libhighgui2.1 libhighgui-dev opencv-doc python-opencv... more »
By Steffen  - Nov 15 2011 - 2 new of 2 messages    

error when i use cvblob python swig interface in ubuntu oneiric 
  hello i've got a probleme with the cvblob swig python What steps will reproduce the problem? 1. install Opencv-2.3.1a from [link] change ffmpeg version 0.8.5, install cvblob from [link] (compile / example and run ok)... more »
By biogene  - Oct 31 2011 - 1 new of 1 message    

Object boundry Detection‏ in OpenCV 
  I want to detect the boundary of an object in a binary image. A similar function is available in Matlab's image processing toolkit. has anyone done it yet or knows anything about it.
By Saleh  - Oct 28 2011 - 10 new of 10 messages    

Cant display largest blob in new image. 
  Hi. I am new to the group. I have a binary image and i want to display the largest only in the new image. However i fail. Below is my code: //load image IplImage * inputImage = cvLoadImage("fill.jpg"); CBlobResult blobs; blobs = CBlobResult( inputImage, NULL, 0 ); // number of blobs... more »
By legolas  - Sep 1 2011 - 1 new of 1 message    

Does cvblob require user to pick a color? 
  I have a basic question about cvBlob: Can cvBlob extract blobs without requiring the user to identify the color of the blob? The examples I have seen are all based on identifying a color. I'm looking for a more general foreground/background discrimination algorithm. Thanks! --Osman
By Osman Eralp  - Aug 27 2011 - 2 new of 2 messages    

Problem with cvBlob 
  hi, i'm trying to use cvBlob in VS2005 to detect hand. I've gone through the installation guide & have given the path of cvBlob folder in properties->C/C++->general->ad ditional include directory & cvBlob.lib in Linker->Input->Additional dependencies but i don't know why i'm still getting errors like - unresolved external symbol... more »
By misteek  - Aug 10 2011 - 3 new of 3 messages    

1 - 10 of 25   « Newer | Older »

XML       Send email to this group: cvblob@googlegroups.com