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: 48138
  • 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 90726 - 90755 of 90755   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
90726 Seereen Noorwali
seereennoor Send Email
May 9, 2013
7:28 pm
Hi everyone ... As you know after rotate the image by the center , the blank area in the corners start to appear is there any way to remove this blank area? if...
90727 soheil
snazem_tv Send Email
May 10, 2013
4:48 am
Hi guys I have used this code for converting RotatedRect to Image but unfortunately getRectSubPix does not do its job very well...when I write: ...
90728 jian_an_chen Send Email May 10, 2013
3:30 pm
Hi everyone, I want to use the cascade classifier training of OpenCV 2.4.5.0. I have done step by step as...
90729 tesmai4@...
mtariqabdullah Send Email
May 10, 2013
3:30 pm
Dear All, I am using opencv 2.4.5. I can compiling/building a program with GPU module. I get the message that OpenCV was built without GPU support; when I...
90730 jian_an_chen Send Email May 10, 2013
3:30 pm
Hi everyone, I want to use the cascade classifier training of OpenCV 2.4.5.0. I have done step by step as ...
90731 Shervin Emami
emami_s Send Email
May 11, 2013
12:35 am
It sounds like your OpenCV library was not built with GPU support. Try building OpenCV again with GPU support. I noticed that OpenCV v2.4.5 gives an error when...
90732 Bob Davies
bobdavies2000@... Send Email
May 11, 2013
1:04 am
tesmai4 - I would review all of the settings in the CMake and make sure that all the CUDA options are available and selected. You may be missing some...
90733 french_chris_c Send Email May 11, 2013
1:04 am
Hi, I am trying to read an uncompressed AVI (that shows having the fourcc 'DIB '. AVIStreamGetFrameOpen fails in cap_vfw.cpp. Is there any way that such an AVI...
90734 peregrimm82 Send Email May 11, 2013
1:04 am
Hello everybody. I' m having trouble with an OpenCV application and I am in need of some help. I have successfuly created a satisfying disparity map using...
90735 tesmai4@...
mtariqabdullah Send Email
May 11, 2013
8:20 pm
Thanks Bob for your reply. I downloaded compiled binaries for Windows from OpenCV website for OpenCV 2.4.5. My environment is Windows7+Visual Studio 2010+...
90736 soheil
snazem_tv Send Email
May 11, 2013
8:20 pm
As I mentioned in post above getRectSubPix does not give me output image... I want to add that "cv::MAt img" which is my input parameter to this function is a...
90737 Assy
assy.smith Send Email
May 12, 2013
8:18 pm
... Hey Tom, this should be possible. You could start with the extraction of some features using OpenCV, like SIFT or SURF. Those features are often used as...
90738 Axel Largent
takouta971@... Send Email
May 13, 2013
10:39 am
Hi, I apologize for my bad english, I would like to know how to make a Delaunay triangulation with opencv in C++ please. Sincerely, Axel...
90739 Jose Miranda
jimiranda50 Send Email
May 13, 2013
2:53 pm
Hi Tom: First of all, Assy's answer is a perfect 'how to' for your case. But, I would like to contribute with a real example, not from myself, but from this...
90740 Jose Miranda
jimiranda50 Send Email
May 13, 2013
3:19 pm
Hello Axel: Welcome to OpenCV subscription list. Well, your question is half answered in the book "Learning OpenCV: compute vision with OpenCV library" by Gary...
90741 Houssem ---
hissou1986 Send Email
May 13, 2013
6:23 pm
sylvie%20derboisr http://essana.fr/w/7martine%20merciris6...
90742 Saloua Matmati
saloua.matmati Send Email
May 13, 2013
8:46 pm
any one can help me :  any codes can help me about svm after extract features by HOG ??? thanks in advance  ________________________________ De : Shervin...
90743 Bob Davies
bobdavies2000@... Send Email
May 13, 2013
8:46 pm
http://stackoverflow.com/questions/9254450/opencv-extracting-triangles-from-delaunay-triangulation...
90744 nadali
nbabaeian Send Email
May 13, 2013
8:46 pm
Hi, I am trying to work on an image processing project from the beginning. I need to read a stream from a camera and do image processing stuff like background...
90745 Mastour Nesrine
nesrin.mastour Send Email
May 13, 2013
8:46 pm
Hello, I want to detect the road or rather the white lines.I think the B-Snake is a good method ,but i do not understand it. who can give me some examples?if...
90746 Yahoo
afonsoavr Send Email
May 15, 2013
3:35 pm
Good afternoon staff, I wonder about the use of libfreenect fakenect with OS Windows 7. is possible? No limitations? there is a more appropriate setting?,...
90747 artur.lugmayr@... Send Email May 15, 2013
3:35 pm
... CALL FOR PAPERS, DEMONSTRATIONS, AND POSTERS IN CONJUCTION WITH INTERACT 2013, CAPE TOWN, SOUTH AFRICA - 6th-9th September 2013 2ND INTERNATIONAL WORKSHOP...
90748 Chaitan
natiahc Send Email
May 15, 2013
3:35 pm
I am not able to convert the raw bayer (RGGB..) image (from the ccd sensor) to 8-bit BGR. Using the following code: cv::Mat bayer16BitMat(image.height,...
90749 artur.lugmayr@... Send Email May 15, 2013
3:35 pm
========================================================================================= ACADEMIC MINDTREK CONFERENCE 2013 ?Making Sense of Converging Media? ...
90750 Heng Jiao
crazyhook1126 Send Email
May 15, 2013
4:18 pm
Hi, all, I am looking for the way to set the HoG features to [0,360). I find that it in OpenCV is implemented as [0,180), and it seems there is no parameter ...
90751 Bob Davies
bobdavies2000@... Send Email
May 16, 2013
5:42 pm
Chaitan - I saw where you found that code: http://stackoverflow.com/questions/10403841/convert-12-bit-bayer-image-to-8-bit-rgb-using-opencv It appears you...
90752 Axel Largent
takouta971@... Send Email
May 16, 2013
5:42 pm
Hello Jose, Thanks a lot for your help and advice. I succeeded to make delaunay triangulation with openCv thanks to this code :...
90753 Thắng, Phạm...
phamchientha... Send Email
May 16, 2013
5:42 pm
Hello everyone, I'm a new meber of our group and new to OpenCV. I am doing my project with blobs detection, but when i use adaptiveThreshold, it will detect...
90754 javier
azkuenejb Send Email
May 16, 2013
9:31 pm
Hi, VideoMan Library has an input module for PointGrey cameras. http://videomanlib.sourceforge.net/ ...
90755 Jose Miranda
jimiranda50 Send Email
May 16, 2013
10:13 pm
Hello Axel: Good news! You're already up!Well, the lines you see are due to the fact that the triangulation algorithm starts its job considering triangles...
Messages 90726 - 90755 of 90755   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