I'm trying to create AVI file, by capturing frames from a web cam. I'm using the following code: m_pVideoWriter = NULL; m_pCapture = cvCaptureFromCAM(0); ...
39502
jacsdarling
Jul 1, 2006 11:39 am
I am trying to get my camera here. It built finely, but when I execute it, the error as below occurred. This square.cpp is not related with my project. My...
39503
Ricardo
ricardinhu
Jul 1, 2006 1:09 pm
... I have the vague idea that the k-means algorithm centre of cluster, at any iteration, is (related to) the centre of mass of the data in that cluster....
39504
siuxfly
Jul 1, 2006 2:06 pm
thanks ricardo! but now i leave the matlab example to segment an image; in particular, after the kmeans, i found the cluster center (but it's useless). to find...
39505
Wilfred Rosenbaum
wilfrosenbaum
Jul 1, 2006 11:36 pm
The error that you are showing to us is an error from the Visual Studio compiler, and would be reported at compile time, not at run time. In any event, the...
39506
peilee sam
jacsdarling
Jul 2, 2006 10:04 am
Hi Wilfred, Thanks for your help. I just downloaded some compiler documentation. It seems i still need to know more about this. Thanks so much for your help. ...
39507
paramveerdhillon
paramveerdhi...
Jul 2, 2006 2:16 pm
Hello Group Could anyone of you tell me how to localize the eyes from face image...i.e after i have recognized face i want to detect eyes but i dont want to...
39508
Moataz Salama
master_win98
Jul 2, 2006 4:01 pm
Dear Friend, See the following address: http://www9.informatik.tu-muenchen.de/people/wimmerm/se/project.eyefinder/ Yours, Moataz Gad Salama paramveerdhillon...
39509
Kasper Claes
kasper.claes
Jul 2, 2006 5:02 pm
Hello, I'm sorry, our server doesn't seem to like apt http-connections. Just try this command a few times, and it mostly works then. If not, use a browser to...
39510
Damian Stewart
damianage
Jul 2, 2006 11:05 pm
... make a guess based on the average position of human eyes relative to head (go look at some art books about drawing human heads) and do a crude ...
39511
TAKUMIVISION
sharakubj
Jul 3, 2006 2:18 am
Dear sir, Looking at some documents are difficult to solve the problems, right? I will tell you how to solve the problem . Just Read the below. //#include...
39512
cppcoder09
Jul 3, 2006 8:16 am
Hi; I am having trouble loading a color image (jpg) and then converting it to grayscale and then converting it back to the original color image (jpg). The...
39513
altometer2
Jul 3, 2006 8:16 am
first... how thw hell do i eben atempt to use this? i was trying to make a person following program aided by legos. and a checkerboard type thing....
39514
xch_robot
Jul 3, 2006 8:17 am
Hello, I got errors when I ran the sample files (the compiling process was successful). /usr/local/share/opencv/samples/c$ sudo sh ./build_all.sh compiling...
39515
mw770824
Jul 3, 2006 8:17 am
When I do cvRemap, Undistort2, some of the image area are cropped. The cropped image is well undistorted, though. Is there any way that I can do to see whole...
39516
scholarankit
Jul 3, 2006 8:47 am
how to generate banana points??? i need them to test my clustering algorithm. TIA...
39517
franxico2
Jul 3, 2006 9:04 am
... hello Kadir, there is a nice MC++ tutorial on this article here, http://www.codeguru.com/Cpp/Cpp/cpp_managed/interop/article.php/c6867/ It shows you how to...
39518
Stathis
stathi.rm
Jul 3, 2006 11:25 am
Hi all, The current CVS version, as of 1st July 2006 disables RTTI. I am not sure what is the motivation for this or whether enabling the feature generates any...
39519
attaatar
Jul 3, 2006 12:22 pm
39520
Luca Zappella
lucazappella
Jul 3, 2006 12:41 pm
Hi, I would convert first to gray scale and then enhance the image. If you first enhance you have to do it for each color channel, this means more time....
39521
chtoin
Jul 3, 2006 12:53 pm
Hi Ale, There is a method to see there is a problem ! You have to remove your write access on drive C (at root) Run your program with debugger and it will stop...
39522
franxico2
Jul 3, 2006 1:19 pm
... Hello there! The link that i'm about to give you, is very practical and pragmatic. I think before you begin searching in journals, you should have a look ...
39523
Franco Amato
franco.amato
Jul 3, 2006 1:36 pm
Ok thank you very much Regards Frank ... [Non-text portions of this message have been removed]...
39524
Joćo Manuel R. S. ...
jmrstavares
Jul 3, 2006 1:43 pm
(apology for cross posting) ******************************************************************* CompIMAGE Computational Modelling of Objects Represented in...
39525
Franco Amato
franco.amato
Jul 3, 2006 2:12 pm
You can guess the position of that by considering proportion. Regards Frank ... [Non-text portions of this message have been removed]...
39526
Alejandro F. Reimondo
alereimondo
Jul 3, 2006 2:30 pm
Hi, See in the debugger's calling stack what function is calling cvLoadImage and see the source code there to find what/why is writing on the root path. I...
39527
Ricardo
ricardinhu
Jul 3, 2006 2:51 pm
Hi. I've been working with CalcOpticalFlowPyrLK() and messing around with the code from the sample. I'm now in the process of exploring more of the...
39528
Dave Grossman
dgrossman2@...
Jul 3, 2006 3:16 pm
Conversion from color to gray throws out the color info. Therefore, it's not reversible. ... From: OpenCV@yahoogroups.com [mailto:OpenCV@yahoogroups.com] On...
39529
domatore74
Jul 3, 2006 4:34 pm
Converting from color to gray causes color information to be lost forever (the image is flatten to 256 gray levels).
Converting it back to color gives a color...
39530
nathan043081
Jul 3, 2006 6:00 pm
It is probably an issue with the codec. If you put -1 in place of the cv_fourcc stuff you can pick a codec that you have installed. Nathan...