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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

hi, I have problem using openCV in a D3D program The functions that causes problem is cvCalcOpticalFlowPyrLK. If I call this function before D3D device is...
1 Sep 10, 2001
3:28 am

Ruigang Yang
yang_rg@...
Send Email

hi. I am begining to work with BeOS, and i wonder if intel will develop a Be compatible version of OpenCV. i think it should be interesting. Another...
1 Sep 9, 2001
2:51 pm

Manuel Conesa
manuelconesa@...
Send Email

Dear all, Maybe this post is not so appropriate for this mail-list. But I think maybe many of you often use Levenberg-Marquardt algorithm in conducting CV...
4 Sep 9, 2001
8:56 am

Gerald Kuehne
kuehne@...
Send Email

Hi Vadim! I tried to make the DLL in Borland BCB and found out I do not need to include the following files: cvvectarithm32f cvvectarithm64d cvwrapper cvmatwr ...
1 Sep 7, 2001
8:10 pm

Ben Ouwehand
Terra@...
Send Email

Hi, I've noticed that with the same parameters (intrinsic matrix of the camera and ditortion coeff.), the function cvUnDistortOnce gives good results but the...
1 Sep 7, 2001
4:55 pm

m.amigoni@...
Send Email

Hello everybody, I have a very basic Problem with the Open-Cv Lib. If I want to do an threshold (just for example!) I use the following Code, and there is no ...
4 Sep 7, 2001
4:29 pm

Andreas Tondorf
A.Tondorf@...
Send Email

CamShiftDemo runs incredibly slow on my computer (both debug and release versions), so I decided to do some kind of test: I've added some code to register the...
1 Sep 7, 2001
6:04 am

fdesque@...
Send Email

Hi, I'm lowpass filtering images using the function iplDecimateBlur() and have noticed that the image edges fade to black. This is presumably because intensity...
1 Sep 6, 2001
5:18 pm

rf223@...
Send Email

I do not seem, from the documentation of opencv, to find an image smoothing filter function such as a gaussian. Do such functions exist? Thanks. Homam....
1 Sep 6, 2001
12:41 pm

Homam Dabis
homam.dabis@...
Send Email

Looks like that cvSVD() function in the beta 2 can only handle square matrix A. There will be error message when handling rectangle matrix. How to solve this...
8 Sep 6, 2001
8:32 am

mikewen1@...
Send Email

Hi! I downloaded the appwizard (MDI one, last release, I guess) and generated an MDI OpenCV Project using Visual C++ 6.0 (under Windows NT 4.0). No problems at...
3 Sep 6, 2001
8:04 am

d.lafuente@...
Send Email

Hello everyone. I'm trying to determine position changes of features between two images. I'm trying to do so by using the cvCalcOpticalFlowBM function and I...
1 Sep 6, 2001
6:52 am

adeneys@...
Send Email

I downloaded OpenCV beta 2 for Windows, but did not succeed getting it to install. I used Openforge to get it. The file is named opencv_core_b2_0[1].exe. It...
2 Sep 6, 2001
12:49 am

zhgli
zhgli@...
Send Email

Hi Friends, Anyone could ansmer if there is an effort to implement the TWAIN facilities over the LINUX. It is a image acquisition API for Windows and for Mac....
2 Sep 5, 2001
7:50 pm

Alexandre Orth
orth@...
Send Email

Hello all of you. I'm a very happy Open-CV user. It works fine and has a lot of good code. The code is very stable as well, speaking in terms of the Beta 1.5...
2 Sep 5, 2001
6:48 pm

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email

Hello, cvmInvert behaves quite strangely in Beta 2 CvMat m = cvMat(3,3,CV_MAT32F,0); CvMat minv = cvMat(3,3,CV_MAT32F,0); CvMat mI = cvMat(3,3,CV_MAT32F,0);...
2 Sep 5, 2001
6:10 pm

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email

Hello ! I could compile the apps from the beta2 but I've got the same error message every times I try to execute one: "Thread %P:Evaluate file error! Reason: "...
4 Sep 5, 2001
2:51 pm

pjyop@...
Send Email

Hello, Attached is a patch which might help to enhance the portability of the OpenCV lib. I tried to install OpenCV version 0.9.2 on an Alpha OSF4.0f system....
1 Sep 5, 2001
9:55 am

Frank Loemker
floemker@...
Send Email

Hi Dear Friends, I think that we have a small problem with cvFillImage( ). I was using it in my application and, after I have installed the new version, this...
1 Sep 4, 2001
11:27 pm

Alexandre Orth
orth@...
Send Email

Hi, I'm using WarpBilinearQ() to find edge positions in regions with sub-pixel resolution, both rotated and not. I should use this and not iplCopy() because my...
1 Sep 3, 2001
10:07 pm

stefano_piovesan@...
Send Email

Could someone please tell me what I am doing wrong here. It crashes at the cvDilate(). int i; CvSize si; si.width = in_img.ImageWidth; si.height =...
2 Sep 3, 2001
3:09 pm

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email

hello, I find the difference about cvMinMaxLoc() in b1 and b2, why? in b1: cvMinMaxLoc(iplimg,min_val,max_val,min_loc,max_loc); results: max_loc[0] --the...
2 Sep 3, 2001
8:09 am

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email

Hello everbody, within my project I have to use the opencv library on a alpha architecture (64-bit)! Does it work or there are some problems I should know?...
3 Sep 3, 2001
7:56 am

Karsten.Muehlmann@...
Send Email

Sorry, I forget to write the title in the previous post. Looks like that cvSVD() function in the beta 2 version can only handle square matrix A. There will be...
1 Sep 1, 2001
1:09 am

mikewen1@...
Send Email

Looks like that cvSVD() function in the beta 2 version can only handle square matrix A. There will be an error message when handling rectangle matrix. How to...
1 Sep 1, 2001
1:06 am

mikewen1@...
Send Email

morning all, It seems that all the Open CV aplication samples are using vfw(video for windows) API functions, would you please present me with the code of...
1 Aug 31, 2001
11:21 pm

lijun@...
Send Email

Hello, I am just wondering if the OpenCV can be built for PowerPC target board running vxWorks 5.4. In Ipl.h file, I saw #ifdef _VXWORKS and thought it may be...
1 Aug 31, 2001
1:19 pm

minboshim@...
Send Email

Hello, during the last month a new release hab been promised for each new week... The question is : when will it actually come? I know it's not so easy to...
6 Aug 31, 2001
10:15 am

eigenman
eigenman30@...
Send Email

Why is there no this function in the include files of the beta2 version? Is it a bug or intentionally removed? Ming....
2 Aug 30, 2001
7:00 pm

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email

Hello all, I've just uploaded fix for Linux version to Source Forge: opencv-0.9.2_fix_20010830.tar.gz. With the patch cvcam seems to be built successfully...
1 Aug 30, 2001
6:14 pm

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help