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: 48150
  • 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 1193 - 1222 of 90786   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1193 janne.j.karjalainen@... Send Email Feb 1, 2001
8:26 am
Sergey, what should the lines to be changed be like? for example line 430 in my editor is " } ". Surely not the right line to fix. A more detailed description...
1194 Molinov, Sergey
Sergey.Molinov@... Send Email
Feb 1, 2001
8:41 am
Hi I suppose you edited that file and lines were shifted. And I made mistake - right lines are 389 and 390 - sorry Here is details: line 430: if( !coeffUsage )...
1195 Pisarevsky, Vadim
Vadim.Pisarevsky@... Send Email
Feb 1, 2001
11:06 am
Hi, You have to build strmbase.lib and strmbasd.lib. Open <DX8SDKFolder>;\samples&#92;Multimedia&#92;DirectShow&#92;BaseClasses&#92;baseclasses.dsw and build it both in Debug...
1196 Dr. Giancarlo Iannizz...
ianni@... Send Email
Feb 1, 2001
12:59 pm
Hi, Victor. Actually, before replying to your e-mail I decided to wait for a while, expecting some answers from the people who know this library much better ...
1197 gvanmeer@... Send Email Feb 1, 2001
1:52 pm
Hi, I am last year engineering student working with OpenCV for his thesis. I'm working under Linux and windows. VMDemo is totally different under the 2...
1198 aryeh@... Send Email Feb 1, 2001
1:56 pm
Hello, To minimize the jumps in the threshold one can use a bigger neighborhood (last argument of cvAdaptiveThreshold 2=5x5 and 3=7x7 neigborhood) Hope this...
1199 adrian.hilti@... Send Email Feb 1, 2001
4:01 pm
Time measurement method. // INIT PART double framerate; LARGE_INTEGER ctime_start, ctime_end, frequency; QueryPerformanceFrequency(&frequency); // MAESUREMENT...
1200 Juan Wachs
juan@... Send Email
Feb 1, 2001
4:09 pm
... From: Juan Wachs To: OpenCV@egroups.com Sent: Thursday, February 01, 2001 11:57 AM Subject: I'm new here, help! Hi! My name is Juan Wachs and I'm new with...
1201 Prab Bains
pkbains@... Send Email
Feb 1, 2001
5:33 pm
Hi, I am fairly new at all of this and have recently joined this group. I am trying to calibrate a Kodak DC265 Zoom Digital Camera. I was wondering if ...
1202 Pisarevsky, Vadim
Vadim.Pisarevsky@... Send Email
Feb 1, 2001
5:52 pm
Hi, Eugene Veretennikov who implemented PixelToPixelMorpher gave the following comments: 1) It is really a bug in PixelToPixelmorpher.cpp, thanks a lot for...
1203 Jonathan Green
jzg@... Send Email
Feb 1, 2001
5:55 pm
Hi, I recently finished my first outing with CVL which I feel is similar to what you are trying to do - it's not exactly the most stunning program in the world...
1204 Bradski, Gary
gary.bradski@... Send Email
Feb 1, 2001
6:22 pm
Well, if someone wants to contribute code (we'll send you a license that allows us to redistribute) we'll consider it. Or, to avoid license, point us to some...
1205 chandra@... Send Email Feb 1, 2001
7:35 pm
Sergey, Thanks for the response. Sorry to bug you again, but I cound not find ... p_cvSobel_8u16s_C1R( source, srcStep, dx, 20, &g_roi, pX, 0 ); ... ...
1206 chandra@... Send Email Feb 2, 2001
12:23 am
I implemented a simple DirectShow filter modeled on CamShift. I am able to build it and load it in Graph Edit, but when I run it, it crashes on certain lines....
1207 David Mckinnon
s341552@... Send Email
Feb 2, 2001
1:51 am
Hi, I think the best reference you could pursue for 3D reconstruction would be the www.robots.ox.ac.uk/~vxl. VXL is a computer vision programming environment...
1208 Abdel halim Ragab
halimmo@... Send Email
Feb 2, 2001
2:58 am
hi in cvHoughLines how can i draw the output Lines of this function..??? is there a developed function in the library or should i make one..?? thanx in advance...
1209 Chou Dah Chiun
choudc@... Send Email
Feb 2, 2001
3:06 am
Hi adrian, Thanks for your help, it works. But i am not sure whether the Transform does process every frame once? Now i have an idea how fast is the framerate...
1210 Anthony Fitzgerald
ajfitz@... Send Email
Feb 2, 2001
3:36 am
Hi. Thanks for the help with the need to build the strmbase.lib and strmbasd.lib ... that fixed that problem the next problem I had was when I tried to build...
1211 JiYoung Park
jiyp@... Send Email
Feb 2, 2001
7:41 am
Hi. I'm trying to use cvCamShift for get the object orientation(or center) of probability distribution. I tryed to run it on the attached image for test...
1212 Pisarevsky, Vadim
Vadim.Pisarevsky@... Send Email
Feb 2, 2001
9:20 am
Hi, Examples for cvCamShift are CamShift DShow filter and CamShiftDemo. Vadim. ... From: JiYoung Park [mailto:jiyp@...] Sent: Friday, February 02,...
1213 Molinov, Sergey
Sergey.Molinov@... Send Email
Feb 2, 2001
9:48 am
Hi In this case your Snakes must work (i.e. you have earlier version of OpenCV, which is free of that bug ) Sergey ... From: chandra@......
1214 Iztok
iztok.kramberger1@... Send Email
Feb 2, 2001
9:48 am
Hi, I'm developing a mobile user terminal that will user navigation through his finger. For that reason I'm using two small cameras that are mounted on 3D...
1215 agoldfuma@... Send Email Feb 2, 2001
11:36 am
hi all! I am programming beginner what is the method for output? I do not know the method. use the matrix?? (ex; 2*2, 3*3) please????/...
1216 Jerome Tan
jtan@... Send Email
Feb 2, 2001
2:53 pm
Hi there, I'm planning to download the OpenCV for Linux. Did anyone run the Camshift successfully on Linux? Regards/ Jerome Tan jtan@... <nene...
1217 ernest64150@... Send Email Feb 2, 2001
3:10 pm
Hi All. I'm new to OpenCV, but I have been using the IPL for a while. I notice that the official release OpenCV download includes an older version of the IPL. ...
1218 Andreas Tondorf
A.Tondorf@... Send Email
Feb 2, 2001
3:13 pm
There are many ways to do this. The easiest way is to use the function "ipDraw" in the file "COOKDRAW.CPP". This file is part of the ipl-tutorials. This...
1219 Andreas Tondorf
A.Tondorf@... Send Email
Feb 2, 2001
3:13 pm
There are many ways to do this. The easiest way is to use the function "ipDraw" in the file "COOKDRAW.CPP". This file is part of the ipl-tutorials. This...
1220 Molinov, Sergey
Sergey.Molinov@... Send Email
Feb 2, 2001
3:23 pm
Hi Beta release of OpenCV will use IPL2.5 and it will be distributed without IPL dlls However, .lib and .h files of IPL will be delivered in order to keep...
1221 Jack Cawkwell
jack@... Send Email
Feb 2, 2001
4:52 pm
Hector, I am having the same problem! The only difference is that I have not yet looked for the Linux IPL library and was still hoping that there was one. Jack...
1222 Jerome Tan
jtan@... Send Email
Feb 2, 2001
5:07 pm
Hi there, Did anyone noticed that the size of OpenCV in Linux is only 4 mb? Regards/ Jerome Tan jtan@... <nene pimentel for vice president!>...
Messages 1193 - 1222 of 90786   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