What paper are you talking about? ... From: Saba, Shadi [mailto:shadi.saba@...] Sent: Sunday, September 30, 2001 4:35 PM To: 'opencv@yahoogroups.com' ...
4349
Saba, Shadi
shadi.saba@...
Oct 1, 2001 1:13 pm
the paper that proposed the Kanade-Lucas optical flow algorithm .. (i know about paper called "good features to track " and i am not sure if there is any...
4350
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Oct 1, 2001 2:22 pm
Li, Replace #include "cvlgrfmts.h" in source files with "vlgrfmts.h". Vadim. ... From: Li Tan [mailto:litan@...] Sent: Monday, October 01, 2001 2:24 AM To:...
4351
Nik Johnson
nik@...
Oct 1, 2001 2:26 pm
cvFloodFill is a reasonably flexible one; cvFloodFill.cpp has the source for it. -Nik Johnson...
4352
Bob Davies
bobdavies@...
Oct 1, 2001 2:39 pm
Juan An image converted from RGB to HSV will not look the same. It is a different color space. Why do you think it should look the same? The function...
4353
Bob Davies
bobdavies@...
Oct 1, 2001 2:54 pm
Jeff How did the app wizard fail for you? Did it run but not produce code that would compile? Bob Davies...
4354
Jie Zou
jie@...
Oct 1, 2001 3:18 pm
Hi, Anyone has experience of the function cvmCrossProduct? I use the following code to compute the cross product of vector p1 and p3. I set p1, p3 and tempMat1...
4355
J-F Portala
jfportala@...
Oct 1, 2001 5:02 pm
I have downloaded the OCV MDI AppWizard.awx..awx and OpenCV Framework.awx..awx but I'am sorry but I don't undestand this format file. What do I have to do with...
4356
Motaz el Saban
msaban@...
Oct 1, 2001 5:47 pm
Hi all, Can anybody help me with using the function "cvCalcOpticalFlowLK" for computing the optical flow? What I actually want to dois to use this function to...
4357
apho64@...
Oct 2, 2001 3:22 am
Hi Motaz, To read in images, you can try using BMP_IPL_IO.zip from the opencv download page. This zipfile has a function that can load a bitmap file into a...
4358
eric_rose@...
Oct 2, 2001 6:18 am
Vadim: Thanks for the corrections... Should I hold my breath a litte while for your next patch release, or go ahead and dig in to the code and patch it myself...
4359
Irem Stratmann
Irem.Stratmann@...
Oct 2, 2001 7:14 am
Hi Motaz and Alex, Hi all, I found your question and the answer interesting, since I try to do the same thing as well. The problem is I try to use the linux...
4360
Reiner Rosin
r_rosin@...
Oct 2, 2001 8:23 am
Hi, if you are able to build this meteor-filter with visual studio... look at the output visual studio produces during compile and linking ... at the end there...
4361
F. Boray Tek
boray.tek@...
Oct 2, 2001 8:51 am
Hi, i like to make a simple and accurate as possible foreground background segmentation, It must be fast as near only differencing. Can you give any suggestion...
4362
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Oct 2, 2001 9:34 am
Eric, Here is the new code for all the free conversion functions: /* substitutions for round(x), floor(x), ceil(x) */ CV_INLINE int cvRound( double val ); ...
4363
eric_rose@...
Oct 2, 2001 2:09 pm
Vadim: Thanks much for the improved code... ps don't forget to fix cvSetIdentity() in your patch as well...if you have time :=) -Eric ... happens ... mailing...
4364
Ben Ouwehand
Terra@...
Oct 2, 2001 2:33 pm
Hi there! For a project I need to find the location of an object using stereo imaging. I want to use two fixed camera's and want to find the coordinates in a ...
4365
eric_rose@...
Oct 2, 2001 3:02 pm
Vadim: I've just tested this code on Linux and Solaris with no problems. Thanks again for the update! -Eric ... happens ... mailing OpenCV-unsubscribe@y... ......
4366
Bob Davies
bobdavies@...
Oct 2, 2001 3:43 pm
Juan In your example code you were only displaying one plane of the HSV image. It is no surprise that it looks strange. I don't see anything that needs to...
4367
Miguel A. Arredondo-C...
miguel_arredondo@...
Oct 2, 2001 3:55 pm
I'm trying to get the motion history image. This is the code inside my filter to output the MHI, to debug I'm outputing the diff and MHI images to jpeg files....
4368
Thomas Koninckx
Thomas.Koninckx@...
Oct 2, 2001 3:59 pm
Hi, I'm new to OpenCV. I've created an IplImage, aplied cvCopy on it and displayed the two images. So, I suppose the IplImage is correct. When I try to apply a...
4369
Jie Zou
jie@...
Oct 2, 2001 4:01 pm
Hi, Are there Choleski decomposition or QR decomposition in the library? They are useful for camera self-calibration. Thank you very much. Best Regards Jie...
4370
Pisarevsky, Vadim
Vadim.Pisarevsky@...
Oct 2, 2001 4:20 pm
Hi, Information about supported formats is in the appendix A of the reference manual. For Sobel and Laplace functions output image should be 16s if input is...
4371
Reiner Rosin
r_rosin@...
Oct 2, 2001 4:43 pm
Hi, have a look at the files at yahoogroups, there is a file called '2d3d.tar39; which should, AFAIR, contain some source code.... bye, reiner ... ...
4372
J-F Portala
jfportala@...
Oct 2, 2001 7:42 pm
Hi, I have the following message when building ... Linking... Creating library Release/meteorfixed.lib and object Release/meteorfixed.exp meteorfixed.exp :...
4373
J-F Portala
jfportala@...
Oct 2, 2001 8:25 pm
Hi, I have tested appwizard and it works. The compiling gives me an include error but Vadim gave the answer yesterday to Li. There is also just the good libray...
4374
Franck Magron
franckm@...
Oct 2, 2001 8:48 pm
You must register the filter by calling regsvr32 meteorfixed.ax Then the filter will appear in graphedit Franck ... From: J-F Portala...
4375
Iztok Kramberger
iztok.kramberger1@...
Oct 2, 2001 9:09 pm
Hi, I'm working on a simmilar project, can you tell me whrere I can find those files. Regards, Iztok ... From: Reiner Rosin [mailto:r_rosin@...] Sent:...
4376
Motaz el Saban
msaban@...
Oct 2, 2001 9:13 pm
Hi Alex, thanks for your code. i ran it on two frames, but I got a resulting velocity image (in x & y) both black? Why is this the case ... -- Sincerely, -- ...
4377
hherreral@...
Oct 3, 2001 2:50 am
where can I download the last version OPENCV Thanks for your help”””””...