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...
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...
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...
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...
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...
g++ `pkg-config –cflags –libs opencv` yourProgram.cpp -o yourProgram -lcvblob here do you need pkg-config --cflags --libs opencv --cflags and --libs not...
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...
I compiled OpenCV in 64 bit successfully on Windows using VC 9.0. You definitely need to set the target machine to "MachineX64" in the linker properties and...
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...
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...
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...
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 ...
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...
CreateMemStorage(blockSize = 0) → memstorage Creates memory storage. Parameter:blockSize (int) – Size of the storage blocks in bytes. If it is 0, the block...
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@...
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@...
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: ...
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...
Actually the direct link to my Introduction to OpenCV is: http://www.shervinemami.co.cc/introToOpenCV.html Cheers, Shervin Emami. ... Actually the direct link...
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...
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 ...
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...
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...