Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

OpenCV · Open Source Computer Vision Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 48142
  • Category: Open Source
  • Founded: Jun 20, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 75730 - 75759 of 90764   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
75730 spechard Send Email Dec 1, 2010
8:18 am
Hi, Try this book: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Try this tutorial:...
75731 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:29 am
you are welcome, it's wrong: vector<int> vector (size,size + sizeof(size) / sizeof(int) ); // <- this is a instance of a vector xxx.h: void setParam(unsigned...
75732 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:29 am
you are welcome, it's wrong: vector<int> vector (size,size + sizeof(size) / sizeof(int) ); // <- this is a instance of a vector xxx.h: void setParam(unsigned...
75733 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:30 am
you are welcome, it's wrong: vector<int> vector (size,size + sizeof(size) / sizeof(int) ); // <- this is a instance of a vector xxx.h: void setParam(unsigned...
75734 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:30 am
you are welcome, it's wrong: vector<int> vector (size,size + sizeof(size) / sizeof(int) ); // <- this is a instance of a vector xxx.h: void setParam(unsigned...
75735 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:37 am
you are welcome, it's wrong: vector<int> vector (size,size + sizeof(size) / sizeof(int) ); // <- this is a instance of a vector xxx.h: void setParam(unsigned...
75736 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:44 am
g++ `pkg-config –cflags –libs opencv` yourProgram.cpp -o yourProgram -lcvblob here do you need pkg-config --cflags --libs opencv --cflags and --libs not...
75737 ccarnerolinan Send Email Dec 1, 2010
9:44 am
Hi! Try to use "<>" instead. Like this: #include <cvblob.h> #include <cv.h> using namespace cvb; int main(){} Also, you should download the last version of...
75738 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
9:53 am
sorry I don't want sent this mail several times ,something wrong happend with yahoo ________________________________ From:Robert Jobbagy...
75739 sebastian.gruenwedel
sebastian.gr... Send Email
Dec 1, 2010
10:42 am
I compiled OpenCV in 64 bit successfully on Windows using VC 9.0. You definitely need to set the target machine to "MachineX64&quot; in the linker properties and...
75740 yacyacfr Send Email Dec 1, 2010
10:43 am
Thanks a lot !!...
75741 goon_mooon Send Email Dec 1, 2010
10:44 am
Thanks for your reply! Your answer pointed out the fact that there are some important things i didn't understand well so i'll re-read the theory before i come...
75742 ghalib.awan Send Email Dec 1, 2010
10:44 am
... What is the problem ???? What does console window says ?????...
75743 Mitch
mitchellyuwono Send Email
Dec 1, 2010
10:46 am
Hi Everyone, I have been struggling with training the svm detector for HOG for a few months already. Just this morning I found a small note in cvhog.cpp saying...
75744 Jorge Vega Sanchez
memmaker650 Send Email
Dec 1, 2010
11:40 am
Hi I'm searching info about this instruction and its use. In OpenCV's wiki tehere is no some much info. I know CvMemStorage(0) --> reserves 64 kB And to...
75745 azhar ali khan
baz_azhar Send Email
Dec 1, 2010
11:41 am
Hello All In my work of vehicle detection, i am doing this task with subtraction of background image from every foreground image (coming from a camera).. how ...
75746 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
11:56 am
do you made background substraction with GaussBGModell or have you simplest function? Because I'm working on this problem too, and the GaussBGModell is too...
75747 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
11:59 am
CreateMemStorage(blockSize = 0) → memstorage Creates memory storage. Parameter:blockSize (int) – Size of the storage blocks in bytes. If it is 0, the block...
75748 saranchid Send Email Dec 1, 2010
1:57 pm
hi... im not able to view the programs.... is there any problem with the website.....? thank you in advance...
75749 vaclav_sal Send Email Dec 1, 2010
2:25 pm
Thank you. Especially the tutorial link is good for greenhorns like me. Now the newcomers to this group need a tutorial on how to integrate OpenCV to various...
75750 macarthy
mailinglist@... Send Email
Dec 1, 2010
2:47 pm
Some good stuff here: http://www.shervinemami.co.cc/index.html The author is on the list too.. Justin ... Some good stuff here: ...
75751 macarthy
mailinglist@... Send Email
Dec 1, 2010
2:48 pm
Some good stuff here: http://www.shervinemami.co.cc/index.html The author is on the list too.. Justin ... Some good stuff here: ...
75752 vaclav_sal Send Email Dec 1, 2010
3:02 pm
As I mentioned before I noticed that this is multilingual group of individuals of various skills and interests in OpenCV. I am a retired telecommunication...
75753 Shervin Emami
emami_s Send Email
Dec 1, 2010
3:25 pm
Actually the direct link to my Introduction to OpenCV is: http://www.shervinemami.co.cc/introToOpenCV.html Cheers, Shervin Emami. ... Actually the direct link...
75754 raul.chitic Send Email Dec 1, 2010
3:39 pm
Hello, could somebody please tell me how background subtraction with gmm works? I already read about gmm on some math pages but i still dont realize how the...
75755 Robert Jobbagy
robert.jobbagy Send Email
Dec 1, 2010
4:22 pm
Maybe this will be helpful for you : http://tech.groups.yahoo.com/group/OpenCV/message/53155 ________________________________ From:raul.chitic...
75756 Golan Levin
golanlevin Send Email
Dec 1, 2010
5:12 pm
Azhar, As I understand your question, you would like to obtain a background image from live video, in an unsupervised situation. You want to capture the ...
75757 kshaaban88 Send Email Dec 1, 2010
5:38 pm
Incase you wanted further information, I used a tutorial from here to try this method of lens correction out from here: ...
75758 navyenzo Send Email Dec 1, 2010
5:38 pm
Wesley, I have developed a very simple image API which includes many of photoshop's blending modes. It's based on IplImage and boost::shared_ptr in c++, it's...
75759 Zeidler
anika_zeidler Send Email
Dec 1, 2010
5:38 pm
OK, I really got stuck here, I tried to understand stuff from OReilly's Learning OpenCV but this seems not to help anything. My Problem is, that Cockpit...
Messages 75730 - 75759 of 90764   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help