I spent yesterday and the morning with a bug that may affect those with Pentium 4's using the ipp library. If you are not experimenting with the ipp library,...
2939
Bob Davies
bobdavies@...
Jun 1, 2001 8:21 pm
Xia The latest version that is available for download does have it (I cannot vouch for earlier versions.) It is there in cv.h. Or perhaps you have not...
2940
stefanopiovesan@...
Jun 2, 2001 1:53 pm
I downloaded the latest version and now is working. Ciao, Stefano. ... function were fixed. ... function. ... cvContoursMoment() and cvMatchContour()...
2941
stefanopiovesan@...
Jun 2, 2001 2:01 pm
Hi. I want to use pattern matching algorithms (grey correlation or with contours moments) to find an object in a image; I don't want to do an exaustive search....
2942
bossiny@...
Jun 3, 2001 9:53 am
about "cvCalcOpticalFlowHS" How does the parameter "lambda" influence the result? In OpenCV doc ,it said that if we have noisy image we must take the lambda ...
2943
adish@...
Jun 3, 2001 12:07 pm
Hi Vadim, Bob and all, I've been looking at the IPP lib since the initial release, some months ago. Indeed it solves some of the performance problems that...
2944
Bob Davies
bobdavies@...
Jun 3, 2001 3:33 pm
Adi Thanks for the input on using ipp. The group doing the work on ipp will probably never embrace C++ because they have customers using the library in...
2945
sehnkim@...
Jun 3, 2001 5:51 pm
Dear all, I am a newcomer in this area, camera calibration and matching. Actually, I am trying to get a video image using two IEEE 1394 cameras on real-time....
2946
sehnkim@...
Jun 3, 2001 5:51 pm
Dear all, I am a newcomer in this area, camera calibration and matching. Actually, I am trying to get a video image using two IEEE 1394 cameras on real-time....
2948
orkun_alatas@...
Jun 4, 2001 3:57 am
Hi, First of all, Vadim, thanks for the code you posted for the connected component; it works!! :) I am trying to use cvContourMoments() function, but ending...
2949
David Suter
d.suter@...
Jun 4, 2001 5:03 am
... Final call for papers: ACCV2002 Jan 23-25, Melbourne Australia. Fifth Asian Conference on Computer Vision. Submission of papers to ACCV2002 will close at...
2950
Pleskov, Alexander
Alexander.Pleskov@...
Jun 4, 2001 6:17 am
Hi, Orkun! To use cvContourMoments() function you shouldn't set CV_CHAIN_CODE method in cvFindContours() function because contours in chain-coded form...
2951
David Suter
d.suter@...
Jun 4, 2001 6:59 am
{sorry - the previous attempt to send was mis-edited} Final call for papers: ACCV2002 Jan 23-25, Melbourne Australia. Fifth Asian Conference on Computer...
2952
orkun_alatas@...
Jun 4, 2001 7:08 am
Thank you Alexander, Based on your reply, I assumed I should use CV_CHAIN_APPROX_NONE and I did so. however this time the following code gave an exception in ...
2953
higuchi@...
Jun 4, 2001 7:19 am
I would like to use two cameras with OpenCV. Does anybody tell me such a USB camera/driver? My USB camera/driver has no support for multiple cameras. Thanks,...
2954
Pleskov, Alexander
Alexander.Pleskov@...
Jun 4, 2001 8:19 am
For sequential contour points access you may use the next code (for example): *************************************************************** CvSeqReader...
2955
adish@...
Jun 4, 2001 11:01 am
Hi Bob, Thank you for the prompt reply. When using the IPP lib (or any lib for that matter) we have to differenciate between 2 kinds of arguments/parameters. ...
2956
Jie Zou
jie@...
Jun 4, 2001 5:02 pm
Hi, Guys, Is there anybody familiar with Vision AppWizard generated by MS Vision SDK? I have written a program by using Vision AppWizard, which could capture ...
2957
gaigan@...
Jun 4, 2001 5:14 pm
I'm Gaia, I should like to know how the function "iplNormCrossCorr" works, in particolar what's rapresent the output image? The output image of "xcorr2" matlab...
2958
vasanth.philomin@...
Jun 4, 2001 5:39 pm
Hi, You have to do the following to set the image size. For a dialog based project that you generate using the SDK AppWizard, add the following lines to your...
2959
starrjg@...
Jun 4, 2001 6:43 pm
I am currently working on a project that involves using 3 firewire cams at the same time. It seems the CMU driver does not support three cameras at the same...
2960
starrjg@...
Jun 4, 2001 8:00 pm
Upon further inspection -- the development history states that it DOES in fact support multiple cameras. http://www.cs.cmu.edu/~iwan/1394/ ... three ... ...
2961
Jie Zou
jie@...
Jun 4, 2001 9:13 pm
Hi, Vasi, Many thanks. It works. I have one more question. Where can I find the document talking about CVisImageHandler<T> class? It doesn't appear on the help...
2962
hanuni
hanuni@...
Jun 5, 2001 2:12 am
Hello Bob, I sent my program to your email address as you wanted it. Did you check it? I wonder if you can resove my trouble. Please answer me as soon as you...
2963
gaigan@...
Jun 5, 2001 10:31 am
Hi, I've use iplNormCrossCorr, and my program run,whitout errors, but the dst image (the output image of iplNormCrossCorr) isn't like I hoped. Infact using...
2964
Bob Schmitt
rschmitt@...
Jun 5, 2001 1:06 pm
Can anyone tell me where to get Windows 2000 (Professional Edition) drivers for the Intel USB Camera Model CS430. Thanks Bob Schmitt ... From: gaigan@......
2965
sinj@...
Jun 5, 2001 1:45 pm
Hi, I am working with Matrox Meteor2 Multichannel board with Microsoft Vision SDK. I know Meteor2 board works with the SDK but I am not sure about the...
2966
larsons5@...
Jun 5, 2001 2:56 pm
Is there a easy way to get an image global max (or min) to sub-pixel accuracy? Thanks....
2967
Michael.D.Oder@...
Jun 5, 2001 3:04 pm
I'm trying to use the utility posted on the openCV download page for loading bitmap images into an IPL format. However, it has the statement #include...
2968
Bob Davies
bobdavies@...
Jun 5, 2001 3:19 pm
Michael I am pretty sure that you meant to look for vlgrfmts.h which is in Otherlibs/vlgrfmts. I would love to change the name of that file - too many...