Hi everybody I am new in OpenCV. I want to use it for stereo vision based body tracking. I want to know how the type of cameras affects on the stereo camera...
82235
doylecorp
Aug 1, 2011 11:14 am
Whoops... where it says pBS, it should be pBSMOG. I used pBS for the regular background subtraction that I can't seem to get working. I've edited it below....
82236
kishore_rathinavel
kishore_rath...
Aug 1, 2011 11:14 am
Hi all, I have an android project which requires some image processing routines. So, I built a cpp file based on openCV. Now, I want to integrate the 2...
82237
scorp1us
Aug 1, 2011 11:14 am
Hi all, I'm not really sure where to direct this, but I figure this would be a good place to start. I am looking for a way to detect a "dirty windshield" (DW)...
82238
ziad
shounia_ziad
Aug 1, 2011 11:15 am
I took this code and adjusted it a bit. For some reason the Hough image shows a black image. Please help (you may change the source of the image to whatever...
82239
Salman Ul Haq
m.salmanulhaq
Aug 1, 2011 11:15 am
Hello guys, Has anyone tried out CUVI Lib (CUDA Vision and Imaging Library) by TunaCode? Best, Salman...
82240
erbstjohn
Aug 1, 2011 11:15 am
Hello, I am trying to calibrate 2 Cameras with the sample code from opencv but i am getting bad results: done with RMS error=35.3496 average reprojection err =...
82241
Julius Adorf
jeadorf
Aug 1, 2011 11:15 am
Hi, Weird. I did not use LSH directly. There is an experimental package http://www.ros.org/wiki/tod_detecting which I used together with ORB, in particularly...
82242
bluedevil.knight
bluedevil.kn...
Aug 1, 2011 11:15 am
Is there a page for total idiots to install it on Windows? I go to the download page: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.3/ There...
82243
Jihed
jihed.joobeur
Aug 1, 2011 11:15 am
Hi everybody, I have some problems with GLCM. It doesn't work for me? i found a topic with a new version proposed but it also doesn't work for me. Any help :(...
82244
Jihed
jihed.joobeur
Aug 1, 2011 11:15 am
Hi everybody, I tried Opencv's Glcm and it doesn't work for me. after i found this group i tried the version mentionned above and also it doesn't work for me....
82245
Jihed
jihed.joobeur
Aug 1, 2011 11:15 am
Hi, GLCM id working for you ? can i have the working version ? Thanx....
82246
kishore_rathinavel
kishore_rath...
Aug 1, 2011 11:16 am
Hi All, I have an Android project and I need some image processing tools built into it. So, I have developed a .cpp code using opencv functions. Now, I want to...
82247
kishore_rathinavel
kishore_rath...
Aug 1, 2011 11:16 am
Dear Samuel, I have attempted to re-write a code i wrote in c++ in javacv for my android application. I am facing some problem like different function headers...
82248
kutawei@...
kutawei...
Aug 1, 2011 11:16 am
Hi, Julius. did you just miss my last post? I want to know how you experiment with the LSH matcher from ROS. thank you. BTW, OpenCV doesn't integrate LSH until...
82249
Zzokaei
z68bella8
Aug 1, 2011 11:16 am
My undergraduate final project topic is estimation of position of the brush on the LCD screen using a camera Can someone give me an idea or solution? I do...
82250
doylecorp
Aug 1, 2011 11:16 am
Whoops... where it says pBS, it should be pBSMOG. I used pBS for the regular background subtraction that I can't seem to get working. I've edited it below....
82251
Imi Ooseven
imiooseven...
Aug 1, 2011 11:16 am
I found a solution to run my first application, based on this tutorial: http://redkiing.wordpress.com/2010/10/03/opencv-and-visual-studio-2010-with-cmake/...
82252
Jonathan Lenoff
lookatmyvv
Aug 1, 2011 11:16 am
Thanks I'll check that out, I'll let you know how it goes....
82253
boyfollowtutor
Aug 1, 2011 11:16 am
... have you solve the question ?...
82254
Diego Andrade
diegofandrade
Aug 1, 2011 11:16 am
// Armisael.cpp : Defines the entry point for the console application.// #include "stdafx.h" #include "cv.h"#include "highgui.h"#include "marker.h" using...
82255
Shervin Emami
emami_s
Aug 1, 2011 11:16 am
When you create the camera capture device using OpenCV, instead of passing it 0 (which means the 1st camera it finds), try passing 1 or 2 or -1 to see if it...
82256
Renan Mendes
renanmzmendes87
Aug 1, 2011 11:16 am
This file is in build/lib/. You have to include this folder when configuring your project so your IDE will know where to look for it....
82257
Shervin Emami
emami_s
Aug 1, 2011 11:18 am
The AAM demos definitely don't use Haar detectors for each facial feature, since Haar is not too reliable at detecting eyes or nose or mouth. But from what I...
82258
Sam Muscroft
sam.muscroft@...
Aug 1, 2011 11:31 am
The train_auto function will accept the same CvSVMParams as the train function. From the documentation: This function works for the case of classification...
82259
Sam Muscroft
sam.muscroft@...
Aug 1, 2011 11:51 am
Check the access permissions of the file you are trying to read and check that the path you are passing in is correct. Test the code by trying to open an image...
82260
Robert Jobbagy
robert.jobbagy
Aug 1, 2011 12:25 pm
What can I do if I have just a simple ip camera ? Robert ________________________________ From: Franco Amato <cvfrank@...> To: OpenCV@yahoogroups.com ...
82261
cnn
cnnlakshmen_...
Aug 1, 2011 5:42 pm
I have added all the libraries and all the neccessary stuff but still i have this error. Error: The program can't start because cxcore210.dll is missing from...
82262
cnn
cnnlakshmen_...
Aug 1, 2011 6:58 pm
Moreover, i get this errors as well.. 'Testcv.exe': Loaded 'C:\Users\User\Documents92;Visual Studio 2010\Projects92;Testcv92;Debug92;Testcv.exe', Symbols loaded. ...
82263
nghiaho12
Aug 2, 2011 1:19 am
bcc sounds like Borland compiler. You probably want to use Microsoft Visual Studio, assuming you have it installed, else download the express version from...