I am currently working a project and i need some ideas on how i am going to implement this topic. The topic is : "Many of our tests and exams are based on...
30732
Alberto Rodriguez Galdo
tetoror
Aug 1, 2005 8:24 am
Hi, i'm very interested in the face recognition capabilities of OpenCV. I've seen an example that uses Hidden Markov Models in group's file repository,...
30733
dania_sds
Aug 1, 2005 8:27 am
hii i 've red some papers in the opencv mention that there is haarface detect demo. where can i find haarfacedetect demo ?.where i can find demo to implement...
30734
vp153
Aug 1, 2005 10:56 am
Hello Dmitry, Except for quite recent IPP versions (4.1.2 or later), some flavors of ippiFilterBox* worked incorrectly, thus the functions have been turned...
30736
Dmitry Bely
dmbely
Aug 1, 2005 12:24 pm
... It would be nice. Thank you for the info. - Dmitry Bely...
30737
vv77vae_victis
Aug 1, 2005 12:39 pm
Hi, has anybody tested the OpenCv library on QNX and can help me to compile the library on QNX? Thanks, Martin...
30738
vp153
Aug 1, 2005 12:59 pm
Hi Robin, .vec file starts with 12-byte header: 4 bytes: the number of [positive] samples 4 bytes: length of each sample in pixels (e.g. for 20x20 samples it ...
30739
shen_hong_wei
Aug 1, 2005 1:28 pm
Please go to %OPENCV_DIR%\sample92;c, where %OPENCV_DIR% means the directory which you installed OpenCV to. Run facedetect.cmd, and then you will see a window...
30740
fusong.tw
Aug 1, 2005 2:36 pm
hello, I'd like to do facial video capture from a USB camera with my MFC project. Anyone knows how to set up a MFC program in Visual C++ 6.0 to use...
30741
dgagn108
Aug 1, 2005 6:59 pm
... I am experiencing the same problem? Have you found the solution yet?...
30742
robinlahoud
Aug 1, 2005 7:52 pm
Thanks Vadim. By the way, do you know how if there is a function that saves the IplImage* pointers as images to be viewed? The reason is that I want to be able...
30743
rashed_karim
Aug 2, 2005 12:14 am
Hi all, I am trying to implement a human motion tracker. I can identify the blobs produced by human in a scene, now i need to track these blobs using a motion...
30744
Brandon Philips
brandon@...
Aug 2, 2005 12:20 am
Hey- Have you looked at samples/c/lkdemo.c? In any case I am trying to implement something similiar. How are you discovering the blobs btw? Brandon...
30745
Jia Pei
jiapei100
Aug 2, 2005 1:35 am
Hi, I tried what you suggested int w = 640; int h = 480; cvcamSetProperty(0, CVCAM_RNDWIDTH, &w); cvcamSetProperty(0, CVCAM_RNDHEIGHT, &h); The program was...
30746
geniys357
Aug 2, 2005 3:09 am
I want to convert to raw data from IplImage to vlGetActiveRegion [vlGetActiveRegion function at IRIX]. if i capture the frame with cvQueryFrame function. how...
30747
hmrara
Aug 2, 2005 3:25 am
I cannot fully understand CvCam Reference Manual. It is on page 4 under the "Render the Video Stream". I dont understand the "Select the Window" part. What...
30748
Mahmood Zeydabadi
zeydabadi
Aug 2, 2005 5:12 am
Dear all, I have an image taken by a digital camera. How can I transform it to a new one as it takes with an ideal camera. I have the intrinsic camera ...
30749
sjunny76
Aug 2, 2005 5:49 am
Hi, everyone. I found that cvMatchTemplate function in new beta 5 shows bad results on AMD Athelon64 processor. I have tested precompiled beta 5 version...
30750
choudc.rm
Aug 2, 2005 5:52 am
Dear all, I am trying on cvcam functions to capture frame from Meteor II frame grabber interface to camera. The code is working with Webcam but not working...
30751
Kazim Raza
s_kazim_raza
Aug 2, 2005 5:56 am
http://www.photosonics.com/Sales_HTLM/trackeye2.htm see the above link Mahmood Zeydabadi <zeydabadi@...> wrote: Dear all, I have an image taken by a...
30752
solitaryangel715
solitaryange...
Aug 2, 2005 7:39 am
I am having trouble using the cvImgToObs_DCT function and am wondering if the problem stems from using OpenCV4b. Are the eHMM functions not supported in this...
30753
Parera
jpg81cat
Aug 2, 2005 1:25 pm
On opencv beta4 windows xp you must modify the code and rebuild the highgui.dll, thats an old question, use cvSetCaptureProperty(capture, ...
30754
s4mbucca
Aug 2, 2005 1:47 pm
Hello, i'm trying to set the VidFormat of a connected cam manually without using the dialogbox (CVCAM_VIDFORMAT-flag). According to the manual i tried to...
30755
tom_gu05
Aug 2, 2005 1:56 pm
Hello, I noticed that the haatraining program repeadly loaded the set of background images to find "good" neg samples. It seems that the program searches neg...
30756
wesley
wes_lor
Aug 2, 2005 2:37 pm
Hello the first time my application uses cvVideoWriter, the movie is created, but black/white if the running application is used again to create a movie they...
30757
comvis05
Aug 2, 2005 2:43 pm
Hi! Is there a way to perform a "free hand" camera calibration with OpenCV (on Linux), assuming that I know the 2D-3D correspondences, intrinsic parameters and...
30758
rashed_karim
Aug 2, 2005 3:01 pm
Hi, I tried the samples/c/lkdemo.c, I cant figure out what seems to be going on. It says that it is tracaking a "rotating point". But what is it doing...
30759
rashed_karim
Aug 2, 2005 3:10 pm
Hi there, I need to implement a human tracker. Most literatures on tracking talks about using a Kalman filter to predict the position of a human in the (i+1)th...
30760
Brandon Philips
brandon@...
Aug 2, 2005 3:24 pm
Rashed, http://www.cs.unc.edu/~welch/kalman/kalmanIntro.html The above is the best introduction I have found. Brandon...
30761
wesley
wes_lor
Aug 2, 2005 3:29 pm
hello can someone help me how to rotate an image with last release OpenCV? before the new release i used cvGetQuadrangleSubPix to rotate the image, but this...