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: 48149
  • 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
Messages 38067 - 38096 of 90795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
38067 sdkloop Send Email May 1, 2006
11:31 am
Hello, How can I "import" CvCapture struct in C#? I know that it's possible to do something like this: [StructLayout(LayoutKind.Sequential, CharSet =...
38068 visualwork2000 Send Email May 1, 2006
11:48 am
Dear All, I have wrote the following code to access MilImage ( Matrox image) from opencv but when i tried to show the image using opencv functions , it doesn't...
38069 caglar ari
cariug2000 Send Email
May 1, 2006
12:01 pm
Selamlar, when it finds the face, there is a rectangle around it, right ? Set the ROI of the original image to that rectangle and copy that part to a new...
38070 Sameer Naik
mcse_id_3310894 Send Email
May 1, 2006
12:05 pm
test [Non-text portions of this message have been removed]...
38071 Nils Hasler
nilshasler Send Email
May 1, 2006
1:21 pm
Hi visualwork2000, ... In what way does it not work? Does it crash? Does the window not open? Is the content of the window black or filled with random colours?...
38072 Franco Amato
franco.amato Send Email
May 1, 2006
2:38 pm
Hi people.... I would like to know if someone has experience in wxWidgets programming, because I have to integrate OpenCV and wxWidgets. I must perform...
38073 Giff
sipaveloz Send Email
May 1, 2006
5:17 pm
hi, the facedetect.c example provided with opencv doesn't work too good with video streams, I guess the reason is the xml file. I'm sure that much better xml...
38074 Tiago
tiagotrs Send Email
May 1, 2006
6:04 pm
My capture card driver use WDM. Could that be why I can only get geryscale Images ? Thanks Tiago...
38075 Nils Hasler
nilshasler Send Email
May 1, 2006
7:56 pm
Hi, ... crash , ... Looking at your code again I think the problem is that you never copy the data from MilImage into frame. At least MbufInquire() does not...
38076 sdkloop Send Email May 1, 2006
10:47 pm
Hi, I've imported cvLoad function in C# (using DllImport), but when I'm calling it I get error, which looks like this: Unspecified error (The node does not...
38077 Joseph Lisee
game_ender57 Send Email
May 1, 2006
10:56 pm
... Franco, I am currently working on a project where we have integrated wxWidgets and OSG through the use of wxGLCanvas and a custom viewer instead of using...
38078 yoram mizrachi
YoramMizrachi Send Email
May 2, 2006
4:40 am
Greetings folks, I'm looking for a method to compare two images with different sizing for the same sizing I'm using matchtemplate any ideas? thanks -- Yoram...
38079 visualwork2000 Send Email May 2, 2006
5:56 am
Hello, The problem has been solved when i changed getchar() to cvWaitKey() as you told me and it works now. Thank you for your great help. cvcap_mil.cpp can be...
38080 shadi moudallal
shadi_moudallal Send Email
May 2, 2006
6:29 am
salam what is the best method to use for face recognition. thx for help ... Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates. ...
38081 ashok srivastava
ashok_srivas... Send Email
May 2, 2006
6:46 am
Use a mirror !! Simple !!! shadi moudallal <shadi_moudallal@...> wrote: salam what is the best method to use for face recognition. thx for help ... ...
38082 ashok srivastava
ashok_srivas... Send Email
May 2, 2006
6:53 am
Next best methods are many: PCA, LDA, Neural Networsk, HMM OpenCV has a good support for PCA. Now so many open sources are available for face recognition using...
38083 touchit easy
touch_it_enjoy Send Email
May 2, 2006
7:07 am
Salam Everybody how are you all i hope you are all will be fine and quite happy. My worthy friends i have run Facedetect aplication now i can detect face from...
38084 dcedel21 Send Email May 2, 2006
11:31 am
Stan Birchfield whose algorithm we are using in the findstereocorrespondence function has replied to the query of mine in which he has said that the streaking...
38085 Sandra Trejo
santregu82 Send Email
May 2, 2006
12:38 pm
I would like to use a function similar to PLOT in Matlab to display the values of a vector. Do you know which functon of C++ I must use??? Thank you very much...
38086 kosti_kannas Send Email May 2, 2006
1:08 pm
Hi! I'd like to save images in bmp-format with my Quickcam Pro 5000 webcam using openCV (beta5). I can save them as bmps alright, but they seem to have been...
38087 kennycauwerts Send Email May 2, 2006
2:44 pm
Hi, I'm looking for some help on how to adapt the OpenCV camera parameters(Tsai model) to the OpenGl transformation matrices. I have my camera parameters...
38088 opencivvi Send Email May 2, 2006
3:07 pm
Hi, i understood how to determine motion direction by motepl.c example. Now, how to compute speed? tanx...
38089 Rafael Nevarez
epilef99 Send Email
May 2, 2006
4:40 pm
I have tried to do this in three different ways 1. I tried to install ffmpeg-0.4.9-pre1, but there is an error in the ./configure step with common.h and...
38090 jihwang0912 Send Email May 2, 2006
4:46 pm
Hi all. I have some problem in using cvFindFundametalMat. It looks like there is some mistake in the reference manual... Follow is the source in the reference...
38091 Nicolas Saunier
nikosaunier Send Email
May 2, 2006
4:46 pm
Hi, I reply to my own email as no one else did and I found the beginning of a helping discussion farther in the mailing list: ...
38092 Rafael Nevarez
epilef99 Send Email
May 2, 2006
6:26 pm
I fix the problem installing ffmpeg with YUM and the CVS version of opencv, but for compile any program the error persist, it seems that it needs to be add...
38093 Stephen DiVerdi
stevediverdi Send Email
May 2, 2006
6:42 pm
... Yes, that's right - if you want to use functions from ffmpeg, you have to link to its libraries. Some projects use libtool to generate .la files in...
38094 sdkloop Send Email May 2, 2006
6:49 pm
Hi, Where can I find cxcore097d.dll file? In OpenCV\bin&#92; there is only cxcore097.dll. I've installed opencv_b4a (096) and opencv_b5a (097) and can't find...
38095 sdkloop Send Email May 2, 2006
7:11 pm
Hello, I can answer my own question - it has to be build... After building it I have cxcore097d.dll. But I still have a problem - how to use cvLoad in c#? No...
38096 David Moore
dmoore4u Send Email
May 2, 2006
8:35 pm
My understanding is that the IPP runtime can be freely redistributed by a licensee with their applications. In that light, why is OpenCV not distributed with a...
Messages 38067 - 38096 of 90795   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