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: 48141
  • Category: Open Source
  • Founded: Jun 20, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 7647 - 7676 of 90764   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7647 Cem DEMiRKIR
cdemirkir Send Email
Jun 1, 2002
2:08 pm
Hello everyone, Is there a function in the OpenCV or IPL library which performs a illumination correction for an image, for example by subtracting a best-fit...
7648 Matt McNaughton
matt_mcnaughton Send Email
Jun 2, 2002
12:18 am
From opencv-0.9.3.tar.gz. I don't know if cvcalibfilter.cpp is supported, because I couldn't find any documentation, but I was playing with it and found this...
7649 adishavit Send Email Jun 2, 2002
9:03 am
Hi, As a member of the Intel Premier Support I got a mail stating that a new version of IPP (ver. 2.0) is available. In the same mail it is stated, that as of...
7650 HanHoon Park
hanuni@... Send Email
Jun 2, 2002
4:32 pm
Hi all, I'm trying to use this function : cvFindChessBoardCornerGuesses(). But it couldn't find corner points at all. My chessboard has 7x7 squares and 6x6...
7651 erol_sarigul Send Email Jun 3, 2002
12:37 am
Hello Everyone, I have started using OpenCV library in my research that is great library. I think it is going to give me a boost to speed up my research...
7652 erol_sarigul Send Email Jun 3, 2002
12:56 am
sorry for confusion cvvImageLoad should be cvvLoadImage I am looking forward any help.. thank you...
7653 Pisarevsky, Vadim
vp153 Send Email
Jun 3, 2002
7:40 am
Hi, Some sort of this can be done by cvCalcOpticalFlowPyrLK. While the function takes a sparse set of points in the first image on input and finds...
7654 vdrzik Send Email Jun 3, 2002
7:41 am
... corners, &cornerCount); ... hi, set cornerCount to 36 before you call cvFindChessBoardCornerGuesses... vladimir...
7655 Pisarevsky, Vadim
vp153 Send Email
Jun 3, 2002
7:49 am
Hi, That's no problem to call it twice or more, just make sure the program calls it at least once before any OpenCV/IPL allocation/deallocation functions. ...
7656 Pisarevsky, Vadim
vp153 Send Email
Jun 3, 2002
7:58 am
Hi, As a result of this, OpenCV won't include ippcv in the next releases. So far, we still plan to include optcv (IPP-style unofficial library). And, of...
7657 Pisarevsky, Vadim
vp153 Send Email
Jun 3, 2002
8:04 am
Hello, As you described it, the image you tried to open couldn't be recognized by OpenCV. Can it be opened in mspaint? If yes, can you send me the BMP file. ...
7658 Pisarevsky, Vadim
vp153 Send Email
Jun 3, 2002
8:19 am
Hi Matt, Thank you very much for the bug report. I've applied this correction. We didn't tried the CvCalibFilter class under Linux yet and under Windows it is...
7659 Abramo Barbaresi
lincoln_02it Send Email
Jun 3, 2002
8:21 am
Thanks Zayed, it works sorry but I’m new of C++ Bye AB ... Abramo Barbaresi Mechanical Engineering Dept., Politecnico di Milano ...
7660 larsjg Send Email Jun 3, 2002
8:59 am
I'm sure I have missed that information somewhere - it all works with the recompiled STRMBASE.lib. Thanks Cen, it helped a lot. ... to ... the ... beta ... ...
7661 pearl jam
gabacho2002gr Send Email
Jun 3, 2002
10:43 am
Hi everybody, I'm trying to find all the 25 corners of these images... I tried with cvPrecCornerDetect and cvCornerEigenValsAndVecs but it doesn't work... I've...
7662 Erol Sarigul
erol_sarigul Send Email
Jun 3, 2002
4:09 pm
I tried the prodecure described in the previous mail, with sample images (pic1.bmp, pic2.bmp, and so on...) that comes with the OpenCV ICCV conference package....
7663 cbmargi Send Email Jun 3, 2002
8:05 pm
Hello, we might use PC104 boards in our testbed for visual sensing applications. I find out that in Message 6119 someone mentions that is using them, but they...
7664 serp_austin Send Email Jun 3, 2002
8:30 pm
I have the following in a function in order to convert an CVisImage into a DIB. The CVisImage is m_image. I get the error: "Unhandled exception in IPLA6.DLL:...
7665 Eric Keller, PhD
unterhausen Send Email
Jun 3, 2002
9:05 pm
I was trying to set up one of our transmeta PC104+ systems with openCV for linux today. I failed for lack of success downloading the files. I am using bt878...
7666 dansmall99 Send Email Jun 3, 2002
9:40 pm
Hi All, I was wondering if anyone had seen this with the cvCam lib. I am running a single Pyro 1394 Camera through the OHCI board on my box. I have a camera...
7667 Mohamed Zayed
zayed@... Send Email
Jun 4, 2002
6:58 am
Hi, it's not an answare to your question... in fact, I want to know if the cvcam lib works fine with one camera and if it's right in which os ? thank you. ... ...
7668 s354244 Send Email Jun 4, 2002
10:22 am
I'm having some trouble using cvDistTransform. I recieve bad argument errors relating to the mask type (Status Code -5). Could someone give me an example...
7669 Abramo Barbaresi
lincoln_02it Send Email
Jun 4, 2002
11:11 am
I’m trying to became familiar with StereoDemo I saw there is a SyncFilter I can’t understand how is possible to Synchronizes video stream from 2 sources I...
7670 Pisarevsky, Vadim
vp153 Send Email
Jun 4, 2002
1:19 pm
Hi, SyncFilter takes care of "software side" of synchronization. That is, assuming two cameras be synchronized (by gen-lock or somehow) and having direct show...
7671 Pisarevsky, Vadim
vp153 Send Email
Jun 4, 2002
1:50 pm
Hi Craig, cvDistTransform has two mask-related parameters - maskSize, which should be 3 or 5, and disType, which should be CV_DIST_C (infinite or C-norm),...
7672 dansmall99 Send Email Jun 4, 2002
1:58 pm
It appears to work fine at a resolution of 320x240 using RGB color. It would be nice if we could extend this functionality to take advantage of the rest of the...
7673 Abramo Barbaresi
lincoln_02it Send Email
Jun 4, 2002
2:03 pm
Ok now I understand so what I need is 2 gen-lock cameras do you have some link to furnish me where I can buy 2 640x480 cameras locked? ... Abramo Barbaresi ...
7674 labrob2002 Send Email Jun 4, 2002
3:06 pm
Hi we are graduate from Roma. Downloaded OpenCV 0.9.2 and 0.9.3 on our Redhat 7.2 but after "configure&quot; ,"make" and "make install" made a lot of problems. we...
7675 Pisarevsky, Vadim
vp153 Send Email
Jun 4, 2002
3:35 pm
Unfortunately, I do not have any particular links. Probably, you should search in google for it, or may be, someone from the forum will help you. I have a good...
7676 Abramo Barbaresi
lincoln_02it Send Email
Jun 4, 2002
3:56 pm
Thanks a lot Vadim Abramo ... Abramo Barbaresi Mechanical Engineering Dept., Politecnico di Milano <mailto:Abramo.Barbaresi@...> ...
Messages 7647 - 7676 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