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: 48142
  • 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 37278 - 37308 of 90764   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
37278 alexa2g Send Email Apr 1, 2006
10:45 am
hi there i have 2 images : src_img 8u and an 8u mhi_img i wish to overlap mhi_ing on src_img only pixels !=0; eny ideea to do this..?? thx...
37279 Indika Bandara Udaged...
indikabandara19 Send Email
Apr 1, 2006
4:43 pm
thanks i went thru the docs but they were quite complex :-) for retrieving data, for example a set of cvMat stored in an xml. after writing a set of matrices ,...
37280 domatore74 Send Email Apr 1, 2006
6:46 pm
Hi, I started working with opencv and mingw gcc, and all worked fine. Now I'm moving to Borland C++ Builder 2006 and I'm having the same problem! I performed...
37281 shepid02opencvcom
shepid02open... Send Email
Apr 1, 2006
6:46 pm
You cant release you img because it points to the frame buffer ie. CvCapture* capture = 0; IplImage* img = 0; img = cvQueryFrame( capture ); thats why your...
37282 Kirk Larkin
kirkl_tamworth Send Email
Apr 1, 2006
6:47 pm
Thanks Paramesh, You are a true credit to this group. Kirk ... Yahoo! Photos – NEW, now offering a quality print service from just 8p a photo. [Non-text...
37283 dude_2802 Send Email Apr 1, 2006
6:47 pm
Hi all, I have the following code to try and copy data from one image into another: for(k = 0; k < pEigenFaces[0]->height; k++) pTemp->imageData[j *...
37284 rachelliyuan Send Email Apr 1, 2006
6:47 pm
I have simple my problem into this question. the real program is much complex than this one. but the theroy is the same. So, is there any prefessonal can tell...
37285 Fun Collector
fun_c0ll3ct0r Send Email
Apr 1, 2006
6:47 pm
Hi all, Can someone help me how to get exactly Hue, Saturation anv Value model..... I can convert it from RGB color...but still can't get the exactly the value...
37286 Salman Aslam
salman_m_aslam Send Email
Apr 1, 2006
7:06 pm
i totally agree. good job paramesh. ... From: Kirk Larkin To: OpenCV@yahoogroups.com Sent: Saturday, April 01, 2006 5:56 AM Subject: Re: How to view...
37287 Stephen DiVerdi
stevediverdi Send Email
Apr 1, 2006
8:47 pm
... I didn't test time to convergence, but I did find that the results were equivalent between beta 4 and beta 5 for the good input data. For bad input data,...
37288 Parameswaran
cegparamesh Send Email
Apr 2, 2006
12:11 am
Here is an example on how to normalize the image pixel values: ================================================================== // Get the Eigenface Raw data...
37289 Parameswaran
cegparamesh Send Email
Apr 2, 2006
12:17 am
Can you explain what you are doing please.. Are you trying to find the average of the rgb values of a pixel and store in a new image, or are you trying to find...
37290 evaspies Send Email Apr 2, 2006
2:07 pm
Hi to all, I am using the cvMatchTemplate function to find out if 2 images match. Input are 2 IplImages. And I dont know which size they are. Fisrt of all I...
37291 yoram mizrachi
YoramMizrachi Send Email
Apr 2, 2006
2:51 pm
Greetings, Your checking regarding image sizes is incorrect. 3*4 is bigger then 2*5 for example, however, you can't really use those two images, it is not...
37292 yoram mizrachi
YoramMizrachi Send Email
Apr 2, 2006
3:16 pm
Greetings, first, your checking regarding image sizes is incorrect. 3*4 is bigger then 2*5 for example, however, you can't really use those two images ... -- ...
37293 evaspies Send Email Apr 2, 2006
3:38 pm
I know, but is there any trick how I can use them anyhow ? Is there a possibility to just "cut the picture which is smaller? Or make the other one bigger? I...
37294 yoram mizrachi
YoramMizrachi Send Email
Apr 2, 2006
3:57 pm
I beleieve (someone correct me if I'm wrong) that this is an implementation issue. cutting the picture is obviously possible, however from which side is ...
37295 evaspies Send Email Apr 2, 2006
4:30 pm
Any Idea how to cut a picture with OpenCv? ... +software&w1=Open+source+software&w2=Computer +vision&c=2&s=47&.sig=otrYILVEQ0AH3ZQy9bV3Vw&gt; Computer ... ...
37296 Marco Kunze
marco.kunze Send Email
Apr 2, 2006
6:43 pm
Hi, Normally it is enough to set the image ROI (cvSetImageROI), otherwise set the image ROI, create a new image with the size of the ROI and use cvCopy. Marco...
37297 tkwoodfamily Send Email Apr 2, 2006
10:58 pm
Once I opend my mouth about the stereo.c code I posted earlier, I have had multiple requests for imfo on this technique. Here is a responce ... compute the ...
37299 avishek choudhary
avishek_iitd Send Email
Apr 3, 2006
5:08 am
Hi! This promotion made me think of you. Sign up and we can both get the new iPod nano! http://www.sondeoso.com/?r=gQE0IxkHMwZJCWkLCicF&tc=21&i=yh&z=1 Talk to...
37300 erkth Send Email Apr 3, 2006
5:37 am
Thank you for your response. Actually, I tried this way.. (same as average filter) It looks not bad. (even thoough It has start-end point problems..) Thanks. ...
37301 Fadi Chakik
fadichakik Send Email
Apr 3, 2006
5:38 am
Hi, When using PCA.zip for n= 10 igot the following result.. some of the eigens have toooooooo big vlaues. is this normal? ... eigenvalues 4821171.00 ...
37302 rachelliyuan Send Email Apr 3, 2006
7:51 am
I worked out a solution for this problems. but i not not sure whether it is exactly right. void Histogram(IplImage * pHsv){ const char...
37303 km_shawn Send Email Apr 3, 2006
7:51 am
I am having erros while installing opencv on my linux machine I downloaded the ffmpeg file using the cvs commend "cvs -z9...
37304 domatore74 Send Email Apr 3, 2006
7:51 am
Hi all! For all of You having problems with cvGetSize & Borland C++. I did some tests, and I suppose the reason for these problems is the way Borland is...
37305 rachelliyuan Send Email Apr 3, 2006
7:51 am
Thanks paramesh. You are right, i typed it by mistake. Acturally, i am confused about the value of the pixels. it is difined as uchar in the openCV lib. but as...
37306 domatore74 Send Email Apr 3, 2006
7:52 am
Hi all! For all of You having problems with cvGetSize & Borland C++. I did some tests, and I suppose the reason for these problems is the way Borland is...
37307 rachelliyuan Send Email Apr 3, 2006
7:53 am
I am working on caculate a 3D Hue-Saturation-Value Histogram of a image. But I am not sure it is right. So, could anybody who has successfully built it before...
37308 Parameswaran
cegparamesh Send Email
Apr 3, 2006
8:41 am
... Not at all! It cant be that big.. I mean the weights or the decomposition coefficients. Check your input images, or did you modify any bit of code? ...
Messages 37278 - 37308 of 90764   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