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+...
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...
... 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@...
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...
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...
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...
any one can help me : any codes can help me about svm after extract features by HOG ??? thanks in advance ________________________________ De : Shervin...
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...
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...
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@...
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...
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@...
May 15, 2013 3:35 pm
========================================================================================= ACADEMIC MINDTREK CONFERENCE 2013 ?Making Sense of Converging Media? ...
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@...
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@...
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 :...
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...
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...
Dear group members, I want to implement a project which basic target is "shape-based object recognition" by using the following famous techniques 1. Object...
I have the Philips saa7131/7133/7125 Video grabber card which I want to use with openCV. I am using Ubuntu 10.04. When start my opencv app i get a black...
oh yes, exactly.. i figured it out after post this message.. well thank you Bob...
90760
Axel Largent
takouta971@...
May 18, 2013 6:54 pm
Hi, I read the chapter 9 of the book but i didn't see or understand how they make to draw triangle only inside the convex hull (without the lines). To:...
Hello guys I have problem with fitline function in opencv 2.4.3 and unfortunately there is no example about it.all the samples are with previous versions. I...
Good morning, I would compile OopenCV with GPU support and I don't know if use CUDA or OpenCL. Both seems good. This was my first doubt. My question is: in...