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: 48148
  • 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
Messages 16459 - 16488 of 90774   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16459 Ahmed Abdelsalam
am_abdelsalam Send Email
Jan 1, 2004
12:04 pm
Al Slamo Alikom,... I have a serious problem,... i'm creating an MDI application to process and display images,...i&#39;ve successfully loaded the images into...
16460 cdemirkir Send Email Jan 1, 2004
12:22 pm
I build the cvhaartraining files and haartraining files projects but MS VC 6.0 can not find the _cvcommon.h and cvhaartrainingd.lib files and they do not come...
16461 Vicky Budhiraja
vicky_vigia Send Email
Jan 1, 2004
12:32 pm
Happy New Year! to OpenCV et al ... Please be more descriptive! -- Vicky Budhiraja R&D Programmer www.kirnoarth.com/index.htm ICQ: 119780451...
16462 tinkerbel010 Send Email Jan 1, 2004
1:43 pm
Hi !!! I need to find an algorithem/code to convert a region in a rentgen photo to to a graph describing it's gray level . I hope it was more clear this time...
16463 Vicky Budhiraja
vicky_vigia Send Email
Jan 1, 2004
3:09 pm
... Refer: Lecture Notes on image processing in X-Ray Imaging by Andrew Davies. http://www.lxi.leeds.ac.uk/archive/medphsmsc/ip.pdf All The Best, -- Vicky...
16464 Bart Robinson
bartrobinson76 Send Email
Jan 1, 2004
9:30 pm
I'm trying to use the cvGoodFeaturesToTrack to find features in a given image in Linux. Everytime I try to use it with what I think are appropriate parameters...
16465 2090145@...
jlamadorjr Send Email
Jan 1, 2004
11:11 pm
You can get it in the files of this group. There is a file named cvcommon.zip with the files that you need for the compilation Josep ... pactches ... knows...
16466 mohamed rashed
rashed_aast@... Send Email
Jan 1, 2004
11:59 pm
hi please i wont help???!! i am biggener in the image processing and i wont to know how to start.. what i wont to make simple kind of object detection?? , an...
16467 souciance_eqdam Send Email Jan 2, 2004
12:41 am
Hi... Can anyone tell me how to put a HighGui frame inside a MFC frame..so that when you load the image using OpenCV the loaded highgui frame is inside the MFC...
16468 Dad dy
ajjwnc Send Email
Jan 2, 2004
12:46 am
I'm sorry I can't help you because I'm also a beginner with the same questions. I was wondering if it is hard to learn c if one is from another country because...
16469 Behnam
behnam_re Send Email
Jan 2, 2004
1:00 am
Hi, I tried it with about 200 images training but did not get a good result. any idea? It seems that the training database should be pretty big to have a good...
16470 Behnam
behnam_re Send Email
Jan 2, 2004
1:11 am
I think the problem is the background threshold. the positive and negative samples should have bright backgrounds, I guess. Behnam ... of...
16471 weizhongye000 Send Email Jan 2, 2004
6:01 am
I have compiled "facedetect.cpp" in OpenCV. the following is some codes: CvHaarClassifierCascade* cascade = cvLoadHaarClassifierCascade( ...
16472 magnusekhall Send Email Jan 2, 2004
11:02 am
... it. :) ... There are bunches of people obviously using this library. How come it is not in the downloadable package from sourceforge? And.. Where is it? ...
16473 pranay kishore
roboantz Send Email
Jan 2, 2004
11:20 am
Hi! Can anyone tell me about setting up the ROI in an image and how to get that set roi image for further processing... Thanks pranay. Yahoo! India Mobile:...
16474 gan swat ngo
zoegan80@... Send Email
Jan 2, 2004
2:50 pm
Hello there. Can those who expert provide me the website to find info about OpenCV function. I need it to create function about object recognition for...
16475 han_tie2002 Send Email Jan 2, 2004
3:04 pm
Hi: I met a problem when I try to run a program in linux(RH8), it says "Illegal instruction" . But it had succeeded when i try to compile the source file. I...
16476 R_Holmes Send Email Jan 2, 2004
3:31 pm
When I run the following code fragment: CvMat* A = cvCreateMat(1000, 1000, CV_32FC1); CvMat* B = cvCreateMat(1000, 1000, CV_32FC1); CvMat* C =...
16477 Tomislav Pribanic
lepitomo Send Email
Jan 2, 2004
3:47 pm
Hello Jeff, using particular source of illumination (i.e. laser in your case) looks very much as implementation of 'structured light technique' for 3D...
16478 sobasri_lk2002 Send Email Jan 2, 2004
4:55 pm
#14574 May help you... ... frame..so ... is...
16479 anthemas Send Email Jan 2, 2004
5:31 pm
Hi, I loose hand on a cvNamedWindow after having launched my program, a video capture playing. How to get the hand back on it, for example to move it with...
16480 souciance eqdam rashti
souciance_eqdam Send Email
Jan 2, 2004
6:51 pm
cheers for the help on that message.. _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months...
16481 Jesus Nuevo Chiquero
bleuetrain Send Email
Jan 2, 2004
7:10 pm
Hi! Yes, you can use OpenCV on the C3. But be careful with the compilation flags, because the non-Nehemiah versions of the C3 don't support the CMOV ...
16482 pranay kishore
roboantz Send Email
Jan 2, 2004
9:50 pm
Hi! The error I got was from the function cvResetImageROI(image,rect)...this is the way it is declared in the documentation but in the reality it takes only...
16483 pranay kishore
roboantz Send Email
Jan 3, 2004
12:44 am
Hi! Can anyone let me know how to access the pixel's after setting the ROI...I tried cvSetImageROI(image,rect); IplImage *s=image; but s->imageData[i]...still...
16484 andra1506 Send Email Jan 3, 2004
3:12 am
I am trying to run the Kalman filter example from the OpenCV library. What should I specify as an executable for the debug session? I appreciate your help, ...
16485 rfcapo1966 Send Email Jan 3, 2004
2:07 pm
... process and display images,...i&#39;ve successfully loaded the images into child windows, process them and display them using HIGHGUI. but this display type is...
16486 linbaolong2003 Send Email Jan 4, 2004
1:13 am
Thank you! I have the same problem also. But how to compile the program for 486 ( C3 CPU, RH Linux 8)? I Gooooooogle all a day , and nothing found! help me! ...
16487 qfangz Send Email Jan 4, 2004
1:51 am
Hi,all I met a problem about cvGetQuadrangleSubPix and hope somebody here could help me. I use cvGetQuadrangleSubPix to do image rotation. I do as what the...
16488 Mat
tovaldez2000 Send Email
Jan 4, 2004
7:45 am
Hi to everyone looking at the last posts I saw that there should be a modified version of cvsvd.cpp that should remove a bug in cvSVD. The file is no more...
Messages 16459 - 16488 of 90774   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