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: 48140
  • 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 79779 - 79810 of 90761   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
79779 Robert Jobbagy
robert.jobbagy Send Email
May 1, 2011
11:07 am
did you give any error ? do u use Camapture ? Robert ________________________________ From: uahmed <gleam.uahmed@...> To: OpenCV@yahoogroups.com Sent:...
79780 Robert Jobbagy
robert.jobbagy Send Email
May 1, 2011
11:12 am
Try this : http://opencv.willowgarage.com/documentation/c/highgui_reading_and_writing_images_and_video.html#saveimage Robert ________________________________ ...
79781 Robert Jobbagy
robert.jobbagy Send Email
May 1, 2011
11:14 am
what is the error msg ? Robert ________________________________ From: srikanta mondal <srkntmondal@...> To: OpenCV@yahoogroups.com Sent: Wed, April 27,...
79782 Robert Jobbagy
robert.jobbagy Send Email
May 1, 2011
11:16 am
You can install OpenCV from package most of Linux distro. Which Linux distro do you use ? Robert ________________________________ From: Thuy Dinh thi...
79783 Lucas Martin Vartres
lukka2py Send Email
May 2, 2011
1:15 am
Hi all, I need store the elements of an int * array to cvMat and I have problems with access to the matrix cvMat. I tried cvSetData but only does good for...
79784 prabhash_thakur Send Email May 2, 2011
1:15 am
Hi Would any one be able to point me to an open source code on face recognition? Regards Prabhash...
79785 Lucas Martin Vartres
lukka2py Send Email
May 2, 2011
1:15 am
yes, it's possible http://tech.groups.yahoo.com/group/OpenCV/message/76783 2011/4/29 Simone Casamassa <simone.casamassa@...>...
79786 rahul
jeet_395 Send Email
May 2, 2011
1:15 am
It's normal..this is how mine is in progress: D:\OpenCV2.2\bin>opencv_haartraining -data haarcascade_pupil -vec NewPositivePup ils.vec -bg...
79788 KHletoshi
khlitoelectro Send Email
May 2, 2011
1:16 am
Hi, I want to make some image processing computation on microblaze, as openCV is open-source I think it would be easy to include in an embedded source code....
79789 Lucas Martin Vartres
lukka2py Send Email
May 2, 2011
1:16 am
What you need exactly? 2011/4/29 True <i4arslan@...>...
79790 peb aryan
peb_ra Send Email
May 2, 2011
1:16 am
Hi all, does anyone know whats happening in grayscale conversion when i use CV_LOAD_GRAYSCALE in cvLoadImage? what is the difference with converting to...
79791 Shervin Emami
emami_s Send Email
May 2, 2011
1:16 am
Many OpenCV functions accept a binary Mask image, such as cvCopy or cvAdd. The mask image should be an 8-bit single channel image (eg: a typical grayscale...
79792 Robert Jobbagy
robert.jobbagy Send Email
May 2, 2011
1:16 am
You need check include and libraries path is it right ? Win or Linux ? Robert ________________________________ From: samia <samia_ahmed33@...> To:...
79793 Lucas Martin Vartres
lukka2py Send Email
May 2, 2011
1:16 am
You could look Emani Shervin<http://www.shervinemami.co.cc/faceRecognition.html> work, probably need to fit your requirements, but for me, this code achieves...
79795 solata10 Send Email May 2, 2011
1:16 am
hello. i used matlab camera calibration toolbox ( http://www.vision.caltech.edu/bouguetj/calib_doc/index.html ) to calibrate my stereo cameras. script saves...
79796 hn.kulkarni Send Email May 2, 2011
1:17 am
I am also getting the same errors. I will let you know when I am able to solve them. Regards, Hrushikesh...
79797 Shervin Emami
emami_s Send Email
May 2, 2011
1:17 am
Hi, A 'debug opencv library version instalation&#39; should just mean to use OpenCV in Debug mode. eg: compile your program in Debug mode on your compiler, and ...
79798 Hendri
situkangsayur Send Email
May 2, 2011
1:17 am
I view the source code of the skin detector ... but the source was using emgu CV, and there is a data type or class Ycc color, HSV .. sample (C#): HsvMin = new...
79799 go_scrambler Send Email May 2, 2011
1:17 am
Hi all, I am using opencv in a UAV project and am stuck trying to use contours. I have successfully used cvFindContours to identify them after using cvCanny...
79800 Shervin Emami
emami_s Send Email
May 2, 2011
1:17 am
Your code is creating 3 images, not 2, because you are loading an image (which could even be a color image) and then creating an 8-bit image and then the code...
79801 Shervin Emami
emami_s Send Email
May 2, 2011
1:17 am
There are literally hundreds of conference papers published each year about how to improve Face Recognition results, such as in CVPR, ICCV, SIGGRAPH, etc. You...
79802 Robert Jobbagy
robert.jobbagy Send Email
May 2, 2011
1:51 am
before you call cvConvertScale function you need convert Image from rgb to gray with cvCvtColor function Robert ________________________________ From:...
79803 Shervin Emami
emami_s Send Email
May 2, 2011
1:54 am
You can use cvInitMatHeader (or the macro cvMat). There's an example in the documentation: " ...
79804 Robert Jobbagy
robert.jobbagy Send Email
May 2, 2011
6:34 am
You use wrong linker flags ? you need check it. This problem solved in earlier post I think. Robert ________________________________ From: hn.kulkarni...
79805 sachin farfade
sachin.farfade@... Send Email
May 2, 2011
6:35 am
I had this problem.. It's the Python Interface... So I've disable the Python interface on "cmake" and it was OK. cmake -D CMAKE_BUILD_TYPE=RELEASE -D...
79806 sachin farfade
sachin.farfade@... Send Email
May 2, 2011
6:52 am
I had this problem.. It's the Python Interface... So I've disable the Python interface on "cmake" and it was OK. cmake -D CMAKE_BUILD_TYPE=RELEASE -D...
79807 Francisco Parada
pakitobueu Send Email
May 2, 2011
9:31 am
I dont convert every frame, i just assign the data pointer of the cvMat to the IplImage...(see the code) cv::VideoCapture dispCapt(-1); cv::Mat img2; ...
79808 carmelo_2d Send Email May 2, 2011
9:46 am
Am I the only one who gets the following warning all the time? QImage::pixel: coordinate (232,498) out of range I use OpenCV-trunk under Linux. It happens when...
79809 payal3188 Send Email May 2, 2011
11:17 am
Hi I am getting some problem in setting openCV 2.2 with MS Visual Studio 6.0. On compiling the simple code i am getting error...
79810 Hendri
situkangsayur Send Email
May 2, 2011
11:17 am
i want to learn the source code tha luca del tongo made... it's hand recognition with cvConvextyDefect() and skinColorDetection (it use adaptiveSkindetector...
Messages 79779 - 79810 of 90761   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