Thanks for the pointer, I did not find correletion examples in OpenCV distribution, but did found some online examples in "Nashruddin blog" ...
58004
Lou Arnold
louarnoldottawa
Oct 30, 2008 3:47 pm
At the risk of causing a flood of replies, let me ask: Does anyone suggest a webcam that works well with OpenVC? A Brand, model and/or cost range or specific...
58005
mdale9_opencv
Oct 30, 2008 4:21 pm
... This is a big of an ongoing problem. This thread http://tech.groups.yahoo.com/group/OpenCV/message/57901 has some code for VFW based capture but I'm not...
58006
Entrada
davidmarcelo...
Oct 30, 2008 4:30 pm
Hi Lou, What are you planning to do with opencv? I think the camera depends of the project. regards, 2008/10/30 Lou Arnold <louarnoldottawa@...> ... ...
58007
Gobind Johar
gobind_johar
Oct 30, 2008 7:18 pm
Hi, I have trying to track a face with Camshift and the sample that came with OpenCV produces very consistent results in terms of the size of the tracking ...
58008
Ed Elston
elston454
Oct 30, 2008 7:19 pm
Buy the book Learning OpenCV by the people who wrote the library. When you get to Chapter 11 and 12 they will have tutorials for this. It isn't easy with the...
58009
Ed Elston
elston454
Oct 30, 2008 7:28 pm
This makes sense, bit I'd like to know where I can find what each element of the matrix means - where is this documented? I assume you are referring to the...
58010
liuliu_0503
Oct 30, 2008 7:39 pm
OpenCV now have SURF descriptor implementation. But, SIFT is patented. And as I know, SURF is in some progress of patent applying. Soon, OpenCV will have no...
58011
Witold Czajewski
wicio2004
Oct 30, 2008 10:20 pm
Try videoInput library. I read it is included now in the latest version of OpenCV - i just installed it so don't know how to use it but I have been using...
58012
Lou Arnold
louarnoldottawa
Oct 30, 2008 10:23 pm
First, I'll be interested in getting raw data from a source (camera or a file) that I can play with. That probably duplicates some of OpenCV, but at least...
58013
Tucker
ctypeshacker
Oct 30, 2008 10:23 pm
I am part of a team that is developing a tool that analyzes microscope slides to find regions of interest and classify them based on an internal reference...
58014
Gobind
gobind_johar
Oct 30, 2008 10:23 pm
Does anyone know how to track an object using motion tracking in OpenCV? I see Kalman filter and Particle filter as two choices but I am not sure how to get...
58015
liuliu_0503
Oct 31, 2008 12:45 am
Can your image be cut to several small images and then process them in opencv one by one? because it seems that opencv still need to load the entire image into...
58016
Charlie Gut
carles_gutie...
Oct 31, 2008 7:18 am
Have you reply this bgfr method with the example of opencv and the webcam at real time? ________________________________ From: yair_movshovitz...
58017
dennisyap78
Oct 31, 2008 7:18 am
Hi I would also like to know if there is a way that OpenMP support could be added on to MS Visual C++ 2008 Express. It is not included in the installation. ...
58018
karstux@...
karsten.rohw...
Oct 31, 2008 9:18 am
Hi Ed, the intrinsics matrix is a 3x3 matrix, structured as follows: fx 0 cx 0 fy cy 0  0 1 Fx and fy are, as Andy was so kind to explain, the...
58019
Ed Elston
elston454
Oct 31, 2008 12:09 pm
OK, now I see the documentation about this. I've done a few stereo calibrations and strangely enough both the left and right cameras have exactly the same...
58020
romashevchuk
Oct 31, 2008 1:46 pm
hello i have a problem with getting start with OpenCV1.1pre1 library. i have Vista home premium and VS 2008 i can compile and run any files in visual C++ until...
58021
romashevchuk
Oct 31, 2008 1:46 pm
... I ... 0xc0150002. ... you ... but ... i have the same problem and i can not find a solution for a week. on one forum i read that reinstallation of SP1 and...
58022
alexandre_f_s
Oct 31, 2008 1:46 pm
Hello! I think it would be interesting to see the opencv libraries compatible with Actionscript. What do you think about this? I think that the main problem is...
58023
vp153
Oct 31, 2008 1:52 pm
Hello, I suggest you to open opencv.vs2005.sln with Visual Studio (or opencv.vs2005.no_openmp.sln, if you use Express or Standard Edition of VS2008) and...
58024
huangcanming
Oct 31, 2008 2:08 pm
If you are using the pre-compiled binary, you need to install MSVCRT (visual c++ run time) 8.0 available from the following link ...
58026
jd185152
Oct 31, 2008 11:00 pm
Hi All. im _really_ stuck: I want to read avi videos written with opencv's CvVideoWriter back into my application using cvCreateFileCapture (or...
58027
Rubaiat Alam
minhaj_csedu
Oct 31, 2008 11:00 pm
THNX man [Non-text portions of this message have been removed]...
58028
faisal aziz
student_uet2001
Oct 31, 2008 11:00 pm
Hi, I am getting problem in creating CvGLCM. I am getting access violation runtim error.Can any body help in this regards.thanks. Best Regards, Faisal...
58029
sadri_taba
Oct 31, 2008 11:00 pm
Hi, I'm novice in opencv. I'd like to change pixels in a color image. Does anyone know some functions to set or get pixels in color images? Any help is greatly...
58030
tju_lmy
Oct 31, 2008 11:00 pm
hi, i can't open sourgeforge.net. can any one tell me the svn or cvs of this project?...
58031
Juan Carlos Niebles
niebles
Oct 31, 2008 11:00 pm
what about geometric blur by berg+malik? http://www.cs.berkeley.edu/%7Eaberg/papers/berg_geometric_blur.pdf...
58032
long long
mrfantastico...
Oct 31, 2008 11:00 pm
Hi! I'm working for tracking of soccer players, I have to detect the point of the player feet. I worked with the background & foreground substraction, and I...
58033
jd185152
Oct 31, 2008 11:01 pm
... this is wrong. try: pCapture=cvCreateFileCapture( filename.toStdString().data() );...