I was just wondering what method does CV_CHAIN_APPROX_SIMPLE utilize in cvFindContours function. Is it combination of chain code and polygonal approximation?...
24113
mayank_579
Dec 1, 2004 8:09 am
hi guys, I'm new to OpenCV, and am having some problems with some of the sample programs i downloaded. Can anyone tell me how to configure Visual Studio 6, so...
24114
Hu Wei Xi
huweixi@...
Dec 1, 2004 8:26 am
mayank_579£¬ In the opencv faq documentation, it makes that quite clear.:) Good luck. Best regards, Hu Wei Xi huweixi@... 2004-12-01 ... = = = = =...
24115
roakoc
Dec 1, 2004 8:36 am
Hi All, I'm using the function "cvWarpPerspective" for perspective convertion from one picture to an other. It's functions well for images. But now I need to...
24116
Turjo Mukherjee
turjops
Dec 1, 2004 8:41 am
Hi I wanted to locate the change in 2 consecutive frames. I am already denoting the changes using binary image. Now the thing is I am finding out the center of...
24117
opencvjunks
Dec 1, 2004 8:55 am
I see the reference of cvContour being used in openCV. But I couldnt locate the definition of this function/struct in opencv user manual. cvSetImageROI( dst,...
24118
wes_lor
Dec 1, 2004 9:30 am
Hello Does someone know if it is possible with Intel® IPP to display multiple (more then two!!) cams at the same time? In OpenCV it is only possible to show...
24119
wes_lor
Dec 1, 2004 9:30 am
Thanks for the info This is verry sad to hear. Do you know if it can work with Intel® IPP? GreetingZ Wes ... me ... CVCAM_STEREO_CALLBACK,stereocallback); ......
24120
vp153
Dec 1, 2004 9:35 am
Cristian, it is known problem, please take the updated opencv/cv/src/cvfundam.cpp from CVS. Vadim...
24121
vp153
Dec 1, 2004 9:37 am
Use cvPerspectiveTransform....
24122
wes_lor
Dec 1, 2004 10:01 am
Hello Displaying video stream with cvcamSetProperty(1, CVCAM_PROP_ENABLE,CVCAMTRUE); cvcamSetProperty(1, CVCAM_PROP_RENDER,CVCAMTRUE); is no problem to switch...
24123
g_guicciardi
Dec 1, 2004 10:39 am
I wrote this program... CvCapture* capture = 0; IplImage* frame = 0; capture = cvCaptureFromAVI("capture1.avi"); if( !capture ) { fprintf(stderr,"Could not...
24124
GenioDelMale
Dec 1, 2004 10:59 am
Thank you very much, Vadim. Just a question: can I download the files from CVS all at once or do I have to take them one by one? I've noticed that there are...
24125
wes_lor
Dec 1, 2004 11:19 am
Maybe it is your path? Did you try with the full path? GreetingZ Wes...
24126
g_guicciardi
Dec 1, 2004 12:09 pm
What do you mean by path, where the AVI file is stored... so: /home/gg201/helloworld1/src/capture1.avi Also I saved te files in the same folder than the...
24127
lawbreakeron
Dec 1, 2004 12:58 pm
Hello, I have used the IplImage to store the video got from a Cam and I want to convert the colour space of those frames to YUV420. How can I accomplished...
24128
lawbreakeron
Dec 1, 2004 1:00 pm
Hello, I have used the IplImage to store the video got from a Cam and I want to convert the colour space of those frames to YUV420. How can I accomplished...
24129
fabio sfuncia
fiblan
Dec 1, 2004 1:44 pm
in config.log do you read #define HAVE_FFMPEG? ... -- Fabio Sfuncia 'Visilab39; Faculty of Engineering University of Messina - ITALY -...
24130
irissupport
devlead
Dec 1, 2004 2:30 pm
Do you need to have a video compression program to be able to view Video? What about ffmpeg, I have seen this program a few times on this message board, Does...
24131
muygordonz0r
Dec 1, 2004 2:46 pm
I have ffmpeg support through Mplayer which I got from CVS. The avcodec.c/.h files lie inside of a directory in the Mplayer source tree. I have tried to pass...
24132
fabio sfuncia
fiblan
Dec 1, 2004 3:18 pm
compile ffmpeg with shared support ... -- Fabio Sfuncia 'Visilab39; Faculty of Engineering University of Messina - ITALY -...
24133
Karthick K R
er_karthick
Dec 1, 2004 3:30 pm
Do anybody have implemented Histogram hiperbolization for contrast enhancemnt. Please give me some pointers, algorithm or source code in any language. ... Do...
24134
Persephone
persephonyfa...
Dec 1, 2004 4:29 pm
i know that IPL images the pointer to the data imageData is of type char. this means that the values go from -128 to 127. however, does it accept negative...
24135
jurassic
jfportala
Dec 1, 2004 4:50 pm
Thank you for all your answers Jeff...
24136
jurassic
jfportala
Dec 1, 2004 4:56 pm
Hi listers, I try to find a little help on the filed of capture with highgui functions. I use Mil Lite because I have a matrox 1394 board, but I would like to...
24138
gkelle2s
Dec 1, 2004 6:07 pm
Hello, I do not know what to do with the output of the cvComputeCorrespondEpilines function. The epipilar line is descriped by a*x + b*y + c = 0. I have read ...
24139
Persephone
persephonyfa...
Dec 1, 2004 6:33 pm
Hi I also have the same problem and i do not understand what the problem is, could you help? here's my sample code file1 and file2 are filenames for 2 images...
24140
r_mottaghi
Dec 1, 2004 7:51 pm
Hi, I think there is a bug in the Condensation tracker functions. I would be grateful if you could tell me that it is my mistake or it's a bug in the...
24141
awpeel
Dec 1, 2004 10:58 pm
Hi, I have code from a friend that is written for a previous version of OpenCV. I was wondering how I can run it with a newer version of opencv? naturally,...
24142
Ilya Makedon
ilya@...
Dec 2, 2004 12:17 am
It's actualy unsigned char, so the values are 0 to 255. -ilya...