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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

where can I download the last version OPENCV Thanks for your help”””””...
4 Oct 4, 2001
5:08 pm

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

Hello, Probably, there is a mem leak somewhere. Check the memory status in task manager (if you have nt/win2k box) Vadim. ... From: juan@......
3 Oct 4, 2001
2:17 pm

juan@...
Send Email

Hi, I'd like to open and work on avi or mpeg files in the Camshift and the LKdemo in the linux version. It seems there is an option in the camshift demo but it...
2 Oct 4, 2001
12:23 pm

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

RE: [OpenCV] need help to use directshow and opencvHi, thank you for your help. You are probably right. I have tested on another PC with NT4 and Mil 5 and I...
3 Oct 4, 2001
11:44 am

J-F Portala
jfportala@...
Send Email

Hello everyone. I am having a problem now whenever I try to use IPL. A few days ago whenever I tried to open Hawk I would get an error message saying the...
2 Oct 4, 2001
9:17 am

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

Hi, I am creating software to mosaic images (take several overlapping images and join them together into a single image). The problem I'm running into is that...
1 Oct 4, 2001
2:22 am

razilon@...
Send Email

hi, where opencv app wizard can be found and downloaded? thank you. Jeff...
15 Oct 3, 2001
2:30 pm

rali1960@...
Send Email

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...
2 Oct 3, 2001
1:00 pm

ning cao
oxszy@...
Send Email

Hello, I just downloaded opencv, but I'm not a programmer, I would like though to see camshift running, how should I do? Thanks, Gabriele Betti ...
1 Oct 3, 2001
11:20 am

gabriele betti
roundtheglobe@...
Send Email

I would like to know if Intel developers can post the LUTs used in the ipledit application for the contrast strecth. In particular I'm interested in using in...
1 Oct 3, 2001
10:06 am

Andrea Bottino
bottino@...
Send Email

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....
3 Oct 3, 2001
9:15 am

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

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 ...
4 Oct 3, 2001
7:33 am

Ben Ouwehand
Terra@...
Send Email

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...
3 Oct 2, 2001
9:13 pm

Motaz el Saban
msaban@...
Send Email

Hello, my name is Juan Wachs. I made a little application using MFC (based on the Tobia's application) but simpler. My application uses a Matrox Meteor II card...
2 Oct 2, 2001
3:43 pm

Bob Davies
bobdavies@...
Send Email

Since I've been having some problems with these on Sparc, I wrote some test code for the fast math functions. I'm getting some results that do not match the ...
6 Oct 2, 2001
3:02 pm

eric_rose@...
Send Email

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...
1 Oct 2, 2001
8:51 am

F. Boray Tek
boray.tek@...
Send Email

Hi, I just have sent this message but without object. My problem is that I have a meteor board (old one) and I don't have mil or mil lite. I would like to make...
4 Oct 2, 2001
8:23 am

Reiner Rosin
r_rosin@...
Send Email

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...
1 Oct 1, 2001
3:18 pm

Jie Zou
jie@...
Send Email

I aslo tried to convert an RGB image to HSV and I get something really strange. Try it please! May be am I doing something wrong? 1) run the IPLib Image...
2 Oct 1, 2001
2:39 pm

Bob Davies
bobdavies@...
Send Email

thanks, :)...
2 Oct 1, 2001
2:26 pm

Nik Johnson
nik@...
Send Email

Hi, finally, I got the right app wizard file. however I met the problem when i build the parogram. the error message is cvlgrfmts.h file is not found. The open...
2 Oct 1, 2001
2:22 pm

Pisarevsky, Vadim
Vadim.Pisarevsky@...
Send Email
3 Oct 1, 2001
1:13 pm

Saba, Shadi
shadi.saba@...
Send Email

... extract cvtypes.h #if defined _MSC_VER || defined __BORLANDC__ typedef __int64 int64; typedef unsigned __int64 uint64; #else typedef long long int64; ...
1 Sep 30, 2001
9:09 pm

hherreral@...
Send Email

Hi all, I having problems determining if cvCalcOpticalFlowLK is working correctly. Following the example in Message 1066 and using the ROCK_X.bmps in the ...
1 Sep 29, 2001
11:33 am

Alex Phomphoukhao
apho64@...
Send Email

Eric, It is most of all due to the endian problem. Try to replace "return *((int*)&temp);" with "(int)(*(uint64*)&temp);" in all these functions. sqrt & inv....
1 Sep 28, 2001
9:15 pm

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

the compiling sources BMP_IPL_IO.cpp, in borlan 5.0, happen the error: cvtypes.h(205,18): Too many types in declaration cvtypes.h(206,27): Too many types in...
4 Sep 28, 2001
9:04 pm

hherreral@...
Send Email

hi, I have several question on camera calibrate. 1. about cvCalibrateCameraNoncoplanar() it is said that this function must use noncoplanar data, en, I...
3 Sep 28, 2001
8:41 pm

Nik Johnson
nik@...
Send Email

i have a problem here to define which color is common show in the image ? i have developed it but it too slow with conventional programming (array) it's ok for...
11 Sep 28, 2001
6:45 pm

Billy Lapono
billy_lapono@...
Send Email

Hi I can't understand your advice! What should I modify? Please explain to me in detail. Opencv_apps_b1_5 file is wrong? I have to build "ProxyTrans.lib" and ...
4 Sep 28, 2001
4:24 pm

Reiner Rosin
r_rosin@...
Send Email

During the experiment of computing the essential matrix(not the fundamental matrix, i know intrinsic parameter in this case), i met some problem. When i did...
3 Sep 28, 2001
3:47 pm

Deng Ke
dengke@...
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