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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 79104 - 79134 of 90794   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
79104 Y Meh
oneofthem10 Send Email
Apr 1, 2011
10:30 am
Hi Everybody I'm matching two images, I have some regions in the result that have a high matching error, which means in this region, pixels are not well...
79105 martin_savc Send Email Apr 1, 2011
11:16 am
That is one hell of a problem. Calculating contours in 3D might be a complicated problem. I would try to find the contour I'm interested in in the 2D image...
79107 garutbonjonegoro
garutbonjone... Send Email
Apr 1, 2011
11:25 am
i dont know much about QCC, but have read the logic behind it in the paper "into the woods" by terrence e boult. While for connected component, u can have a...
79108 s_mistaken Send Email Apr 1, 2011
11:25 am
I came across the same problem; infact do you find any solution to this problem if yes plz share it. thanks Imtiaz...
79109 Leith Bade
leithbade Send Email
Apr 1, 2011
11:25 am
Hi, I am working on a number plate recognition assignment for my image processing paper. I have successfully used a combination of adaptive thresholding and ...
79110 Lucas Martin Vartres
lukka2py Send Email
Apr 1, 2011
11:25 am
Hi, I need to determine value 'confidence&#39; to determine (approximately) if it has recognized a person in the database from a new image. Well, I looked at the...
79111 olrehm Send Email Apr 1, 2011
11:25 am
Thank you for your help. So this would help me with finding the approximate location of the face. Now I still need to figure out how to segment the face from...
79112 Sajad
sravakhah Send Email
Apr 1, 2011
11:25 am
hello I apologize becuse i can not write englesh good i do not understand this code can you explain me or introduce a link what is a structure of...
79113 davethomaspilot@...
davethomaspi... Send Email
Apr 1, 2011
11:25 am
I'm trying to figure the algo cvTrackbar uses to figure allocate space on the GUI for the trackbar label, versus the scale itself. I need more room for the...
79114 Robert Keszeg
oviandilien Send Email
Apr 1, 2011
11:26 am
Hi, everyone! I've got OpenCV 2.2 working on Windows + Eclipse + MinGW. I installed Eclipse Helios with the CDT plugin. I made the steps 1-20 on the page...
79115 Reinier Pupo Ruiz
rpupo@... Send Email
Apr 1, 2011
11:26 am
I want to use ffmpeg lib that is in 3rdparty folder where OpenCV is installed, I make all the references to all the ffmpeg libs in lib folder and to the ...
79116 maniks_svk Send Email Apr 1, 2011
11:26 am
Hello community, i am working on a project for blobs detection using OpenCV 2.1.0 and cvBlobsLib 8.3 libraries. Well, actually the project is almost finished...
79117 GiovanniM
donjovi84 Send Email
Apr 1, 2011
11:26 am
Hello, I'm a college student, I'm doing a thesis on the study of emotions, I can not make a graph to show the variation of features, with Qt Creator IDE. How...
79118 Abdallah Hamdy
abdouelfaresy Send Email
Apr 1, 2011
11:27 am
Is the function of RGB2HSV at your site doing the same result as the function in the new version of openCV because I am using an old version. ... -- Thanks ...
79119 J-Ng
joseng_12 Send Email
Apr 1, 2011
11:27 am
Hi! I'm very new to this OpenCV. I'm just recently learned how to detect face, eyes and mouth. but is there a haar cascade or any other way to detect the...
79120 moloned Send Email Apr 1, 2011
11:27 am
If you just want to remove faces you could use a skin detector. This one runs @ 30fps on VGA video: ...
79121 zattuu Send Email Apr 1, 2011
11:27 am
I tried your solution, but it's not working. When I feed the bgr24 video to OpenCV, it says that the fourcc is 0. I forgot to mention to you that I am working...
79122 e3psilon Send Email Apr 1, 2011
11:27 am
Hi; To calculate the distance z in mm, between the object and the two camera by Fx * b / d, I followed the example /opencv/samples/cpp/stereo_match.cpp,...
79123 Shervin Emami
emami_s Send Email
Apr 1, 2011
11:46 am
Hi Lucas, I just hacked together some very simple code that does the reverse of the "findNearestNeighbor()" function in the Servo Magazine article at ...
79124 Golan Levin
golanlevin Send Email
Apr 1, 2011
12:17 pm
Why not detect the eyes, and then just use regular image processing techniques to get the eyebrows? You already know that the eyebrows are going to be above...
79125 Shervin Emami
emami_s Send Email
Apr 1, 2011
12:26 pm
... Yeah probably, I haven't tried OpenCV v2.2 yet, but it sounds like it would do the same as my HSV converter. Cheers, Shervin Emami. ...
79126 Witek Czajewski - Cza...
wicio2004 Send Email
Apr 1, 2011
2:02 pm
Hi I did not look into the code so I might be completely wrong, nor I know exactly how the ARToolkit works, but I have a thought. As far as I understand from...
79127 Shervin Emami
emami_s Send Email
Apr 2, 2011
2:42 am
Hi, I have posted some code to render some basic graphs from arrays of floats, ints or 8-bit uchars (pixel values) at " ...
79128 全益
quanyi3777 Send Email
Apr 2, 2011
4:04 am
Hi, I'm using python interface of OpenCV combined with Matplotlib<http://matplotlib.sourceforge.net/>. However, I fount weird "Segmentation fault" error...
79129 MIKE K-suma
miketaed9597 Send Email
Apr 3, 2011
2:04 am
http://legnodistribuzione.uv.ro/23i352.html...
79130 michaela3rm Send Email Apr 3, 2011
12:52 pm
Hi group, I need help: I'm using the functions of OpenCV for detecting faces: cvhaartrainng.cpp, cvboost.cpp, haartraining.cpp ... But I don't want to use the...
79131 michaela3rm Send Email Apr 3, 2011
1:02 pm
Hello, I am using OpenCV haartraining.exe command to train a cascade of classifiers for frontal face images. My question is whether the negative samples must...
79132 gardane_yudus Send Email Apr 3, 2011
2:06 pm
I implemented a high pass filter using the following code: CvMat* kernel=0; kernel = cvCreateMat(9,9,CV_32FC1); cvSet2D( kernel, 0, 0, cvRealScalar(0) ); ...
79133 gardane_yudus Send Email Apr 4, 2011
2:21 am
Dear all, I managed to solve the problem. It is because somehow the uninitialized values change in the executable file. This is the code that will solve it, in...
79134 Doli H
doli_harahap Send Email
Apr 4, 2011
2:41 am
hai, anyone knows how the blob is sorted? There is a function CBlobResults:GetNthBlob If i print the area by looping through the blob index, the area is not...
Messages 79104 - 79134 of 90794   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