Hi Axel: Many thanks for the code and solution, too. Later on, I'll take a look at it. If I find something, I'll let you know (but I'm not quite sure about...
90784
kaytalmi
May 23, 2013 3:22 pm
Dear all, Cassandra is a graphical development environment that supports the complete development process from rapid prototyping to final testing. The high...
90783
Omid Ghahari
mg_omidy
May 23, 2013 3:22 pm
hello in step 1 you must find feature points from 2 images, for example use FeatureDetector() in step 2 you must compute descriptors for this points, for...
90782
free2talk_me
May 23, 2013 3:22 pm
Hi, fundamental matrix is estimated by matching points of a pair of images, sort of stereo vision - a scene to be captured at 2 different views OpenCV provides...
90781
alainstgt
May 23, 2013 3:22 pm
Visual Studio 2008 | openCV 2.3.1 | Qt 4.8.1 | Windows XP I am trying to find the whole code, the main.cpp of which is found on ...
90780
Marcus Rene
renegiaef
May 23, 2013 3:22 pm
Which cameras are you using?? Did you see these cameras working togheter at same bus? Marcus Renê To: OpenCV@yahoogroups.com From: klemen_dovrtel@... ...
90779
hyeonyoo
May 23, 2013 3:22 pm
It's weird and makes me suspect OpenCV. Anyway, in my case, the status value was always 0 when one of the coordinates was negative....
90778
Harsh Deshpande
hdeshapnde
May 23, 2013 3:22 pm
Hello guys, I am working on a project where I have to detect features of a hand image for gesture recognition. These features are 1. chain code 2. fourier 3....
90777
joking4242
May 23, 2013 3:22 pm
Hi,I'm participant in the student program Rexus/Bexus <http://rexusbexus.net> from DLR (German Air and Space Center) and member of the team HORACE...
90776
Omid Ghahari
mg_omidy
May 23, 2013 3:22 pm
use below code: waitKey(30); after code : imshow("src1", src1); ________________________________ From: klemen_dovrtel <klemen_dovrtel@...> To:...
90775
soheil
snazem_tv
May 23, 2013 3:22 pm
Hello I have an image which I want to read its pixel value...but it gives some non logical numbers...Can you help me? Suppose that "rdst" is my thresholded...
90774
Axel Largent
takouta971@...
May 21, 2013 4:09 am
Hi Jose, Ok ! I send you me working code, look at in attachment. I succeeded to resolve my problem I send you the link for the solution : ...
90773
klemen_dovrtel
May 21, 2013 4:09 am
I am using two cameras, one is usb camera and the other on pci video grabber card. I tested a simple code (pasted below) which shows both camera inputs on the...
90772
lijian
lijian@...
May 21, 2013 4:09 am
Hi,I am using the histogram to do something, But I found a error and don't know how to fix it , Can you help me to solve it? Thanks very much. I create an...
90771
kajtusa
May 21, 2013 4:09 am
Hello, I am trying to find fundamental matrix from two cameras. I know that fundamental matrix relates points in images and I can find it using the OpenCV...
90770
kajtusa
May 21, 2013 4:09 am
Hello, I am trying to find fundamental matrix from two cameras. I know that fundamental matrix relates points in images and I can find it using the OpenCV...
90769
soheil
snazem_tv
May 21, 2013 4:09 am
Thank you Bob davies...my problem was solved. Another question: How can I draw the detected lines? with specific height...I do not want to draw a line from top...
90768
Jose Miranda
jimiranda50
May 20, 2013 7:52 pm
Hi Axel: I downloaded the source code you send me the link (delaunay2.cpp), but I'm having linkage problems. I don't want waste time fixing them. Can you...
90767
Franco Amato
franco.amato
May 20, 2013 3:53 pm
Hi to all, where is possible to download opencl libraries? In the web page of authors there's no download link. Regards, Franco...
90766
Madha
dhama1314
May 20, 2013 3:54 am
it looks like CVSepFilter is a separable filter like mentioned in: http://www.verydemo.com/demo_c291_i2976.html it's on chinese, so I'm using google translate...
90765
Jose Miranda
jimiranda50
May 20, 2013 12:10 am
Hi Axel: I'll take a look at the book's code. Sincerely, I didn't program it myself, I only read the material. Unfortunately, I don't have much time left right...
90764
Bob Davies
bobdavies2000@...
May 19, 2013 5:09 pm
Vec4i line; --> Vec4f line;...
90763
soheil
snazem_tv
May 19, 2013 3:26 pm
Error which gives me is: \openCV92;opencv-2.4.3\modules92;core92;src\matrix.cpp:1393: error: (-215) mtype == type0 || (CV_MAT_CN(mtype) == 1 && ((1 << type0) &...
90762
Franco Amato
franco.amato
May 19, 2013 3:21 am
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...
90761
soheil
snazem_tv
May 19, 2013 1:17 am
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...
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:...
90759
Chaitan
natiahc
May 18, 2013 6:54 pm
oh yes, exactly.. i figured it out after post this message.. well thank you Bob...
90758
klemen_dovrtel
May 18, 2013 6:54 pm
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...
90757
Abbas Ali Butt
abbaspucit
May 18, 2013 6:54 pm
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...
90756
chaitan divgi
natiahc
May 18, 2013 6:54 pm
oh yes, exactly.. i figured it out after post this message.. well thank you Bob chaitan...