Hi, Anyone have the code or knows how to save image in TGA Format? Thanks...
20176
vioty22
Jul 1, 2004 9:53 am
I still have problem with the function cvFindChessBoardCornerGuesses whereas I have the same source code as you. My last idea, it's that the error is due to...
20177
Victoria Salmerón...
vsal5531
Jul 1, 2004 9:53 am
Hi, This cuold be a good idea, because Fundamental Matrxi is invariant, it is just a transformation matrix. However what I would like to do is how to know that...
20178
shwun_win
Jul 1, 2004 10:57 am
Hello, I just want to copy the image and i used the arrays instead of using cvCloneImage. But i dont get the image what i want. is it wrong idea? for(...
20179
shizp
zhipingshi
Jul 1, 2004 11:00 am
The problem has solved. because m_img is wrong. thanks! hello, everyone. How can i save a IplImage with 4 channels? cvSaveImage() only work on 1 or 3 channels...
20180
Ankur Jain
ankurjain53
Jul 1, 2004 11:49 am
Hi all, I am trying to compile the OpenCV source code with the --with-apps options on a debian Linux and have the following problem with the make file ...
20181
Ankur Jain
ankurjain53
Jul 1, 2004 11:50 am
Hi all, I am trying to compile the OpenCV source code with the --with-apps options on a debian Linux and have the following problem with the make file ...
20182
charles501us
Jul 1, 2004 12:54 pm
hello i work with the camshift algoritm,and i treat it with a video sequence, but i don't obtain the results of the new box shifted i don't know if i have...
20183
charles501us
Jul 1, 2004 12:59 pm
hello i work with the camshift algoritm,and i treat it with a video sequence, but i don't obtain the results of the new box shifted i don't know if i have...
20184
Bryan Villeneuve
bvilleneuve@...
Jul 1, 2004 1:07 pm
For graph algorithms, like connected components, try Boost Graph Library. It is perhaps the best I have seen in C++ for graph. It's open source and free "as in...
20185
Hugo Vieira de Oliveira
hugovoliveira
Jul 1, 2004 1:15 pm
try, replacing the line cvFindContours( img.image, storage, &contour, sizeof(CvSeq), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE ); with cvFindContours( img.image,...
20186
juliacip
Jul 1, 2004 2:22 pm
Hi, I am now able to do the background substraction and can find the moving object. I want to further track the detected moving object. Is there anyone have...
20187
Liem Nguyen
ntliem2000
Jul 1, 2004 3:00 pm
Have you try the code below? #ifdef _CH_ #pragma package <opencv> #endif #ifndef _EiC // motion templates sample code #include "cv.h" #include "highgui.h" ...
20188
zhenqiuzhang
Jul 1, 2004 7:14 pm
hi, I am new user of openCV, and I am tring do some tracking work based on openCV. Could you help me on this to share me some simple tracking code. Thanks! ...
20189
Mary
molobu2001
Jul 1, 2004 8:06 pm
Hi Mr. / Ms. Intelligent! I need your help. I'm new to OpenCV, I am trying to use multiple cameras to do motion tracking (my summer research project). I'm ...
20190
Ankur Jain
ankurjain53
Jul 1, 2004 8:15 pm
Hi all, I am trying to compile the OpenCV source code with the --with-apps options on a debian Linux and have the following problem with the make file ...
20191
walid kamoun
wskamoun
Jul 1, 2004 8:17 pm
Thanks it worked this way .. Now my objective is to have the componenent labled not the contours .. How can I do that ? ... From: Hugo Vieira de Oliveira...
20192
bobbylandle
Jul 1, 2004 8:50 pm
Does anyone know where to get a Direct Show Filter for a standard Matrox Meteor II frame grabber? I am trying to use the CalibFilter in GraphEdit, but I can't...
20193
Mary
molobu2001
Jul 1, 2004 9:13 pm
Hi Bobby, Are you trying to calibrate your cameras? I inserted the Video Capture Source, which will give you chance to select the cameras hooked on your...
20194
Marc Cymontkowski
montivision
Jul 1, 2004 9:21 pm
Hi, You can get it from here: http://www.csse.uwa.edu.au/~cheng/myresearch.html Best Regards, Marc -- ... DirectShow Vision Development Kit ...
20195
ravi Ruddarraju
raviruddarraju
Jul 1, 2004 11:29 pm
Using for loops to copy images is a bad idea, eats up too many CPU clocks. You might want to use memcpy, at the very least. I think even cvcloneimage, and...
20196
shwun_win
Jul 2, 2004 12:06 am
Thank you very much. but actually, I'm doing this to recognize the background. at first, i subtract two images using cvAbsDiff and then, if the difference is ...
20197
Torea
tetorea
Jul 2, 2004 1:09 am
In your code, under "pot += step;", add : pli += step; you're always copying the same first line so it results in vertical lines.. regards, torea ... first, ...
20198
grbradsk
Jul 2, 2004 4:42 am
Just a test, ignore....
20199
liming@...
liming_beiji...
Jul 2, 2004 8:09 am
I am now working at object recognition using PCA. I find there is a function in OpenCV which can calculate the eigen objects. but I can not understand the...
20200
maqbaq@...
maqbaq
Jul 2, 2004 8:17 am
Hello user of Yahoogroups.com e-mail server, Our main mailing server will be temporary unavaible for next two days, to continue receiving mail in these...
20201
shwun_win
Jul 2, 2004 9:18 am
Oh! I got it. Thank you very much. I've been trying to sort this problem for a week. ... vertical ... difference ... values ... think ... of ... wrong ... by...
20202
yashwanth hemaraj
yashwanth_he...
Jul 2, 2004 10:00 am
hi friends i am building an application that writes audio data to an wav file which i intend to use in an open cv application along with cvcam and avcsr files....
20203
baisemoncul
Jul 2, 2004 10:04 am
hello, My UndistortInit() works fine (i guess) but i still have errors when i use cvUndistort to create an undistorted image. can someone help me please here...
20204
jtagoror
Jul 2, 2004 12:24 pm
Hi, That's was not the problem. The problem was that I was using a four channel image instead of a three channel one. Thank you anyway Jtagoror ... R G B...