Hi everybody! I must apologise because what I am asking for must already somewhere in the archives, but I've spent a long time searching and havent stumbled...
34364
parth
parth100parth
Jan 1, 2006 1:48 pm
Hey guys, Check out my listings at eBay. 1.Suse Linux(5 Cds) + mandriva 2006 DVD + ubuntu 5.10(1install+1live) At starting bid 200/- ...
34365
arnab sinha
sinha_arnab2002
Jan 1, 2006 3:05 pm
define ur one class or program to calculate the hausdorff distance....... u can find the algorithm in google or ieee journal papers....... this is just a ...
34366
paramveerdhillon
paramveerdhi...
Jan 1, 2006 3:39 pm
Hello Everybody, I am Trying to capture frame/video of Surroundings from my Webcam. To achieve that I used fns "cvCAptureFromCAM ,cvQueryFrame". But when I...
34367
Adam Donovan
carbon_adam
Jan 1, 2006 5:20 pm
Firstly greeting to you all who dont know me, I have some experience with coding but this openCV thing has got me stumped..There is the openCV .net workspace...
34368
OpenCV@yahoogroups.com
Jan 1, 2006 9:26 pm
The following OpenCV poll is now closed. Here are the final results: POLL QUESTION: Why the development of OpenCV is not active? CHOICES AND RESULTS - Lack of...
34369
svmclassifier
Jan 2, 2006 12:35 am
Hi, has anyone used the background subtraction method added to OpenCV 5? If so, can you please send me some samples to call its functions? And anybody knows...
34370
naeemdotcom
Jan 2, 2006 7:42 am
Hi All, I am trying to do like this that if I have 3 pictures is there anyway that I combine them to appear on 3 sides of a cube ? Do i need to do image...
34371
patnam shashi
patnamshashi
Jan 2, 2006 9:17 am
Hi All, in my project i have to develop a GUI to control configuration of a microcontroller. I developed GUI using VC++6.0 and microcontroller programs in...
34372
a_l_e_a_t_o_r
Jan 2, 2006 3:27 pm
Hi, I've got following piece of code that segfaults with opencv-0.9.7 running on redhat. void e(double *A, int size, double *eVals ,double *eVects) { CvMat mA;...
34373
wesley
wes_lor
Jan 2, 2006 3:34 pm
Hello First of all, happy new year to all of the OpenCV community and especially the OpenCV Team !! Is there a full documentation (zip??) file available? In...
34374
kaisch007
Jan 2, 2006 9:21 pm
Hello Is it possible with OpenCV to perform edge detection with subpixel accuracy? -- How? I'm a OpenCV-newbie, so please give as many details as possible. If...
34375
Erick Izquierdo Hern€...
erick_2mil01
Jan 2, 2006 10:06 pm
Hi and happy new year Anyone knows how to use opengl like glut at opencv or any tutorial or example about this? thanks Erick...
34376
gholam chamankhah
ghol_inatco
Jan 3, 2006 8:44 am
hi my dear to commincation in windows OS first copy io.dll to system directory and sepas download comdrv++ and setup it properly bestregard Change settings:...
34377
patnam shashi
patnamshashi
Jan 3, 2006 8:52 am
Hi, Thx for ur reply, but can u tell in detail how to do communication between VC and keil. Thanking you. with regards sheshidar patnam ...
34378
rickypetit
Jan 3, 2006 9:00 am
Hi, You can use the method FillBlob in the CBlob class to fill a blob with a specific color. Hope it helps, Ricard ... seed....
34379
Mary Susana George
cool_susi
Jan 3, 2006 9:46 am
hi everybody I am a final year student doing my project in content based image retrieval for medical images...as a first step in that i have to do SEGMENTATION...
34380
Luis Roberto P. Paula
luisrpp1982
Jan 3, 2006 10:58 am
You can load an image from opencv in an opengl texture just using de imageData pointer from the IplImage structure. Example: glTexImage2D(GL_TEXTURE_2D, 0, 3,...
34381
Adam Donovan
carbon_adam
Jan 3, 2006 12:32 pm
Bump-Come on someone must have a clue other wise what are we all doing here? ... the ... and...
34382
paramveerdhillon
paramveerdhi...
Jan 3, 2006 3:12 pm
Hello Everybody, I am Trying to capture frame/video of Surroundings from my Webcam. To achieve that I used fns "cvCAptureFromCAM ,cvQueryFrame". But when I...
34383
terablade2001
Jan 3, 2006 4:00 pm
Does OpenCV support Transforms like ART (Angular Radial Transform), DCT, e.t.c for images? If it does, how anyone can have access to (open source or not) ...
34384
Weilie Yi
wiselyyi1
Jan 3, 2006 4:04 pm
Add cvFree( (void**)&sort_buf ); before return CV_OK; in function icvHoughLines_8uC1R in cvhough.cpp They forgot to deallocate an array. Weilie ... mailing...
34385
k_dermot
Jan 3, 2006 4:59 pm
Hi Bob, Thanks for all your help with this. I have now got it to work so my next stage is to transform the height correctly as I have just used the linear...
34386
robertpweaver
Jan 3, 2006 6:01 pm
Hi! Glad things are working for you. For calibration, I suggest some real-world measurements. Make a poster with something like a 50cm square on it, and take...
34387
erick izquierdo
erick_2mil01
Jan 3, 2006 6:04 pm
Hi Anyone knows how to calcutate the opening angles of a camera?Thanks a lot. Erick ___________________________________________________________ Do You Yahoo!? ...
34388
robertpweaver
Jan 3, 2006 6:15 pm
Hi! After selecting New | Project, be sure to click on "Windows Console Application" before continuing; I don't have a VC++ .NET handy, but I'm guessing that...
34389
pesari rameshbabu
paesari
Jan 3, 2006 7:20 pm
hello .. Could you help me out regarding non maximal suppression technique.. its the process of finding the maximum pixels neighbouring to it, along the...
34390
nimbus2342
Jan 3, 2006 10:15 pm
Hi. I just started using opencv on my linux system using the python interface. I tried to play around with the erode and dilate operators. The more I tried to...
34391
bennixlili
Jan 4, 2006 1:45 am
Try to use Hough transform...
34392
rspgalman
Jan 4, 2006 5:19 am
Thank you Ricard! I tried what you suggested however upon running it, it seems to run an unending loop! I inserted the code as shown below: img = binary image;...