I installed "Eclipse IDE for C/C++ Developers (68 MB)" for Windows. (eclipse-cpp-ganymede-SR1-win32.zip) Note that all one does is unzip a file and run the...
59240
luca.dantona
Jan 1, 2009 10:06 am
... Thanks very much for your reply. If I've understood your solution, it works only with rectangular masks; however I don't get why cvAddWighted doesn't...
59241
Suthakar Suthakar
skar_06
Jan 1, 2009 10:06 am
Hi, Did you try thresholding the Image and creating a mask of the object. So from the mask it will be easy to detect the objects. You also use image...
59242
Jamshid Dastur
jamshiddastur
Jan 1, 2009 10:06 am
I've installed OpenCV on my system Pentium4 with HT, but when i run any executable like haartraining i get the error of "This application has failed to start...
59243
muh_84
Jan 1, 2009 10:06 am
Try this link http://home.iitk.ac.in/~swagatk/faq/opencv.html#Grabbing_Images_from_two_cameras...
59244
frenchnkrazy
Jan 1, 2009 10:06 am
Everyone, I have been using OpenCV under VisualStudio 6, 2005 and 2008 just fine, and I'm trying to move to GCC (MinGW32) with Code::Blocks I am getting a...
59245
Abel Daniel
ahbait2t
Jan 1, 2009 10:06 am
Hi! how up-to-date is the HighGui api reference on the openCV wiki at http://opencv.willowgarage.com/wiki/HighGui ? Judging by the entry for cvLoadImage, it...
59246
mohamed teldjoune
teldjounemoh...
Jan 1, 2009 10:06 am
i 'm begguner i didn't succed to excute my first project, my rprobleme is like that: ... so any one can help me i'm working on visual c++2005 [Non-text...
59247
haydin_tr
Jan 1, 2009 10:06 am
Which version of OpenCV are you using? I wasn't able to get the camera capture working under Vista with OpenCV 1.0. I went and downloaded the latest...
59248
zhangjin2272
Jan 1, 2009 10:06 am
Hi all. Recently i am trying to train a head classify to detecte heads from video I used utility provided by opencv. 1 About 3500 positive samples and about...
59249
ekremguner7
Jan 1, 2009 11:20 am
First one is newer. (from the welcome page: Started on 14 Feb 2006. Moved to hosting at Willow Garage 27 Oct 2008.) And you can find edition date at the bottom...
59250
txduc86
Jan 1, 2009 2:38 pm
Thanks a lot for the code. But I have 2 problems 1) I can not show 1-channel images(such as gray image) 2) When I other windows overlap the showed images. The...
59251
skar_06
Jan 1, 2009 7:17 pm
Hi, Did you try thresholding the Image and creating a mask of the object. So from the mask it will be easy to detect the objects. You also use image labelling...
59252
Olli
plueschmuetze
Jan 1, 2009 7:17 pm
Hi, i am trying to display a picture in a video (frame) in a specific position after using a mask to find that specific position. (In that video I am holding a...
59253
MELDA AKIN
meldaakin
Jan 1, 2009 7:17 pm
Hello, I try to do eye tracker with opencv. I have to use camera (webcam). I will give reference point to the program. For example, in the beginning, when I...
59254
Lou Arnold
louarnoldottawa
Jan 1, 2009 7:17 pm
I've solved this. But thanks anyway. The answers: Using Eclipse CDT requires a gcc compiler, the "make" utility and the MinGW (windows GUI) libraries. These do...
59255
Adam Coirazza
game_pro64
Jan 1, 2009 10:10 pm
hello, you get linker errors because you need to include some .lib files in the Additional Dependancies of your individual projects. visit: ...
59256
Entrada
davidmarcelo...
Jan 1, 2009 10:55 pm
I think you will find a lot of opencv sample codes with C++, but you can use C# or phyton too*. *I think this article could be useful for you: ...
59257
bysie2007
Jan 1, 2009 11:10 pm
We are seeking for R&D Engineers who can work for Denight/Defog algorithm for video processing. Payment is due to the result of work and proposal basis. ...
59258
Phani Bhushan Tholeti
tpb261
Jan 2, 2009 2:59 am
... red regions, how can I get the red region 1, red region 2 and red region 3 separately? anyone can help? Thank you very much ! Try sequential labeling -...
59259
elham shabani nia
eshabaninia
Jan 2, 2009 10:53 am
hi friends i know the output of cvFindContours( src, storage, &contour, sizeof(CvChain), CV_RETR_EXTERNAL, CV_CHAIN_CODE );is the chain code of contours , i...
59260
coskun kazma
coskun2525
Jan 2, 2009 2:08 pm
dear friend  I have installed pre-release version but there is still same problem :(  I need your halp  thank U ... From: haydin_tr...
59261
christophe_jacquelin
christophe_j...
Jan 2, 2009 3:04 pm
Hello, How to display a IPLImage in a MFC CView without the use the openCV show command ? Thank you, Christophe,...
hi, all: Thanks a lot for all the response. I have tried blob analysis code from Dave Grossman, and can detect the disjoit regions (red bounding boxes) as...
59263
jeremy_atl
Jan 2, 2009 7:04 pm
i recently downloaded and built the source for opencv1.1pre1a and am having difficulty with cvMoments(). i have some existing code that uses image moments to...
59264
Venkat
venky_mech1
Jan 2, 2009 11:00 pm
Hi Everybody, I am just getting started with openCV. I was running this sample code \* This Code generated by cvPreprocessor ver 0.5 */ #include <cv.h> ...
59265
¤j®v
vincent2530
Jan 3, 2009 12:10 am
cvGetReal2D( img, i, j ):get img pixel in ith row and jth column cvSetReal2D( img, i, j ):set img pixel in ith row and jth column ... enough. ......
59266
Robin
get_imaginary
Jan 3, 2009 6:50 am
More general forms of this question have been asked and answered many, many times on this list, so you should be able to find detailed instructions by...
59267
coskun kazma
coskun2525
Jan 3, 2009 3:36 pm
dear friend  I have installed pre-release version but there is still same problem :(  I need your halp  thank U ... From: haydin_tr <haydin_tr@yahoo....
59268
Robin
get_imaginary
Jan 3, 2009 11:28 pm
It would help to know which line is throwing the error. (That's a good first step, btw, when debugging any code ;) However, even w/o that.... It's possible you...